2023-11-13 23:40:07 +00:00
|
|
|
module git.luzifer.io/luzifer/ipt-loadbalancer
|
|
|
|
|
2024-04-15 20:28:09 +00:00
|
|
|
go 1.22
|
2023-11-13 23:40:07 +00:00
|
|
|
|
|
|
|
require (
|
2024-04-15 20:28:09 +00:00
|
|
|
github.com/Luzifer/go_helpers/v2 v2.24.0
|
2024-03-11 21:21:03 +00:00
|
|
|
github.com/Luzifer/rconfig/v2 v2.5.0
|
2023-11-13 23:40:07 +00:00
|
|
|
github.com/coreos/go-iptables v0.7.0
|
2023-11-14 13:45:55 +00:00
|
|
|
github.com/fatih/color v1.16.0
|
2023-11-13 23:40:07 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2024-04-15 20:28:09 +00:00
|
|
|
github.com/rodaine/table v1.2.0
|
2023-11-13 23:40:07 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.3
|
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
|
|
)
|
|
|
|
|
2023-11-14 13:45:55 +00:00
|
|
|
require (
|
2024-04-15 20:28:09 +00:00
|
|
|
github.com/kr/pretty v0.3.1 // indirect
|
2023-11-14 13:45:55 +00:00
|
|
|
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
|
|
|
github.com/mitchellh/hashstructure/v2 v2.0.2
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2024-04-15 20:28:09 +00:00
|
|
|
golang.org/x/sys v0.19.0 // indirect
|
2024-03-11 21:21:03 +00:00
|
|
|
gopkg.in/validator.v2 v2.0.1 // indirect
|
2023-11-13 23:40:07 +00:00
|
|
|
)
|