Skip to content

Commit a958e86

Browse files
authored
Merge pull request #2685 from containers/renovate/github.com-stretchr-testify-1.x
fix(deps): update module github.com/stretchr/testify to v1.11.1
2 parents 0f2339c + 885a4fb commit a958e86

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/sirupsen/logrus v1.9.3
1717
github.com/spf13/cobra v1.9.1
1818
github.com/spf13/pflag v1.0.7
19-
github.com/stretchr/testify v1.11.0
19+
github.com/stretchr/testify v1.11.1
2020
go.podman.io/common v0.0.0-20250826054041-6e4bed3c9118
2121
go.podman.io/image/v5 v5.36.1-0.20250820085751-a13b38f45723
2222
go.podman.io/storage v1.59.1-0.20250820085751-a13b38f45723

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@ github.com/stefanberger/go-pkcs11uri v0.0.0-20230803200340-78284954bff6/go.mod h
234234
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
235235
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
236236
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
237-
github.com/stretchr/testify v1.11.0 h1:ib4sjIrwZKxE5u/Japgo/7SJV3PvgjGiRNAvTVGqQl8=
238-
github.com/stretchr/testify v1.11.0/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
237+
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
238+
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
239239
github.com/sylabs/sif/v2 v2.21.1 h1:GZ0b5//AFAqJEChd8wHV/uSKx/l1iuGYwjR8nx+4wPI=
240240
github.com/sylabs/sif/v2 v2.21.1/go.mod h1:YoqEGQnb5x/ItV653bawXHZJOXQaEWpGwHsSD3YePJI=
241241
github.com/tchap/go-patricia/v2 v2.3.3 h1:xfNEsODumaEcCcY3gI0hYPZ/PcpVv5ju6RMAhgwZDDc=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ github.com/spf13/pflag
293293
# github.com/stefanberger/go-pkcs11uri v0.0.0-20230803200340-78284954bff6
294294
## explicit; go 1.19
295295
github.com/stefanberger/go-pkcs11uri
296-
# github.com/stretchr/testify v1.11.0
296+
# github.com/stretchr/testify v1.11.1
297297
## explicit; go 1.17
298298
github.com/stretchr/testify/assert
299299
github.com/stretchr/testify/assert/yaml

0 commit comments

Comments
 (0)