69d88505fd
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/% |
||
---|---|---|
.. | ||
ctlsock_reverse_test_fs | ||
exclude_test_fs | ||
correctness_test.go | ||
ctlsock_test.go | ||
exclude_test.go | ||
inomap_test.go | ||
linux-tarball-test.bash | ||
longname_perf_test.go | ||
main_test.go | ||
one_file_system_test.go | ||
xattr_test.go |