30 lines
928 B
Modula-2
30 lines
928 B
Modula-2
module git.kor-elf.net/kor-elf-shield/kor-elf-shield
|
|
|
|
go 1.25
|
|
|
|
require (
|
|
git.kor-elf.net/kor-elf-shield/go-nftables-client v0.1.1
|
|
github.com/nicksnyder/go-i18n/v2 v2.6.0
|
|
github.com/spf13/viper v1.21.0
|
|
github.com/urfave/cli/v3 v3.4.1
|
|
github.com/wneessen/go-mail v0.7.2
|
|
go.etcd.io/bbolt v1.4.3
|
|
go.uber.org/zap v1.27.0
|
|
golang.org/x/sys v0.36.0
|
|
golang.org/x/text v0.29.0
|
|
)
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.9.0 // indirect
|
|
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
|
|
github.com/sagikazarmark/locafero v0.12.0 // indirect
|
|
github.com/spf13/afero v1.15.0 // indirect
|
|
github.com/spf13/cast v1.10.0 // indirect
|
|
github.com/spf13/pflag v1.0.10 // indirect
|
|
github.com/subosito/gotenv v1.6.0 // indirect
|
|
go.uber.org/multierr v1.10.0 // indirect
|
|
go.yaml.in/yaml/v3 v3.0.4 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
)
|