File tree Expand file tree Collapse file tree 4 files changed +37
-48
lines changed
github.com/stretchr/testify/assert Expand file tree Collapse file tree 4 files changed +37
-48
lines changed Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/iancoleman/strcase v0.2.0
7
7
github.com/markbates/pkger v0.17.1
8
- github.com/stretchr/testify v1.8.1
8
+ github.com/stretchr/testify v1.8.2
9
9
github.com/urfave/cli v1.22.12
10
10
golang.org/x/net v0.8.0
11
11
)
Original file line number Diff line number Diff line change @@ -25,8 +25,9 @@ github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpE
25
25
github.com/stretchr/testify v1.4.0 /go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4 =
26
26
github.com/stretchr/testify v1.7.1 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
27
27
github.com/stretchr/testify v1.8.0 /go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU =
28
- github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk =
29
28
github.com/stretchr/testify v1.8.1 /go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4 =
29
+ github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ8 =
30
+ github.com/stretchr/testify v1.8.2 /go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4 =
30
31
github.com/urfave/cli v1.22.12 h1:igJgVw1JdKH+trcLWLeLwZjU9fEfPesQ+9/e4MQ44S8 =
31
32
github.com/urfave/cli v1.22.12 /go.mod h1:sSBEIC79qR6OvcmsD4U3KABeOTxDqQtdDnaFuUN30b8 =
32
33
github.com/yuin/goldmark v1.4.13 /go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY =
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ github.com/markbates/pkger/pkging/stdos
20
20
github.com/pmezard/go-difflib/difflib
21
21
# github.com/russross/blackfriday/v2 v2.1.0
22
22
github.com/russross/blackfriday/v2
23
- # github.com/stretchr/testify v1.8.1
23
+ # github.com/stretchr/testify v1.8.2
24
24
## explicit
25
25
github.com/stretchr/testify/assert
26
26
github.com/stretchr/testify/require
You can’t perform that action at this time.
0 commit comments