Skip to content

Commit

Permalink
Merge pull request #1550 from randomvariable/dependencies-06-07
Browse files Browse the repository at this point in the history
🌱 Update dependencies for 2021/06/07
  • Loading branch information
k8s-ci-robot committed Jun 7, 2021
2 parents fca94d5 + 96d15b7 commit d4ecab6
Show file tree
Hide file tree
Showing 4 changed files with 821 additions and 387 deletions.
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ module sigs.k8s.io/controller-runtime
go 1.16

require (
github.com/evanphx/json-patch v4.9.0+incompatible
github.com/evanphx/json-patch v4.11.0+incompatible
github.com/fsnotify/fsnotify v1.4.9
github.com/go-logr/logr v0.4.0
github.com/go-logr/zapr v0.4.0
github.com/googleapis/gnostic v0.5.5 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/imdario/mergo v0.3.12 // indirect
github.com/onsi/ginkgo v1.16.2
github.com/onsi/gomega v1.12.0
github.com/prometheus/client_golang v1.10.0
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.13.0
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/client_model v0.2.0
go.uber.org/goleak v1.1.10
go.uber.org/zap v1.16.0
go.uber.org/zap v1.17.0
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
gomodules.xyz/jsonpatch/v2 v2.2.0
google.golang.org/appengine v1.6.7 // indirect
Expand All @@ -24,6 +24,6 @@ require (
k8s.io/apimachinery v0.21.1
k8s.io/client-go v0.21.1
k8s.io/component-base v0.21.1
k8s.io/utils v0.0.0-20210517184530-5a248b5acedc
k8s.io/utils v0.0.0-20210527160623-6fdb442a123b
sigs.k8s.io/yaml v1.2.0
)
Loading

0 comments on commit d4ecab6

Please sign in to comment.