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 @@ -24,7 +24,7 @@ require (
24
24
github.com/onsi/gomega v1.38.2
25
25
github.com/pborman/uuid v1.2.1
26
26
github.com/pkg/errors v0.9.1
27
- github.com/stretchr/testify v1.11.0
27
+ github.com/stretchr/testify v1.11.1
28
28
go.uber.org/goleak v1.3.0
29
29
go.uber.org/mock v0.6.0
30
30
golang.org/x/net v0.43.0
Original file line number Diff line number Diff line change @@ -289,8 +289,8 @@ github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
289
289
github.com/stretchr/testify v1.8.0 /go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU =
290
290
github.com/stretchr/testify v1.8.1 /go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4 =
291
291
github.com/stretchr/testify v1.8.2 /go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4 =
292
- github.com/stretchr/testify v1.11.0 h1:ib4sjIrwZKxE5u/Japgo/7SJV3PvgjGiRNAvTVGqQl8 =
293
- github.com/stretchr/testify v1.11.0 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
292
+ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
293
+ github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
294
294
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM =
295
295
github.com/x448/float16 v0.8.4 /go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg =
296
296
github.com/yuin/goldmark v1.1.27 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
Original file line number Diff line number Diff line change @@ -539,7 +539,7 @@ github.com/spf13/pflag
539
539
# github.com/stoewer/go-strcase v1.3.0
540
540
## explicit; go 1.11
541
541
github.com/stoewer/go-strcase
542
- # github.com/stretchr/testify v1.11.0
542
+ # github.com/stretchr/testify v1.11.1
543
543
## explicit; go 1.17
544
544
github.com/stretchr/testify/assert
545
545
github.com/stretchr/testify/assert/yaml
You can’t perform that action at this time.
0 commit comments