We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0163355 commit 4c648a1Copy full SHA for 4c648a1
v3/README.md
@@ -0,0 +1,18 @@
1
+This directory mirrors the source code via symlinks.
2
+This makes it possible to vendor v3.x releases of
3
+csi-test with `dep` versions that do not support
4
+semantic imports. Support for that is currently
5
+[pending in dep](https://github.com/golang/dep/pull/1963).
6
+
7
+If users of dep have enabled pruning, they must disable if
8
+for csi-test in their Gopk.toml, like this:
9
10
+```toml
11
+[prune]
12
+ go-tests = true
13
+ unused-packages = true
14
15
+ [[prune.project]]
16
+ name = "github.com/kubernetes-csi/csi-test"
17
+ unused-packages = false
18
+```
0 commit comments