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 @@ -11,7 +11,7 @@ require (
1111 github.com/go-openapi/swag v0.23.1
1212 github.com/go-openapi/validate v0.24.0
1313 github.com/obalunenko/getenv v1.14.1
14- github.com/stretchr/testify v1.11.0
14+ github.com/stretchr/testify v1.11.1
1515)
1616
1717require (
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ github.com/rogpeppe/go-internal v1.11.0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDN
5454github.com/rogpeppe/go-internal v1.11.0 /go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUzkipdSkR5nkCZA =
5555github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
5656github.com/stretchr/testify v1.3.0 /go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI =
57- github.com/stretchr/testify v1.11.0 h1:ib4sjIrwZKxE5u/Japgo/7SJV3PvgjGiRNAvTVGqQl8 =
58- github.com/stretchr/testify v1.11.0 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
57+ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
58+ github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
5959go.mongodb.org/mongo-driver v1.14.0 h1:P98w8egYRjYe3XDjxhYJagTokP/H6HzlsnojRgZRd80 =
6060go.mongodb.org/mongo-driver v1.14.0 /go.mod h1:Vzb0Mk/pa7e6cWw85R4F/endUC3u0U9jGcNU603k65c =
6161go.opentelemetry.io/otel v1.24.0 h1:0LAOdjNmQeSTzGBzduGe/rU4tZhMwL5rWgtp9Ku5Jfo =
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ github.com/opentracing/opentracing-go/log
8686# github.com/pmezard/go-difflib v1.0.0
8787## explicit
8888github.com/pmezard/go-difflib/difflib
89- # github.com/stretchr/testify v1.11.0
89+ # github.com/stretchr/testify v1.11.1
9090## explicit; go 1.17
9191github.com/stretchr/testify/assert
9292github.com/stretchr/testify/assert/yaml
You can’t perform that action at this time.
0 commit comments