migrated to external IP allocator

This commit is contained in:
ston1th 2021-09-26 20:20:43 +02:00
commit e2449b425e
15 changed files with 478 additions and 194 deletions

3
go.mod
View file

@ -3,6 +3,7 @@ module git.giftfish.de/ston1th/haproxy-lb
go 1.16
require (
git.giftfish.de/ston1th/netalloc v0.0.0-20210926174801-c39acaee43a5
git.giftfish.de/ston1th/raftbbolt v0.0.0-20201114165203-b85c94bfc9b0
github.com/armon/go-metrics v0.3.6 // indirect
github.com/coreos/go-systemd/v22 v22.2.0 // indirect
@ -17,7 +18,6 @@ require (
github.com/hashicorp/raft v1.2.0
github.com/mdlayher/arp v0.0.0-20191213142603-f72070a231fc
github.com/mdlayher/ethernet v0.0.0-20190606142754-0394541c37b7
github.com/mikioh/ipaddr v0.0.0-20190404000644-d465c8ab6721
github.com/vishvananda/netlink v1.1.0
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f // indirect
go.etcd.io/etcd/client/v3 v3.5.0-alpha.0
@ -26,7 +26,6 @@ require (
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
golang.org/x/sys v0.0.0-20210305230114-8fe3ee5dd75b // indirect
golang.org/x/text v0.3.5 // indirect
google.golang.org/genproto v0.0.0-20210303154014-9728d6b83eeb // indirect
google.golang.org/grpc v1.36.0 // indirect
gopkg.in/yaml.v2 v2.4.0