make travis work?

This commit is contained in:
Dennis Coyle 2018-04-30 15:27:30 -04:00
parent 5d8d0cdda0
commit 52741af9ce
2 changed files with 8 additions and 6 deletions

View File

@ -25,6 +25,8 @@ proto:
build-dev-deps:
go get -u golang.org/x/vgo
vgo install ./...
go get -u github.com/golang/protobuf/protoc-gen-go
go get -u github.com/alecthomas/gometalinter
gometalinter --install --force

12
go.mod
View File

@ -1,9 +1,9 @@
module "storj.io/storj"
module storj.io/storj
require (
"github.com/spf13/viper" v1.0.2
"github.com/tyler-smith/go-bip39" v0.0.0-20160629163856-8e7a99b3e716
"github.com/urfave/cli" v1.20.0
"github.com/zeebo/errs" v0.1.0
"golang.org/x/crypto" v0.0.0-20180410182641-f70185d77e82
github.com/spf13/viper v1.0.2
github.com/tyler-smith/go-bip39 v0.0.0-20160629163856-8e7a99b3e716
github.com/urfave/cli v1.20.0
github.com/zeebo/errs v0.1.0
golang.org/x/crypto v0.0.0-20180410182641-f70185d77e82
)