initial commit

This commit is contained in:
ston1th 2020-11-12 02:09:20 +01:00
commit c0616030c6
14 changed files with 1468 additions and 0 deletions

11
go.mod Normal file
View file

@ -0,0 +1,11 @@
module git.giftfish.de/ston1th/vipman
go 1.15
require (
github.com/go-logr/logr v0.3.0
github.com/hashicorp/raft v1.2.0
github.com/hashicorp/raft-boltdb v0.0.0-20191021154308-4207f1bf0617
gopkg.in/yaml.v2 v2.3.0
k8s.io/klog v1.0.0
)