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.
2 parents d686d75 + a49a8dd commit 09708e8Copy full SHA for 09708e8
go.mod
@@ -1,9 +1,10 @@
1
module sigs.k8s.io/sig-storage-local-static-provisioner
2
3
-go 1.24
+go 1.23.8
4
5
require (
6
github.com/golang/glog v1.1.2
7
+ github.com/google/go-cmp v0.6.0
8
github.com/kubernetes-csi/csi-proxy/client v1.0.2
9
github.com/onsi/ginkgo/v2 v2.13.0
10
github.com/onsi/gomega v1.29.0
@@ -55,7 +56,6 @@ require (
55
56
github.com/golang/protobuf v1.5.4 // indirect
57
github.com/google/cel-go v0.17.7 // indirect
58
github.com/google/gnostic-models v0.6.8 // indirect
- github.com/google/go-cmp v0.6.0 // indirect
59
github.com/google/gofuzz v1.2.0 // indirect
60
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
61
github.com/google/s2a-go v0.1.7 // indirect
0 commit comments