Skip to content

Commit

Permalink
Move back to glide for go dependency management
Browse files Browse the repository at this point in the history
Signed-off-by: David Vossel <[email protected]>
  • Loading branch information
davidvossel committed Nov 20, 2017
1 parent 63b7743 commit 3ce3ce8
Show file tree
Hide file tree
Showing 9 changed files with 713 additions and 427 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cluster/.console.vv
build-tools/desc/desc
hack/config-local.sh
tags
.Gopkg.*
.glide.*
.GeneratedDockerfile
.gradle
hack/gen-swagger-doc/*.adoc
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ before_install:
install:
- git reset --hard # we are caching the vendor folder, make sure we see the new vendor.json file
- go get github.com/mattn/goveralls
- go get -u github.com/golang/dep/cmd/dep
- go get -u github.com/Masterminds/glide
- go get golang.org/x/tools/cmd/goimports
- go get -u github.com/golang/mock/gomock
- go get -u github.com/rmohr/mock/mockgen
Expand Down
306 changes: 0 additions & 306 deletions Gopkg.lock

This file was deleted.

Loading

0 comments on commit 3ce3ce8

Please sign in to comment.