Skip to content

Commit c8052af

Browse files
modified Java Plugins KB and K8S depedencies (#64)
1 parent 9217cc1 commit c8052af

File tree

2 files changed

+269
-83
lines changed

2 files changed

+269
-83
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require github.com/spf13/pflag v1.0.5
66

77
require (
88
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
9+
github.com/onsi/gomega v1.15.0
10+
k8s.io/apimachinery v0.22.2
11+
sigs.k8s.io/kubebuilder/v3 v3.2.0
1212
)

0 commit comments

Comments
 (0)