added raft over tls

This commit is contained in:
ston1th 2020-11-15 00:30:35 +01:00
commit 585baea183
16 changed files with 563 additions and 300 deletions

7
go.mod
View file

@ -3,9 +3,14 @@ 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/hashicorp/raft-boltdb v0.0.0-20191021154308-4207f1bf0617
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 v1.0.0
k8s.io/klog/v2 v2.4.0
)