libgocryptfs/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
..
cli go mod: declare module version v2 2021-08-23 15:05:15 +02:00
defaults go mod: declare module version v2 2021-08-23 15:05:15 +02:00
deterministic_names go mod: declare module version v2 2021-08-23 15:05:15 +02:00
example_filesystems go mod: declare module version v2 2021-08-23 15:05:15 +02:00
fsck go mod: declare module version v2 2021-08-23 15:05:15 +02:00
hkdf_sanity go mod: declare module version v2 2021-08-23 15:05:15 +02:00
matrix go mod: declare module version v2 2021-08-23 15:05:15 +02:00
plaintextnames go mod: declare module version v2 2021-08-23 15:05:15 +02:00
reverse go mod: declare module version v2 2021-08-23 15:05:15 +02:00
root_test go mod: declare module version v2 2021-08-23 15:05:15 +02:00
sharedstorage go mod: declare module version v2 2021-08-23 15:05:15 +02:00
stress_tests tests: fsstress-gocryptfs.bash: log timestamp for each iteration 2020-10-04 00:12:46 +02:00
symlink_race golangci-lint: fix issues found by "unused" and "deadcode" 2021-08-19 08:34:49 +02:00
test_helpers go mod: declare module version v2 2021-08-23 15:05:15 +02:00
xattr go mod: declare module version v2 2021-08-23 15:05:15 +02:00
canonical-benchmarks.bash canonical-benchmarks.bash: handle relative paths 2021-06-27 11:48:41 +02:00
dl-linux-tarball.bash macos: tests: use curl of wget is not available 2018-03-07 09:40:48 +01:00
fuse-unmount.bash Assorted spelling fixes. 2018-12-27 15:19:55 +01:00
len2elen.sh test: len2elen.sh: fix first line output 2019-02-17 16:06:05 +01:00
sshfs-benchmark.bash sshfs-benchmark.bash: fix locale trouble and move to tests 2020-06-06 12:15:41 +02:00