Skip to content

Commit 09abfe7

Browse files
authored
Merge pull request #1010 from awslabs/dependabot/go_modules/ecr-login/github.com/stretchr/testify-1.11.1
build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 in /ecr-login
2 parents bf8d3a4 + f14b036 commit 09abfe7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ecr-login/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/docker/docker-credential-helpers v0.9.3
1313
github.com/mitchellh/go-homedir v1.1.0
1414
github.com/sirupsen/logrus v1.9.3
15-
github.com/stretchr/testify v1.11.0
15+
github.com/stretchr/testify v1.11.1
1616
)
1717

1818
require (

ecr-login/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ
4141
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
4242
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
4343
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
44-
github.com/stretchr/testify v1.11.0 h1:ib4sjIrwZKxE5u/Japgo/7SJV3PvgjGiRNAvTVGqQl8=
45-
github.com/stretchr/testify v1.11.0/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
44+
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
45+
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
4646
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
4747
golang.org/x/sys v0.20.0 h1:Od9JTbYCk261bKm4M/mw7AklTlFYIa0bIp9BgSm1S8Y=
4848
golang.org/x/sys v0.20.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=

ecr-login/vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ github.com/pmezard/go-difflib/difflib
120120
# github.com/sirupsen/logrus v1.9.3
121121
## explicit; go 1.13
122122
github.com/sirupsen/logrus
123-
# github.com/stretchr/testify v1.11.0
123+
# github.com/stretchr/testify v1.11.1
124124
## explicit; go 1.17
125125
github.com/stretchr/testify/assert
126126
github.com/stretchr/testify/assert/yaml

0 commit comments

Comments
 (0)