Skip to content

Commit e3091f1

Browse files
authored
build(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4
2 parents 0f4221f + 0816751 commit e3091f1

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
@@ -9,7 +9,7 @@ require (
99
github.com/google/uuid v1.3.0
1010
github.com/hashicorp/terraform-plugin-sdk v1.17.2
1111
github.com/shurcooL/githubv4 v0.0.0-20221126192849-0b5c4c7994eb
12-
github.com/stretchr/testify v1.8.3
12+
github.com/stretchr/testify v1.8.4
1313
golang.org/x/crypto v0.9.0
1414
golang.org/x/oauth2 v0.8.0
1515
gopkg.in/square/go-jose.v2 v2.6.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1301,8 +1301,8 @@ github.com/stretchr/testify v1.7.2/go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1F
13011301
github.com/stretchr/testify v1.7.5/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
13021302
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
13031303
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
1304-
github.com/stretchr/testify v1.8.3 h1:RP3t2pwF7cMEbC1dqtB6poj3niw/9gnV4Cjg5oW5gtY=
1305-
github.com/stretchr/testify v1.8.3/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
1304+
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
1305+
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
13061306
github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw=
13071307
github.com/subosito/gotenv v1.4.1 h1:jyEFiXpy21Wm81FBN71l9VoMMV8H8jG+qIK3GCpY6Qs=
13081308
github.com/subosito/gotenv v1.4.1/go.mod h1:ayKnFf/c6rvx/2iiLrJUk1e6plDbT3edrFNGqEflhK0=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ github.com/ssgreg/nlreturn/v2/pkg/nlreturn
770770
# github.com/stretchr/objx v0.5.0
771771
## explicit; go 1.12
772772
github.com/stretchr/objx
773-
# github.com/stretchr/testify v1.8.3
773+
# github.com/stretchr/testify v1.8.4
774774
## explicit; go 1.20
775775
github.com/stretchr/testify/assert
776776
github.com/stretchr/testify/mock

0 commit comments

Comments
 (0)