Skip to content

Commit

Permalink
Update dependencies for 2021/06/07
Browse files Browse the repository at this point in the history
Signed-off-by: Naadir Jeewa <jeewan@vmware.com>
  • Loading branch information
randomvariable committed Jun 7, 2021
1 parent fca94d5 commit 96d15b7
Show file tree
Hide file tree
Showing 4 changed files with 821 additions and 387 deletions.
12 changes: 6 additions & 6 deletions go.mod
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
)

0 comments on commit 96d15b7

Please sign in to comment.