Skip to content

Commit 531827a

Browse files
Bump github.com/docker/distribution in /auth_server (#342)
Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.7.1+incompatible to 2.8.0+incompatible. - [Release notes](https://github.com/docker/distribution/releases) - [Commits](distribution/distribution@v2.7.1...v2.8.0) --- updated-dependencies: - dependency-name: github.com/docker/distribution dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 72ece0b commit 531827a

File tree

2 files changed

+10
-95
lines changed

2 files changed

+10
-95
lines changed

auth_server/go.mod

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,11 @@ require (
77
cloud.google.com/go/storage v1.14.0
88
github.com/casbin/casbin/v2 v2.24.0
99
github.com/cesanta/glog v0.0.0-20150527111657-22eb27a0ae19
10-
github.com/cooldrip/cstrftime v0.0.0-20180425110708-e16e2f942e1e // indirect
1110
github.com/coreos/go-oidc/v3 v3.0.0
1211
github.com/dchest/uniuri v0.0.0-20200228104902-7aecb25e1fe5
1312
github.com/deckarep/golang-set v1.7.1
14-
github.com/docker/distribution v2.7.1+incompatible
13+
github.com/docker/distribution v2.8.0+incompatible
1514
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
16-
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
17-
github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect
18-
github.com/facebookgo/freeport v0.0.0-20150612182905-d4adf43b75b9 // indirect
19-
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
20-
github.com/facebookgo/stats v0.0.0-20151006221625-1b76add642e4 // indirect
21-
github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect
22-
github.com/go-git/go-git/v5 v5.4.2 // indirect
2315
github.com/go-ldap/ldap v3.0.3+incompatible
2416
github.com/go-redis/redis v6.15.9+incompatible
2517
github.com/go-sql-driver/mysql v1.5.0
@@ -29,19 +21,21 @@ require (
2921
github.com/lib/pq v1.9.0
3022
github.com/magefile/mage v1.11.0 // indirect
3123
github.com/mattn/go-sqlite3 v2.0.3+incompatible
32-
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
3324
github.com/schwarmco/go-cartesian-product v0.0.0-20180515110546-d5ee747a6dc9
3425
github.com/sirupsen/logrus v1.8.0 // indirect
26+
github.com/stretchr/testify v1.7.0 // indirect
3527
github.com/syndtr/goleveldb v1.0.0
3628
go.mongodb.org/mongo-driver v1.7.1
3729
go.opencensus.io v0.23.0 // indirect
3830
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b
3931
golang.org/x/net v0.0.0-20210326060303-6b1517762897
4032
golang.org/x/oauth2 v0.0.0-20210220000619-9bb904979d93
33+
golang.org/x/sys v0.0.0-20210502180810-71e4cd670f79 // indirect
4134
google.golang.org/api v0.40.0
4235
google.golang.org/genproto v0.0.0-20210303154014-9728d6b83eeb // indirect
4336
google.golang.org/grpc v1.36.0 // indirect
4437
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
38+
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
4539
gopkg.in/fsnotify.v1 v1.4.7
4640
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
4741
gopkg.in/yaml.v2 v2.4.0

0 commit comments

Comments
 (0)