added netbox allocator
This commit is contained in:
parent
fef86deac8
commit
cef74df3e8
10 changed files with 195 additions and 53 deletions
3
go.mod
3
go.mod
|
|
@ -3,7 +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/netalloc v0.0.0-20211010134723-1daa3f8e0e64
|
||||
git.giftfish.de/ston1th/raftbbolt v0.0.0-20201114165203-b85c94bfc9b0
|
||||
github.com/armon/go-metrics v0.3.6 // indirect
|
||||
github.com/fatih/color v1.10.0 // indirect
|
||||
|
|
@ -17,6 +17,7 @@ require (
|
|||
github.com/iand/logfmtr v0.2.1
|
||||
github.com/mdlayher/arp v0.0.0-20191213142603-f72070a231fc
|
||||
github.com/mdlayher/ethernet v0.0.0-20190606142754-0394541c37b7
|
||||
github.com/netbox-community/go-netbox v0.0.0-20210916100335-c6261e6b3c39 // indirect
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue