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 714346b commit 1a7e346Copy full SHA for 1a7e346
go.mod
@@ -6,15 +6,15 @@ replace github.com/bitwarden/sdk/languages/go => ./bw-sdk
6
7
require (
8
github.com/bitwarden/sdk/languages/go v0.0.0-00010101000000-000000000000
9
- github.com/go-logr/logr v1.4.1
+ github.com/go-logr/logr v1.4.2
10
github.com/google/uuid v1.6.0
11
- github.com/onsi/ginkgo/v2 v2.17.1
12
- github.com/onsi/gomega v1.32.0
+ github.com/onsi/ginkgo/v2 v2.18.0
+ github.com/onsi/gomega v1.33.1
13
go.uber.org/mock v0.4.0
14
- k8s.io/api v0.29.4
15
- k8s.io/apimachinery v0.29.4
16
- k8s.io/client-go v0.29.4
17
- 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.2
18
)
19
20
0 commit comments