Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add prune to gopkg.toml #196

Merged
merged 1 commit into from
Dec 21, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion Gopkg.lock

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

9 changes: 5 additions & 4 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@
name = "github.com/kubernetes-csi/csi-test"
version = "v1.0.0-1"

[[constraint]]
name = "github.com/golang/protobuf"
version = "v1.1.0"

[[constraint]]
branch = "master"
name = "github.com/golang/glog"
Expand Down Expand Up @@ -71,3 +67,8 @@
[[constraint]]
name = "github.com/kubernetes-csi/csi-lib-utils"
version = "0.1.0"
[prune]
non-go = true
go-tests = true
unused-packages = true

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading