Skip to content

Commit

Permalink
Add readme for v3 dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Schulze-Wiehenbrauk committed Oct 31, 2019
1 parent 0945273 commit 6d7bc65
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions v3/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
This directory mirrors the source code via symlinks.
This makes it possible to vendor v3.x releases of
csi-test with `dep` versions that do not support
semantic imports. Support for that is currently
[pending in dep](https://github.com/golang/dep/pull/1963).

If users of dep have enabled pruning, they must disable if
for csi-test in their Gopk.toml, like this:

```toml
[prune]
go-tests = true
unused-packages = true

[[prune.project]]
name = "github.com/kubernetes-csi/csi-test"
unused-packages = false
```

0 comments on commit 6d7bc65

Please sign in to comment.