mirror of
https://github.com/octoleo/syncthing.git
synced 2024-12-23 11:28:59 +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() {
|
setup() {
|
||||||
go get -v -u code.google.com/p/go.tools/cmd/cover
|
go get -v code.google.com/p/go.tools/cmd/cover
|
||||||
go get -v -u code.google.com/p/go.tools/cmd/vet
|
go get -v code.google.com/p/go.tools/cmd/vet
|
||||||
go get -v -u github.com/mattn/goveralls
|
go get -v github.com/mattn/goveralls
|
||||||
go get -v -u github.com/tools/godep
|
go get -v github.com/tools/godep
|
||||||
go get -v -t ./...
|
GOPATH="$GOPATH:$(godep path)" go get -v -t ./...
|
||||||
}
|
}
|
||||||
|
|
||||||
xdr() {
|
xdr() {
|
||||||
|
Loading…
Reference in New Issue
Block a user