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.
1 parent 9217cc1 commit c8052afCopy full SHA for c8052af
go.mod
@@ -6,7 +6,7 @@ require github.com/spf13/pflag v1.0.5
6
7
require (
8
github.com/onsi/ginkgo v1.16.4
9
- github.com/onsi/gomega v1.13.0
10
- k8s.io/apimachinery v0.21.2
11
- sigs.k8s.io/kubebuilder/v3 v3.0.0-alpha.0.0.20210702145813-742983631190
+ github.com/onsi/gomega v1.15.0
+ k8s.io/apimachinery v0.22.2
+ sigs.k8s.io/kubebuilder/v3 v3.2.0
12
)
0 commit comments