libgocryptfs/tests/example_filesystems
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
..
content tests: add v1.1-aessiv example filesystem 2016-10-08 21:45:01 +02:00
v0.4 tests: split example_filesystems into its own package 2016-06-07 00:08:56 +02:00
v0.5 tests: split example_filesystems into its own package 2016-06-07 00:08:56 +02:00
v0.6 tests: split example_filesystems into its own package 2016-06-07 00:08:56 +02:00
v0.6-plaintextnames tests: split example_filesystems into its own package 2016-06-07 00:08:56 +02:00
v0.7 tests: split example_filesystems into its own package 2016-06-07 00:08:56 +02:00
v0.7-plaintextnames tests: add v0.7-plaintextnames example filesystem 2016-06-23 20:53:14 +02:00
v0.9 tests: split example_filesystems into its own package 2016-06-07 00:08:56 +02:00
v1.1-aessiv tests: add v1.1-aessiv example filesystem 2016-10-08 21:45:01 +02:00
v1.1-reverse tests: add v1.1-reverse example filesystem 2016-10-08 21:45:11 +02:00
v1.1-reverse-plaintextnames tests: add v1.1-reverse-plaintextnames example filesystem 2016-10-08 21:49:21 +02:00
v1.3 tests: recreate v1.3 example filesystem 2017-03-07 20:56:50 +01:00
v1.3-reverse tests: add v1.3-reverse example filesystem 2017-05-30 17:04:46 +02:00
example_filesystems_test.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00
example_test_helpers.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00