15 lines
431 B
Modula-2
15 lines
431 B
Modula-2
module git.giftfish.de/ston1th/vipman
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
git.giftfish.de/ston1th/raftbbolt v0.0.0-20201114165203-b85c94bfc9b0
|
|
github.com/fatih/color v1.10.0 // indirect
|
|
github.com/go-logr/logr v0.3.0
|
|
github.com/hashicorp/go-hclog v0.15.0
|
|
github.com/hashicorp/raft v1.2.0
|
|
github.com/vishvananda/netlink v1.1.0
|
|
golang.org/x/sys v0.0.0-20201113233024-12cec1faf1ba // indirect
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
k8s.io/klog/v2 v2.4.0
|
|
)
|