initial commit
This commit is contained in:
commit
c0616030c6
14 changed files with 1468 additions and 0 deletions
11
go.mod
Normal file
11
go.mod
Normal 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
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue