Skip to content

Commit 1594f95

Browse files
Bump Storj Dependencies (#374)
Co-authored-by: Andrea Spacca <[email protected]>
1 parent 8f6e44b commit 1594f95

File tree

2 files changed

+28
-92
lines changed

2 files changed

+28
-92
lines changed

go.mod

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ require (
1515
github.com/elazarl/go-bindata-assetfs v1.0.1
1616
github.com/fatih/color v1.10.0
1717
github.com/garyburd/redigo v1.6.2 // indirect
18-
github.com/go-sql-driver/mysql v1.5.0 // indirect
1918
github.com/golang/gddo v0.0.0-20210115222349-20d68f94ee1f
2019
github.com/gorilla/handlers v1.5.1
2120
github.com/gorilla/mux v1.8.0
@@ -27,15 +26,12 @@ require (
2726
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce
2827
github.com/urfave/cli v1.22.5
2928
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
3331
golang.org/x/oauth2 v0.0.0-20210218202405-ba52d332ba99
34-
golang.org/x/sys v0.0.0-20210218155724-8ebf48af031b // indirect
3532
google.golang.org/api v0.40.0
3633
google.golang.org/genproto v0.0.0-20210218151259-fe80b386bf06 // indirect
3734
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
4137
)

0 commit comments

Comments
 (0)