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 a066b6b commit 35261e1Copy full SHA for 35261e1
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.20.2
+ github.com/onsi/gomega v1.34.2
+ go.uber.org/mock v0.5.0
+ k8s.io/api v0.31.2
+ k8s.io/apimachinery v0.31.2
+ k8s.io/client-go v0.31.2
+ sigs.k8s.io/controller-runtime v0.19.0
16
)
17
18
0 commit comments