Skip to content

Commit 18b6ea9

Browse files
fix(deps): update module github.com/rancher/wrangler to v0.8.11
1 parent 07d9721 commit 18b6ea9

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@ 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
12-
github.com/rancher/wrangler v0.8.7
14+
github.com/pkg/errors v0.9.1
15+
github.com/rancher/wrangler v0.8.11
1316
github.com/sirupsen/logrus v1.8.1
1417
github.com/stretchr/testify v1.7.1
1518
github.com/urfave/cli/v2 v2.4.0
@@ -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,7 +37,6 @@ 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

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,8 @@ github.com/qri-io/starlib v0.4.2-0.20200213133954-ff2e8cd5ef8d/go.mod h1:7DPO4do
357357
github.com/rancher/lasso v0.0.0-20210616224652-fc3ebd901c08/go.mod h1:9qZd/S8DqWzfKtjKGgSoHqGEByYmUE3qRaBaaAHwfEM=
358358
github.com/rancher/wrangler v0.8.7 h1:WN9EWycceZ9gP5hEqIRJMrwi7cprxETMyKk/qXl+9ZU=
359359
github.com/rancher/wrangler v0.8.7/go.mod h1:dKEaHNB4izxmPUtpq1Hvr3z3Oh+9k5pCZyFO9sUhlaY=
360+
github.com/rancher/wrangler v0.8.11 h1:ubWaJgwt9FQdu5ZmfWyqnIabnJ+GkEAow5KXvX33vfo=
361+
github.com/rancher/wrangler v0.8.11/go.mod h1:Lte9WjPtGYxYacIWeiS9qawvu2R4NujFU9xuXWJvc/0=
360362
github.com/remyoudompheng/bigfft v0.0.0-20170806203942-52369c62f446/go.mod h1:uYEyJGbgTkfkS4+E/PavXkNJcbFIpEtjt2B0KDQ5+9M=
361363
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 h1:OdAsTTz6OkFY5QxjkYwrChwuRruF69c169dPK26NUlk=
362364
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo=

0 commit comments

Comments
 (0)