Upgrade to dep 0.4.1
This commit is contained in:
@@ -13,7 +13,7 @@ before_install:
|
|||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get -y install docker-ce
|
- sudo apt-get -y install docker-ce
|
||||||
- curl https://glide.sh/get | sh
|
- curl https://glide.sh/get | sh
|
||||||
- sudo curl -Lo /usr/local/bin/dep https://github.com/golang/dep/releases/download/v0.3.2/dep-linux-amd64
|
- sudo curl -Lo /usr/local/bin/dep https://github.com/golang/dep/releases/download/v0.4.1/dep-linux-amd64
|
||||||
- sudo chmod +x /usr/local/bin/dep
|
- sudo chmod +x /usr/local/bin/dep
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|||||||
@@ -18,3 +18,7 @@
|
|||||||
|
|
||||||
[[constraint]]
|
[[constraint]]
|
||||||
name = "github.com/docker/go-connections"
|
name = "github.com/docker/go-connections"
|
||||||
|
|
||||||
|
[prune]
|
||||||
|
unused-packages = true
|
||||||
|
go-tests = true
|
||||||
|
|||||||
@@ -27,3 +27,7 @@
|
|||||||
[[constraint]]
|
[[constraint]]
|
||||||
name = "k8s.io/apimachinery"
|
name = "k8s.io/apimachinery"
|
||||||
branch = "release-1.7"
|
branch = "release-1.7"
|
||||||
|
|
||||||
|
[prune]
|
||||||
|
unused-packages = true
|
||||||
|
go-tests = true
|
||||||
|
|||||||
Reference in New Issue
Block a user