initial commit
This commit is contained in:
commit
7715fcf373
37 changed files with 2957 additions and 0 deletions
29
go.mod
Normal file
29
go.mod
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
module git.giftfish.de/ston1th/vipman
|
||||
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
git.giftfish.de/ston1th/raftbbolt v0.0.0-20201114165203-b85c94bfc9b0
|
||||
github.com/coreos/etcd v3.3.25+incompatible
|
||||
github.com/coreos/go-semver v0.3.0 // indirect
|
||||
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
|
||||
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
|
||||
github.com/envoyproxy/go-control-plane v0.9.4 // indirect
|
||||
github.com/go-logr/logr v0.3.0
|
||||
github.com/gogo/protobuf v1.3.1 // indirect
|
||||
github.com/golang/protobuf v1.4.3 // indirect
|
||||
github.com/google/go-cmp v0.5.0 // indirect
|
||||
github.com/google/uuid v1.1.2 // indirect
|
||||
github.com/hashicorp/go-hclog v0.15.0
|
||||
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/vishvananda/netlink v1.1.0
|
||||
go.etcd.io/etcd v3.3.25+incompatible
|
||||
go.uber.org/zap v1.16.0
|
||||
google.golang.org/grpc v1.26.0 // indirect
|
||||
gopkg.in/yaml.v2 v2.3.0
|
||||
k8s.io/klog/v2 v2.4.0
|
||||
)
|
||||
|
||||
replace github.com/coreos/bbolt => go.etcd.io/bbolt v1.3.5
|
||||
Loading…
Add table
Add a link
Reference in a new issue