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 @@ -14,7 +14,7 @@ require (
14
14
github.com/lib/pq v1.10.9
15
15
github.com/mattn/go-sqlite3 v1.14.16
16
16
github.com/prometheus/client_golang v1.15.1
17
- github.com/stretchr/testify v1.8.0
17
+ github.com/stretchr/testify v1.8.2
18
18
github.com/zmap/zcrypto v0.0.0-20220402174210-599ec18ecbac
19
19
github.com/zmap/zlint/v3 v3.4.1
20
20
golang.org/x/crypto v0.8.0
Original file line number Diff line number Diff line change @@ -322,12 +322,14 @@ github.com/spf13/viper v1.3.2/go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DM
322
322
github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
323
323
github.com/stretchr/objx v0.1.1 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
324
324
github.com/stretchr/objx v0.4.0 /go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw =
325
+ github.com/stretchr/objx v0.5.0 /go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo =
325
326
github.com/stretchr/testify v1.2.2 /go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs =
326
327
github.com/stretchr/testify v1.3.0 /go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI =
327
328
github.com/stretchr/testify v1.4.0 /go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4 =
328
329
github.com/stretchr/testify v1.7.1 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
329
- github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PKk =
330
330
github.com/stretchr/testify v1.8.0 /go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU =
331
+ github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ8 =
332
+ github.com/stretchr/testify v1.8.2 /go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4 =
331
333
github.com/ugorji/go v1.1.4 /go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc =
332
334
github.com/ugorji/go v1.1.7 /go.mod h1:kZn38zHttfInRq0xu/PH0az30d+z6vm202qpg1oXVMw =
333
335
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 /go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0 =
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ github.com/prometheus/procfs/internal/fs
107
107
github.com/prometheus/procfs/internal/util
108
108
# github.com/rogpeppe/go-internal v1.10.0
109
109
## explicit; go 1.19
110
- # github.com/stretchr/testify v1.8.0
110
+ # github.com/stretchr/testify v1.8.2
111
111
## explicit; go 1.13
112
112
github.com/stretchr/testify/assert
113
113
github.com/stretchr/testify/require
You can’t perform that action at this time.
0 commit comments