File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
8
8
github.com/golang/protobuf v1.5.3
9
9
github.com/kubernetes-csi/csi-lib-utils v0.13.0
10
10
github.com/pborman/uuid v1.2.1
11
- github.com/stretchr/testify v1.8.3
11
+ github.com/stretchr/testify v1.8.4
12
12
golang.org/x/net v0.10.0
13
13
google.golang.org/grpc v1.55.0
14
14
k8s.io/apimachinery v0.27.0
Original file line number Diff line number Diff line change @@ -223,8 +223,8 @@ github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
223
223
github.com/stretchr/testify v1.2.2 /go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs =
224
224
github.com/stretchr/testify v1.3.0 /go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI =
225
225
github.com/stretchr/testify v1.4.0 /go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4 =
226
- github.com/stretchr/testify v1.8.3 h1:RP3t2pwF7cMEbC1dqtB6poj3niw/9gnV4Cjg5oW5gtY =
227
- github.com/stretchr/testify v1.8.3 /go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo =
226
+ github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk =
227
+ github.com/stretchr/testify v1.8.4 /go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo =
228
228
github.com/yuin/goldmark v1.1.25 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
229
229
github.com/yuin/goldmark v1.1.27 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
230
230
github.com/yuin/goldmark v1.1.32 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ github.com/prometheus/procfs/internal/util
77
77
# github.com/spf13/pflag v1.0.5
78
78
## explicit; go 1.12
79
79
github.com/spf13/pflag
80
- # github.com/stretchr/testify v1.8.3
80
+ # github.com/stretchr/testify v1.8.4
81
81
## explicit; go 1.20
82
82
github.com/stretchr/testify/assert
83
83
github.com/stretchr/testify/require
You can’t perform that action at this time.
0 commit comments