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 a307886 commit b2e1c82Copy full SHA for b2e1c82
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
+ github.com/onsi/ginkgo/v2 v2.19.0
+ github.com/onsi/gomega v1.33.1
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
+ k8s.io/api v0.30.1
+ k8s.io/apimachinery v0.30.1
+ k8s.io/client-go v0.30.1
+ sigs.k8s.io/controller-runtime v0.18.3
16
)
17
18
0 commit comments