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 88afbd6 commit 463fb91Copy full SHA for 463fb91
go.mod
@@ -1,12 +1,12 @@
1
module github.com/operator-framework/java-operator-plugins
2
3
-go 1.15
+go 1.16
4
5
require github.com/spf13/pflag v1.0.5
6
7
require (
8
- github.com/onsi/ginkgo v1.15.2
9
- github.com/onsi/gomega v1.11.0
10
- k8s.io/apimachinery v0.20.2
11
- sigs.k8s.io/kubebuilder/v3 v3.0.0-beta.1
+ github.com/onsi/ginkgo v1.16.4
+ github.com/onsi/gomega v1.13.0
+ k8s.io/apimachinery v0.21.2
+ sigs.k8s.io/kubebuilder/v3 v3.0.0-alpha.0.0.20210702145813-742983631190
12
)
0 commit comments