Switch to dep for dependency management

This commit is contained in:
Dan Sosedoff
2018-08-31 21:49:24 -05:00
parent 847f47c5d3
commit ad81f666a5
537 changed files with 167100 additions and 34410 deletions

View File

@@ -64,11 +64,11 @@ bootstrap:
gox -build-toolchain
setup:
go get -u github.com/tools/godep
go get -u github.com/golang/dep/cmd/dep
go get -u golang.org/x/tools/cmd/cover
go get -u github.com/mitchellh/gox
go get -u github.com/jteeuwen/go-bindata/...
godep restore
dep ensure
clean:
@rm -f ./pgweb