mirror of
https://codeberg.org/scip/anydb.git
synced 2025-12-17 12:31:02 +01:00
32 lines
1.2 KiB
Modula-2
32 lines
1.2 KiB
Modula-2
module github.com/tlinden/anydb
|
|
|
|
go 1.22.1
|
|
|
|
require (
|
|
github.com/alecthomas/repr v0.4.0 // indirect
|
|
github.com/andybalholm/brotli v1.1.0 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/gofiber/fiber/v2 v2.52.5 // indirect
|
|
github.com/gofiber/fiber/v3 v3.0.0-beta.3 // indirect
|
|
github.com/gofiber/utils/v2 v2.0.0-beta.4 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/klauspost/compress v1.17.9 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.13.1 // indirect
|
|
github.com/spf13/cobra v1.8.1 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.55.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
go.etcd.io/bbolt v1.3.11 // indirect
|
|
golang.org/x/crypto v0.31.0 // indirect
|
|
golang.org/x/sys v0.28.0 // indirect
|
|
golang.org/x/term v0.27.0 // indirect
|
|
golang.org/x/tools v0.22.0 // indirect
|
|
)
|