@@ -7,19 +7,11 @@ require (
7
7
cloud.google.com/go/storage v1.14.0
8
8
github.com/casbin/casbin/v2 v2.24.0
9
9
github.com/cesanta/glog v0.0.0-20150527111657-22eb27a0ae19
10
- github.com/cooldrip/cstrftime v0.0.0-20180425110708-e16e2f942e1e // indirect
11
10
github.com/coreos/go-oidc/v3 v3.0.0
12
11
github.com/dchest/uniuri v0.0.0-20200228104902-7aecb25e1fe5
13
12
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
15
14
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
23
15
github.com/go-ldap/ldap v3.0.3+incompatible
24
16
github.com/go-redis/redis v6.15.9+incompatible
25
17
github.com/go-sql-driver/mysql v1.5.0
@@ -29,19 +21,21 @@ require (
29
21
github.com/lib/pq v1.9.0
30
22
github.com/magefile/mage v1.11.0 // indirect
31
23
github.com/mattn/go-sqlite3 v2.0.3+incompatible
32
- github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
33
24
github.com/schwarmco/go-cartesian-product v0.0.0-20180515110546-d5ee747a6dc9
34
25
github.com/sirupsen/logrus v1.8.0 // indirect
26
+ github.com/stretchr/testify v1.7.0 // indirect
35
27
github.com/syndtr/goleveldb v1.0.0
36
28
go.mongodb.org/mongo-driver v1.7.1
37
29
go.opencensus.io v0.23.0 // indirect
38
30
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b
39
31
golang.org/x/net v0.0.0-20210326060303-6b1517762897
40
32
golang.org/x/oauth2 v0.0.0-20210220000619-9bb904979d93
33
+ golang.org/x/sys v0.0.0-20210502180810-71e4cd670f79 // indirect
41
34
google.golang.org/api v0.40.0
42
35
google.golang.org/genproto v0.0.0-20210303154014-9728d6b83eeb // indirect
43
36
google.golang.org/grpc v1.36.0 // indirect
44
37
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
38
+ gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
45
39
gopkg.in/fsnotify.v1 v1.4.7
46
40
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
47
41
gopkg.in/yaml.v2 v2.4.0
0 commit comments