11 lines
240 B
Modula-2
11 lines
240 B
Modula-2
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
|
|
)
|