updated libs
This commit is contained in:
parent
8104009bdc
commit
f305f96195
11 changed files with 79 additions and 265 deletions
15
go.mod
15
go.mod
|
|
@ -3,7 +3,8 @@ module git.giftfish.de/ston1th/haproxy-lb
|
|||
go 1.16
|
||||
|
||||
require (
|
||||
git.giftfish.de/ston1th/netalloc v0.0.0-20211010134723-1daa3f8e0e64
|
||||
git.giftfish.de/ston1th/logfmtr v0.0.0-20211012211537-e03df8a177d8
|
||||
git.giftfish.de/ston1th/netalloc v0.0.0-20211016160033-fbf7fed2cea0
|
||||
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
|
||||
|
|
@ -13,16 +14,18 @@ require (
|
|||
github.com/hashicorp/go-immutable-radix v1.3.0 // indirect
|
||||
github.com/hashicorp/go-uuid v1.0.1 // indirect
|
||||
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
||||
github.com/hashicorp/raft v1.2.0
|
||||
github.com/iand/logfmtr v0.2.1
|
||||
github.com/hashicorp/raft v1.3.1
|
||||
github.com/iand/logfmtr v0.2.1 // indirect
|
||||
github.com/kr/text v0.2.0 // indirect
|
||||
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/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // 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
|
||||
go.uber.org/zap v1.17.0
|
||||
go.etcd.io/etcd/client/v3 v3.5.1
|
||||
go.uber.org/zap v1.19.1
|
||||
golang.org/x/crypto v0.0.0-20210314154223-e6e6c4f2bb5b
|
||||
google.golang.org/protobuf v1.27.1 // indirect
|
||||
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
||||
gopkg.in/yaml.v2 v2.4.0
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue