@@ -15,7 +15,6 @@ require (
15
15
github.com/elazarl/go-bindata-assetfs v1.0.1
16
16
github.com/fatih/color v1.10.0
17
17
github.com/garyburd/redigo v1.6.2 // indirect
18
- github.com/go-sql-driver/mysql v1.5.0 // indirect
19
18
github.com/golang/gddo v0.0.0-20210115222349-20d68f94ee1f
20
19
github.com/gorilla/handlers v1.5.1
21
20
github.com/gorilla/mux v1.8.0
@@ -27,15 +26,12 @@ require (
27
26
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce
28
27
github.com/urfave/cli v1.22.5
29
28
go.opencensus.io v0.22.6 // indirect
30
- go.uber.org/zap v1.16.0 // indirect
31
- golang.org/x/crypto v0.0.0-20210218145215-b8e89b74b9df
32
- golang.org/x/net v0.0.0-20210119194325-5f4716e94777
29
+ golang.org/x/crypto v0.0.0-20210415154028-4f45737414dc
30
+ golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
33
31
golang.org/x/oauth2 v0.0.0-20210218202405-ba52d332ba99
34
- golang.org/x/sys v0.0.0-20210218155724-8ebf48af031b // indirect
35
32
google.golang.org/api v0.40.0
36
33
google.golang.org/genproto v0.0.0-20210218151259-fe80b386bf06 // indirect
37
34
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
38
- storj.io/common v0.0.0-20210218090211-2ecbfc1f705b
39
- storj.io/drpc v0.0.17 // indirect
40
- storj.io/uplink v1.4.5
35
+ storj.io/common v0.0.0-20210504141454-bcb03a80052f
36
+ storj.io/uplink v1.5.0-rc.1.0.20210512164354-e2e5889614a9
41
37
)
0 commit comments