libgocryptfs/internal/contentenc
Jakob Unterwurzacher 34d8a498c4 Unbreak hyperlinks broken by go mod v2 conversion
Commit

  69d88505fd go mod: declare module version v2

translated all instances of "github.com/rfjakob/gocryptfs/" to
"github.com/rfjakob/gocryptfs/v2/".

Unfortunately, this included hyperlinks.

Unbreak the hyperlinks like this:

  find . -name \*.go | xargs sed -i s%https://github.com/rfjakob/gocryptfs/v2/%https://github.com/rfjakob/gocryptfs/v2/%
2021-08-30 11:31:01 +02:00
..
bpool.go contentenc: add safer "bPool" pool variant; add pBlockPool 2017-06-29 23:44:32 +02:00
content.go Unbreak hyperlinks broken by go mod v2 conversion 2021-08-30 11:31:01 +02:00
content_test.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00
file_header.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00
intrablock.go Assorted spelling fixes. 2018-12-27 15:19:55 +01:00
offsets.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00
offsets_test.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00