File tree Expand file tree Collapse file tree 4 files changed +38
-48
lines changed
github.com/stretchr/testify/assert Expand file tree Collapse file tree 4 files changed +38
-48
lines changed Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/prashantv/gostub v1.1.0
7
- github.com/stretchr/testify v1.8.0
7
+ github.com/stretchr/testify v1.8.2
8
8
k8s.io/klog/v2 v2.90.1
9
9
)
10
10
Original file line number Diff line number Diff line change @@ -9,9 +9,11 @@ github.com/prashantv/gostub v1.1.0 h1:BTyx3RfQjRHnUWaGF9oQos79AlQ5k8WNktv7VGvVH4
9
9
github.com/prashantv/gostub v1.1.0 /go.mod h1:A5zLQHz7ieHGG7is6LLXLz7I8+3LZzsrV0P1IAHhP5U =
10
10
github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
11
11
github.com/stretchr/objx v0.4.0 /go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw =
12
+ github.com/stretchr/objx v0.5.0 /go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo =
12
13
github.com/stretchr/testify v1.7.1 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
13
- github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PKk =
14
14
github.com/stretchr/testify v1.8.0 /go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU =
15
+ github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ8 =
16
+ github.com/stretchr/testify v1.8.2 /go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4 =
15
17
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
16
18
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
17
19
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ github.com/pmezard/go-difflib/difflib
10
10
# github.com/prashantv/gostub v1.1.0
11
11
## explicit; go 1.17
12
12
github.com/prashantv/gostub
13
- # github.com/stretchr/testify v1.8.0
13
+ # github.com/stretchr/testify v1.8.2
14
14
## explicit; go 1.13
15
15
github.com/stretchr/testify/assert
16
16
# gopkg.in/yaml.v3 v3.0.1
You can’t perform that action at this time.
0 commit comments