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 (
1414 github.com/lib/pq v1.10.9
1515 github.com/mattn/go-sqlite3 v1.14.16
1616 github.com/prometheus/client_golang v1.15.1
17- github.com/stretchr/testify v1.8.0
17+ github.com/stretchr/testify v1.8.2
1818 github.com/zmap/zcrypto v0.0.0-20220402174210-599ec18ecbac
1919 github.com/zmap/zlint/v3 v3.4.1
2020 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
322322github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
323323github.com/stretchr/objx v0.1.1 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
324324github.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 =
325326github.com/stretchr/testify v1.2.2 /go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs =
326327github.com/stretchr/testify v1.3.0 /go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI =
327328github.com/stretchr/testify v1.4.0 /go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4 =
328329github.com/stretchr/testify v1.7.1 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
329- github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PKk =
330330github.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 =
331333github.com/ugorji/go v1.1.4 /go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc =
332334github.com/ugorji/go v1.1.7 /go.mod h1:kZn38zHttfInRq0xu/PH0az30d+z6vm202qpg1oXVMw =
333335github.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
107107github.com/prometheus/procfs/internal/util
108108# github.com/rogpeppe/go-internal v1.10.0
109109## explicit; go 1.19
110- # github.com/stretchr/testify v1.8.0
110+ # github.com/stretchr/testify v1.8.2
111111## explicit; go 1.13
112112github.com/stretchr/testify/assert
113113github.com/stretchr/testify/require
You can’t perform that action at this time.
0 commit comments