Skip to content

Commit f680b66

Browse files
fix(deps): update module github.com/stretchr/testify to v1.9.0
1 parent 07d9721 commit f680b66

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@ go 1.17
44

55
require (
66
github.com/bwmarrin/snowflake v0.3.0
7+
github.com/docker/cli v20.10.14+incompatible
8+
github.com/docker/docker v0.7.3-0.20190327010347-be7ac8be2ae0
79
github.com/glebarez/sqlite v1.4.1
810
github.com/golang-jwt/jwt/v4 v4.4.1
911
github.com/google/uuid v1.3.0
1012
github.com/gorilla/handlers v1.5.1
1113
github.com/gorilla/mux v1.8.0
14+
github.com/pkg/errors v0.9.1
1215
github.com/rancher/wrangler v0.8.7
1316
github.com/sirupsen/logrus v1.8.1
14-
github.com/stretchr/testify v1.7.1
17+
github.com/stretchr/testify v1.9.0
1518
github.com/urfave/cli/v2 v2.4.0
1619
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
1720
gorm.io/driver/mysql v1.3.3
@@ -23,8 +26,6 @@ require (
2326
github.com/containerd/continuity v0.3.0 // indirect
2427
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
2528
github.com/davecgh/go-spew v1.1.1 // indirect
26-
github.com/docker/cli v20.10.14+incompatible // indirect
27-
github.com/docker/docker v0.7.3-0.20190327010347-be7ac8be2ae0 // indirect
2829
github.com/docker/docker-credential-helpers v0.6.4 // indirect
2930
github.com/docker/go-units v0.4.0 // indirect
3031
github.com/felixge/httpsnoop v1.0.1 // indirect
@@ -36,12 +37,11 @@ require (
3637
github.com/opencontainers/go-digest v1.0.0 // indirect
3738
github.com/opencontainers/image-spec v1.0.2 // indirect
3839
github.com/opencontainers/runc v1.1.1 // indirect
39-
github.com/pkg/errors v0.9.1 // indirect
4040
github.com/pmezard/go-difflib v1.0.0 // indirect
4141
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
4242
github.com/russross/blackfriday/v2 v2.1.0 // indirect
4343
golang.org/x/sys v0.0.0-20220405210540-1e041c57c461 // indirect
44-
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
44+
gopkg.in/yaml.v3 v3.0.1 // indirect
4545
modernc.org/libc v1.14.12 // indirect
4646
modernc.org/mathutil v1.4.1 // indirect
4747
modernc.org/memory v1.0.7 // indirect

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,8 @@ github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81P
402402
github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA=
403403
github.com/stretchr/testify v1.7.1 h1:5TQK59W5E3v0r2duFAb7P95B6hEeOyEnHRa8MjYSMTY=
404404
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
405+
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
406+
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
405407
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww=
406408
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
407409
github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
@@ -617,6 +619,8 @@ gopkg.in/yaml.v3 v3.0.0-20191120175047-4206685974f2/go.mod h1:K4uyk7z7BCEPqu6E+C
617619
gopkg.in/yaml.v3 v3.0.0-20200121175148-a6ecf24a6d71/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
618620
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo=
619621
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
622+
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
623+
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
620624
gorm.io/driver/mysql v1.3.3 h1:jXG9ANrwBc4+bMvBcSl8zCfPBaVoPyBEBshA8dA93X8=
621625
gorm.io/driver/mysql v1.3.3/go.mod h1:ChK6AHbHgDCFZyJp0F+BmVGb06PSIoh9uVYKAlRbb2U=
622626
gorm.io/gorm v1.23.1/go.mod h1:l2lP/RyAtc1ynaTjFksBde/O8v9oOGIApu2/xRitmZk=

0 commit comments

Comments
 (0)