@@ -3,32 +3,24 @@ module sigs.k8s.io/controller-runtime
3
3
go 1.13
4
4
5
5
require (
6
- github.com/beorn7/perks v1.0.1 // indirect
7
6
github.com/evanphx/json-patch v4.5.0+incompatible
8
7
github.com/fsnotify/fsnotify v1.4.9
9
- github.com/go-logr/logr v0.1.0
10
- github.com/go-logr/zapr v0.1.0
11
- github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
12
- github.com/googleapis/gnostic v0.3.1 // indirect
8
+ github.com/go-logr/logr v0.2.1-0.20200730175230-ee2de8da5be6
9
+ github.com/go-logr/zapr v0.2.0
13
10
github.com/hashicorp/golang-lru v0.5.4 // indirect
14
11
github.com/imdario/mergo v0.3.9 // indirect
15
- github.com/json-iterator/go v1.1.10 // indirect
16
12
github.com/onsi/ginkgo v1.12.1
17
13
github.com/onsi/gomega v1.10.1
18
- github.com/prometheus/client_golang v1.0.0
14
+ github.com/prometheus/client_golang v1.7.1
19
15
github.com/prometheus/client_model v0.2.0
20
- github.com/prometheus/procfs v0.0.11 // indirect
21
16
github.com/spf13/pflag v1.0.5
22
- go.uber.org/atomic v1.4.0 // indirect
23
17
go.uber.org/zap v1.10.0
24
- golang.org/x/text v0.3.3 // indirect
25
- golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
18
+ golang.org/x/time v0.0.0-20191024005414-555d28b269f0
26
19
gomodules.xyz/jsonpatch/v2 v2.0.1
27
- gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
28
- k8s.io/api v0.18.6
29
- k8s.io/apiextensions-apiserver v0.18.6
30
- k8s.io/apimachinery v0.18.6
31
- k8s.io/client-go v0.18.6
32
- k8s.io/utils v0.0.0-20200603063816-c1c6865ac451
20
+ k8s.io/api v0.19.0-rc.3
21
+ k8s.io/apiextensions-apiserver v0.19.0-rc.3
22
+ k8s.io/apimachinery v0.19.0-rc.3
23
+ k8s.io/client-go v0.19.0-rc.3
24
+ k8s.io/utils v0.0.0-20200720150651-0bdb4ca86cbc
33
25
sigs.k8s.io/yaml v1.2.0
34
26
)
0 commit comments