Skip to content

Commit 79b03e9

Browse files
committedOct 29, 2019
update to csi-test v3.0.0
v3.0.0 fixed "go mod" support by adding the /v3 suffix to import paths (kubernetes-csi/csi-test#232). dep currently does not support that (golang/dep#1962 (comment)) and can only import that with symlink workarounds in csi-test and by disabling pruning.
1 parent 2f327f7 commit 79b03e9

Some content is hidden

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

70 files changed

+5400
-31
lines changed
 

‎Gopkg.lock

+12-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Gopkg.toml

+6-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
go-tests = true
2525
unused-packages = true
2626

27+
[[prune.project]]
28+
name = "github.com/kubernetes-csi/csi-test"
29+
unused-packages = false
30+
2731
[[constraint]]
2832
name = "github.com/container-storage-interface/spec"
2933
version = "1.0.0"
@@ -42,7 +46,8 @@
4246

4347
[[constraint]]
4448
name = "github.com/kubernetes-csi/csi-test"
45-
version = "2.1.0"
49+
source = "github.com/pohly/csi-test"
50+
branch = "fix-semver"
4651

4752
# We have to select the right version by name because of the "kubernetes-" prefix, dep doesn't
4853
# recognize these as normal releases. Upstream is considering to change the tagging,

0 commit comments

Comments
 (0)