File tree Expand file tree Collapse file tree 2 files changed +296
-139
lines changed Expand file tree Collapse file tree 2 files changed +296
-139
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ require (
6
6
github.com/davecgh/go-spew v1.1.1
7
7
github.com/docker/leadership v0.1.0
8
8
github.com/docker/libkv v0.2.1
9
- github.com/evanphx/json-patch v4.5 .0+incompatible
10
- github.com/golang/mock v1.4.0
11
- github.com/google/go-cmp v0.4.0
9
+ github.com/evanphx/json-patch v4.9 .0+incompatible
10
+ github.com/golang/mock v1.4.1
11
+ github.com/google/go-cmp v0.5.2
12
12
github.com/hashicorp/consul/api v1.4.0
13
13
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
14
14
github.com/lib/pq v1.3.0
@@ -22,9 +22,9 @@ require (
22
22
github.com/spf13/pflag v1.0.5
23
23
go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738
24
24
go.uber.org/zap v1.13.0
25
- k8s.io/api v0.17.3
26
- k8s.io/apimachinery v0.17.3
27
- k8s.io/client-go v0.17.3
25
+ k8s.io/api v0.20.0
26
+ k8s.io/apimachinery v0.20.0
27
+ k8s.io/client-go v0.20.0
28
28
)
29
29
30
30
go 1.12
You can’t perform that action at this time.
0 commit comments