libgocryptfs/contrib
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
..
atomicrename Add contrib/atomicrename 2021-06-04 22:17:13 +02:00
findholes go mod: declare module version v2 2021-08-23 15:05:15 +02:00
getdents-debug go mod: declare module version v2 2021-08-23 15:05:15 +02:00
statfs Expand statfs man page a little and include in build.bash 2019-09-08 15:50:05 +02:00
statvsfstat contrib/statvsfstat: add statvsfstat tool 2019-11-16 21:19:08 +01:00
cleanup-tmp-mounts.sh contrib: cleanup-tmp-mounts: also clean ext4-ramdisk 2020-10-15 17:49:17 +02:00
gocryptfs-maybe.bash contrib: gocryptfs-maybe: fix description 2016-10-11 23:22:15 +02:00
maxlen.bash tests, maxlen.bash: speed up TestMaxlen using QUICK=1 2021-06-26 19:13:24 +02:00
mount-ext4-ramdisk.sh contrib/mount-ext4-ramdisk.sh: clean up in error case 2020-09-18 13:21:07 +02:00