Skip to content

Commit 5471687

Browse files
Update module gotest.tools/v3 to v3.5.2
1 parent 7013a1e commit 5471687

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ go 1.20
55
require (
66
github.com/drone/drone-template-lib v1.0.0
77
github.com/go-git/go-git/v5 v5.12.0
8+
github.com/google/go-cmp v0.6.0
89
github.com/joho/godotenv v1.5.1
910
github.com/slack-go/slack v0.15.0
1011
github.com/urfave/cli v1.22.14
11-
gotest.tools/v3 v3.5.1
12+
gotest.tools/v3 v3.5.2
1213
)
1314

1415
require (
@@ -26,7 +27,6 @@ require (
2627
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
2728
github.com/go-git/go-billy/v5 v5.5.0 // indirect
2829
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
29-
github.com/google/go-cmp v0.6.0 // indirect
3030
github.com/google/uuid v1.1.0 // indirect
3131
github.com/gorilla/websocket v1.5.3 // indirect
3232
github.com/huandu/xstrings v1.2.0 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,3 +178,5 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
178178
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
179179
gotest.tools/v3 v3.5.1 h1:EENdUnS3pdur5nybKYIh2Vfgc8IUNBjxDPSjtiJcOzU=
180180
gotest.tools/v3 v3.5.1/go.mod h1:isy3WKz7GK6uNw/sbHzfKBLvlvXwUyV06n6brMxxopU=
181+
gotest.tools/v3 v3.5.2 h1:7koQfIKdy+I8UTetycgUqXWSDwpgv193Ka+qRsmBY8Q=
182+
gotest.tools/v3 v3.5.2/go.mod h1:LtdLGcnqToBH83WByAAi/wiwSFCArdFIUV/xxN4pcjA=

0 commit comments

Comments
 (0)