Skip to content

Commit 9f0750a

Browse files
enhance(dep): adds prune settings and dep check
Signed-off-by: Ashish Ranjan <ashishranjan738@gmail.com> This commit adds prune settings in Gopkg.toml which will allow removing unused vendor packages during dep ensure and adds `dep check` in travis which will allow catching dependency breaking PRs.
1 parent f19346a commit 9f0750a

File tree

24,412 files changed

+143
-10821314
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

24,412 files changed

+143
-10821314
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ go:
1111
before_install:
1212
- go get github.com/mattn/goveralls
1313
- go get github.com/rexray/gocsi/csc
14+
- go get github.com/golang/dep/cmd/dep
1415
- sudo apt update && sudo apt install cifs-utils procps -y
1516

1617
script:

0 commit comments

Comments
 (0)