libgocryptfs/gocryptfs-xray/xray_tests
Jakob Unterwurzacher 69d88505fd go mod: declare module version v2
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/%
2021-08-23 15:05:15 +02:00
..
aesgcm_fs xray: recreate test filesytems with -scrypt 10 2019-01-04 19:31:08 +01:00
aessiv_fs xray: recreate test filesytems with -scrypt 10 2019-01-04 19:31:08 +01:00
aesgcm_fs.masterkey.txt xray: recreate test filesytems with -scrypt 10 2019-01-04 19:31:08 +01:00
aesgcm_fs.xray.txt xray: print "assuming AES-GCM mode" unless -aessiv is passed 2019-01-04 19:34:15 +01:00
aessiv_fs.masterkey.txt xray: recreate test filesytems with -scrypt 10 2019-01-04 19:31:08 +01:00
aessiv_fs.xray.txt xray: recreate test filesytems with -scrypt 10 2019-01-04 19:31:08 +01:00
xray_test.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00