libgocryptfs/internal/stupidgcm
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
..
autherr.go forcedecode: tighten checks 2017-04-24 00:25:02 +02:00
benchmark.bash speed: add benchmark.bash helper 2017-02-24 09:38:50 +01:00
locking.go stupidgcm: fix openssl 1.1 build failure 2017-07-14 20:44:07 +02:00
prefer.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00
stupidgcm.go golangci-lint: fix issues found by gosimple 2021-08-19 08:34:44 +02:00
stupidgcm_test.go Assorted spelling fixes. 2018-12-27 15:19:55 +01:00
without_openssl.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00