File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -2,19 +2,19 @@ module github.com/bitwarden/sm-kubernetes
2
2
3
3
go 1.23.0
4
4
5
- toolchain go1.23.2
5
+ toolchain go1.25.0
6
6
7
7
require (
8
8
github.com/bitwarden/sdk-go v0.1.1
9
- github.com/go-logr/logr v1.4.2
9
+ github.com/go-logr/logr v1.4.3
10
10
github.com/google/uuid v1.6.0
11
- github.com/onsi/ginkgo/v2 v2.23.4
12
- github.com/onsi/gomega v1.36.3
13
- go.uber.org/mock v0.4 .0
14
- k8s.io/api v0.32.0
15
- k8s.io/apimachinery v0.32 .0
16
- k8s.io/client-go v0.32.0
17
- sigs.k8s.io/controller-runtime v0.20 .0
11
+ github.com/onsi/ginkgo/v2 v2.25.0
12
+ github.com/onsi/gomega v1.38.0
13
+ go.uber.org/mock v0.6 .0
14
+ k8s.io/api v0.33.4
15
+ k8s.io/apimachinery v0.34 .0
16
+ k8s.io/client-go v0.33.4
17
+ sigs.k8s.io/controller-runtime v0.21 .0
18
18
)
19
19
20
20
require (
You can’t perform that action at this time.
0 commit comments