Skip to content

Commit

Permalink
Move our code from glide to dep
Browse files Browse the repository at this point in the history
Signed-off-by: Lukianov Artyom <[email protected]>
  • Loading branch information
Lukianov Artyom committed Oct 19, 2017
1 parent 4e69bf5 commit 49e12e9
Show file tree
Hide file tree
Showing 9 changed files with 397 additions and 701 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ cluster/.console.vv
build-tools/desc/desc
hack/config-local.sh
tags
.glide.*
.Gopkg.*
.GeneratedDockerfile
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/Masterminds/glide
- go get -u github.com/golang/dep/cmd/dep
- 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
288 changes: 288 additions & 0 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 49e12e9

Please sign in to comment.