fafda/go.mod
2024-12-19 01:41:46 +05:30

29 lines
930 B
Modula-2

module fafda
go 1.23.4
require (
github.com/fclairamb/ftpserverlib v0.25.0
github.com/knadh/koanf v1.5.0
github.com/matoous/go-nanoid/v2 v2.1.0
github.com/rs/zerolog v1.33.0
github.com/spf13/afero v1.11.0
go.etcd.io/bbolt v1.3.11
)
require (
github.com/andybalholm/brotli v1.1.1 // indirect
github.com/fclairamb/go-log v0.5.0 // indirect
github.com/fsnotify/fsnotify v1.8.0 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.58.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)