make travis work?
This commit is contained in:
parent
5d8d0cdda0
commit
52741af9ce
2
Makefile
2
Makefile
@ -25,6 +25,8 @@ proto:
|
|||||||
|
|
||||||
|
|
||||||
build-dev-deps:
|
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/golang/protobuf/protoc-gen-go
|
||||||
go get -u github.com/alecthomas/gometalinter
|
go get -u github.com/alecthomas/gometalinter
|
||||||
gometalinter --install --force
|
gometalinter --install --force
|
||||||
|
12
go.mod
12
go.mod
@ -1,9 +1,9 @@
|
|||||||
module "storj.io/storj"
|
module storj.io/storj
|
||||||
|
|
||||||
require (
|
require (
|
||||||
"github.com/spf13/viper" v1.0.2
|
github.com/spf13/viper v1.0.2
|
||||||
"github.com/tyler-smith/go-bip39" v0.0.0-20160629163856-8e7a99b3e716
|
github.com/tyler-smith/go-bip39 v0.0.0-20160629163856-8e7a99b3e716
|
||||||
"github.com/urfave/cli" v1.20.0
|
github.com/urfave/cli v1.20.0
|
||||||
"github.com/zeebo/errs" v0.1.0
|
github.com/zeebo/errs v0.1.0
|
||||||
"golang.org/x/crypto" v0.0.0-20180410182641-f70185d77e82
|
golang.org/x/crypto v0.0.0-20180410182641-f70185d77e82
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user