Skip to content

Commit 4c648a1

Browse files
author
Christian Schulze-Wiehenbrauk
committed
Add readme for v3 dir
1 parent 0163355 commit 4c648a1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

v3/README.md

+18
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)