Update Dependencies and use go 1.13

This commit is contained in:
stefanbenten
2019-10-06 17:59:20 +02:00
parent 8d196039ba
commit c403f9a2f1
3 changed files with 31 additions and 18 deletions

4
go.mod
View File

@ -22,14 +22,14 @@ require (
github.com/stretchr/testify v1.4.0 // indirect
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce
github.com/urfave/cli v1.21.0
github.com/zeebo/errs v1.2.1-0.20190617123220-06a113fed680
github.com/zeebo/errs v1.2.2
golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7
golang.org/x/net v0.0.0-20190916140828-c8589233b77d
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
google.golang.org/api v0.9.0
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
gopkg.in/russross/blackfriday.v2 v2.0.1
storj.io/storj v0.20.0
storj.io/storj v0.22.0
)
replace gopkg.in/russross/blackfriday.v2 v2.0.1 => github.com/russross/blackfriday/v2 v2.0.1