libgocryptfs/internal/configfile
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
..
config_test tests: update config_test example files 2016-06-16 23:19:05 +02:00
config_file.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00
config_test.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00
feature_flags.go -deterministic-names: accept flag on -init 2021-08-20 15:57:40 +02:00
scrypt.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00
scrypt_test.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00