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 (
2424 github.com/onsi/gomega v1.38.2
2525 github.com/pborman/uuid v1.2.1
2626 github.com/pkg/errors v0.9.1
27- github.com/stretchr/testify v1.11.0
27+ github.com/stretchr/testify v1.11.1
2828 go.uber.org/goleak v1.3.0
2929 go.uber.org/mock v0.6.0
3030 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/
289289github.com/stretchr/testify v1.8.0 /go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU =
290290github.com/stretchr/testify v1.8.1 /go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4 =
291291github.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 =
294294github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM =
295295github.com/x448/float16 v0.8.4 /go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg =
296296github.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
539539# github.com/stoewer/go-strcase v1.3.0
540540## explicit; go 1.11
541541github.com/stoewer/go-strcase
542- # github.com/stretchr/testify v1.11.0
542+ # github.com/stretchr/testify v1.11.1
543543## explicit; go 1.17
544544github.com/stretchr/testify/assert
545545github.com/stretchr/testify/assert/yaml
You can’t perform that action at this time.
0 commit comments