libgocryptfs/tests/reverse
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
..
ctlsock_reverse_test_fs Report correct symbolic link dentry sizes 2017-03-07 20:46:58 +01:00
exclude_test_fs reverse: fix "exclude all but" case 2021-08-18 11:38:56 +02:00
correctness_test.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00
ctlsock_test.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00
exclude_test.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00
inomap_test.go -deterministic-names: implement for reverse mode, too 2021-08-20 17:06:18 +02:00
linux-tarball-test.bash tests: convert remaining wget calls to dl-linux-tarball.bash helper 2018-03-07 09:45:20 +01:00
longname_perf_test.go reverse: more thorough longname stat test 2016-09-25 16:43:17 +02:00
main_test.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00
one_file_system_test.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00
xattr_test.go tests/reverse: implement (skipped) xattr test 2020-08-30 16:36:10 +02:00