forked from projectcalico/confd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (16 loc) · 622 Bytes
/
go.mod
File metadata and controls
19 lines (16 loc) · 622 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/kelseyhightower/confd
go 1.15
require (
github.com/BurntSushi/toml v0.3.1
github.com/kelseyhightower/memkv v0.1.1
github.com/onsi/ginkgo v1.14.1
github.com/onsi/gomega v1.10.1
github.com/projectcalico/api v0.0.0-20210706154750-8686d6f77130
github.com/projectcalico/libcalico-go v1.7.2-0.20210707205620-dad54d60f894
github.com/projectcalico/typha v0.7.3-0.20210707211425-54b7c4558ad8
github.com/sirupsen/logrus v1.4.2
k8s.io/api v0.21.0-rc.0
k8s.io/apimachinery v0.21.0-rc.0
k8s.io/client-go v0.21.0-rc.0
)
replace github.com/sirupsen/logrus => github.com/projectcalico/logrus v1.0.4-calico