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 e4c9122 commit 6e196b0Copy full SHA for 6e196b0
go.mod
@@ -4,15 +4,15 @@ go 1.21.6
4
5
require (
6
github.com/bitwarden/sdk-go v0.1.1
7
- github.com/go-logr/logr v1.4.1
+ github.com/go-logr/logr v1.4.2
8
github.com/google/uuid v1.6.0
9
- github.com/onsi/ginkgo/v2 v2.17.1
10
- github.com/onsi/gomega v1.32.0
11
- go.uber.org/mock v0.4.0
12
- k8s.io/api v0.29.4
13
- k8s.io/apimachinery v0.29.4
14
- k8s.io/client-go v0.29.4
15
- sigs.k8s.io/controller-runtime v0.16.3
+ github.com/onsi/ginkgo/v2 v2.23.4
+ github.com/onsi/gomega v1.37.0
+ go.uber.org/mock v0.5.2
+ k8s.io/api v0.33.1
+ k8s.io/apimachinery v0.33.1
+ k8s.io/client-go v0.33.1
+ sigs.k8s.io/controller-runtime v0.20.4
16
)
17
18
0 commit comments