mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-08 22:31:04 +00:00
Don't get packages that are already in Godeps
This commit is contained in:
parent
d425794665
commit
cc619f6b53
10
build.sh
10
build.sh
@ -89,11 +89,11 @@ deps() {
|
||||
}
|
||||
|
||||
setup() {
|
||||
go get -v -u code.google.com/p/go.tools/cmd/cover
|
||||
go get -v -u code.google.com/p/go.tools/cmd/vet
|
||||
go get -v -u github.com/mattn/goveralls
|
||||
go get -v -u github.com/tools/godep
|
||||
go get -v -t ./...
|
||||
go get -v code.google.com/p/go.tools/cmd/cover
|
||||
go get -v code.google.com/p/go.tools/cmd/vet
|
||||
go get -v github.com/mattn/goveralls
|
||||
go get -v github.com/tools/godep
|
||||
GOPATH="$GOPATH:$(godep path)" go get -v -t ./...
|
||||
}
|
||||
|
||||
xdr() {
|
||||
|
Loading…
Reference in New Issue
Block a user