Dependancy upgrades (#264)

* dependancy upgrades

* revert dep to 0.4.1

* revert file changes
This commit is contained in:
LPowlett
2019-01-10 14:55:22 +00:00
committed by GitHub
parent 525ff82fe7
commit be11b3cda1
3 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@
set -ex
curl https://glide.sh/get | sh
sudo curl -Lo /usr/local/bin/dep https://github.com/golang/dep/releases/download/v0.4.1/dep-linux-amd64
sudo curl -Lo /usr/local/bin/dep https://github.com/golang/dep/releases/download/v0.5.0/dep-linux-amd64
sudo chmod +x /usr/local/bin/dep
go get golang.org/x/lint/golint