mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-21 03:38:43 +00:00
Update govendor-ensure to you golang/Dep
This commit is contained in:
parent
e61a163047
commit
9ddf815d0f
2 changed files with 2 additions and 9 deletions
|
@ -28,10 +28,6 @@
|
|||
name = "github.com/blang/semver"
|
||||
version = "3.5.1"
|
||||
|
||||
[[constraint]]
|
||||
name = "github.com/ghodss/yaml"
|
||||
version = "1.0.0"
|
||||
|
||||
[[constraint]]
|
||||
branch = "master"
|
||||
name = "github.com/go-openapi/spec"
|
||||
|
|
|
@ -8,12 +8,9 @@ set -u
|
|||
# print each command before executing it
|
||||
set -x
|
||||
|
||||
go get -v github.com/kardianos/govendor
|
||||
go get -u github.com/golang/dep/cmd/dep
|
||||
|
||||
cd vendor
|
||||
rm -r $(ls -I "vendor.json" )
|
||||
cd ..
|
||||
dep ensure
|
||||
|
||||
govendor sync
|
||||
|
||||
git diff --exit-code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue