ipt-loadbalancer/go.mod

28 lines
679 B
Modula-2
Raw Normal View History

2023-11-13 23:40:07 +00:00
module git.luzifer.io/luzifer/ipt-loadbalancer
go 1.22.0
2023-11-13 23:40:07 +00:00
require (
github.com/Luzifer/go_helpers/v2 v2.23.0
github.com/Luzifer/rconfig/v2 v2.5.0
2023-11-13 23:40:07 +00:00
github.com/coreos/go-iptables v0.7.0
github.com/fatih/color v1.16.0
2023-11-13 23:40:07 +00:00
github.com/pkg/errors v0.9.1
github.com/rodaine/table v1.1.1
2023-11-13 23:40:07 +00:00
github.com/sirupsen/logrus v1.9.3
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
)
2023-11-13 23:40:07 +00:00
require (
github.com/kr/pretty v0.3.1 // indirect
github.com/mitchellh/hashstructure/v2 v2.0.2
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.18.0 // indirect
gopkg.in/validator.v2 v2.0.1 // indirect
2023-11-13 23:40:07 +00:00
)