libgocryptfs/tests/cli
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
..
cli_test.go Unbreak hyperlinks broken by go mod v2 conversion 2021-08-30 11:31:01 +02:00
gocryptfs.conf.b9e5ba23 tests: add test for -password -masterkey 2016-10-16 19:13:00 +02:00
xchacha_test.go tests/cli: add -xchacha tests 2021-08-23 16:17:04 +02:00
zerokey_test.go test/cli: actually run TestZerokey 2021-08-23 15:17:04 +02:00