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
22
33go 1.23.0
44
5- toolchain go1.23.2
5+ toolchain go1.25.1
66
77require (
88 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
1010 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.2
12+ github.com/onsi/gomega v1.38.2
13+ go.uber.org/mock v0.6 .0
14+ k8s.io/api v0.34 .0
15+ k8s.io/apimachinery v0.34 .0
16+ k8s.io/client-go v0.34 .0
17+ sigs.k8s.io/controller-runtime v0.22 .0
1818)
1919
2020require (
You can’t perform that action at this time.
0 commit comments