We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06a0a45 + 1505889 commit f518f81Copy full SHA for f518f81
go.mod
@@ -3,13 +3,13 @@ module github.com/snorwin/k8s-generic-webhook
3
go 1.16
4
5
require (
6
- github.com/go-logr/logr v0.4.0
+ github.com/go-logr/logr v1.2.0
7
github.com/golang/mock v1.6.0
8
github.com/onsi/ginkgo v1.16.5
9
github.com/onsi/gomega v1.17.0
10
gomodules.xyz/jsonpatch/v2 v2.2.0
11
- k8s.io/api v0.22.2
12
- k8s.io/apimachinery v0.22.2
13
- k8s.io/client-go v0.22.2
14
- sigs.k8s.io/controller-runtime v0.10.3
+ k8s.io/api v0.23.0
+ k8s.io/apimachinery v0.23.0
+ k8s.io/client-go v0.23.0
+ sigs.k8s.io/controller-runtime v0.11.0
15
)
0 commit comments