Skip to content

Commit 3556b1e

Browse files
authored
Merge pull request #1009 from vincepri/update-patch-deps
[0.5] Update go.mod dependencies patch versions (v0.17.7)
2 parents 333f9f7 + e31bad8 commit 3556b1e

File tree

2 files changed

+85
-48
lines changed

2 files changed

+85
-48
lines changed

go.mod

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,31 @@ module sigs.k8s.io/controller-runtime
33
go 1.13
44

55
require (
6+
github.com/beorn7/perks v1.0.1 // indirect
67
github.com/evanphx/json-patch v4.5.0+incompatible
78
github.com/go-logr/logr v0.1.0
89
github.com/go-logr/zapr v0.1.0
910
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
1011
github.com/googleapis/gnostic v0.3.1 // indirect
11-
github.com/imdario/mergo v0.3.6 // indirect
12-
github.com/onsi/ginkgo v1.11.0
13-
github.com/onsi/gomega v1.8.1
12+
github.com/hashicorp/golang-lru v0.5.4 // indirect
13+
github.com/imdario/mergo v0.3.9 // indirect
14+
github.com/json-iterator/go v1.1.10 // indirect
15+
github.com/onsi/ginkgo v1.12.1
16+
github.com/onsi/gomega v1.10.1
1417
github.com/prometheus/client_golang v1.0.0
1518
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
19+
github.com/prometheus/procfs v0.0.11 // indirect
1620
github.com/spf13/pflag v1.0.5
1721
go.uber.org/zap v1.10.0
18-
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
19-
golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 // indirect
22+
golang.org/x/text v0.3.3 // indirect
2023
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
2124
gomodules.xyz/jsonpatch/v2 v2.0.1
2225
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
2326
gopkg.in/fsnotify.v1 v1.4.7
24-
gopkg.in/yaml.v2 v2.2.7 // indirect
25-
k8s.io/api v0.17.2
26-
k8s.io/apiextensions-apiserver v0.17.2
27-
k8s.io/apimachinery v0.17.2
28-
k8s.io/client-go v0.17.2
29-
k8s.io/utils v0.0.0-20191114184206-e782cd3c129f
27+
k8s.io/api v0.17.7
28+
k8s.io/apiextensions-apiserver v0.17.7
29+
k8s.io/apimachinery v0.17.7
30+
k8s.io/client-go v0.17.7
31+
k8s.io/utils v0.0.0-20200603063816-c1c6865ac451
3032
sigs.k8s.io/yaml v1.1.0
3133
)

0 commit comments

Comments
 (0)