Skip to content

Commit 463fb91

Browse files
modified versions of KB and K8S (#25)
* modified versions of KB and K8S
1 parent 88afbd6 commit 463fb91

File tree

2 files changed

+280
-185
lines changed

2 files changed

+280
-185
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
module github.com/operator-framework/java-operator-plugins
22

3-
go 1.15
3+
go 1.16
44

55
require github.com/spf13/pflag v1.0.5
66

77
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
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
1212
)

0 commit comments

Comments
 (0)