| Age | Commit message (Collapse) | Author | 
 | 
Our git version is v2+ for some time now, but go.mod
still declared v1. Hopefully making both match makes
https://pkg.go.dev/github.com/rfjakob/gocryptfs/v2 work.
All the import paths have been fixed like this:
  find . -name \*.go | xargs sed -i s%github.com/rfjakob/gocryptfs/%github.com/rfjakob/gocryptfs/v2/%
 | 
 | 
Travis failed on Go 1.6.3 with this error:
	internal/pathiv/pathiv_test.go:20: no args in Error call
This change should solve the problem and provides a better error
message on (real) test failure.
 | 
 | 
This was implemented in fusefrontend_reverse, but we need it
in fusefrontend as well. Move the algorithm into pathiv.BlockIV().
 | 
 | 
...under the new name "FileIVs".
This will also be used by forward mode.
 | 
 | 
We will also need it in forward mode.
 |