diff options
Diffstat (limited to 'cli_args_test.go')
-rw-r--r-- | cli_args_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli_args_test.go b/cli_args_test.go index 97f9473..9bb9654 100644 --- a/cli_args_test.go +++ b/cli_args_test.go @@ -4,7 +4,7 @@ import ( "reflect" "testing" - "github.com/rfjakob/gocryptfs/internal/stupidgcm" + "github.com/rfjakob/gocryptfs/v2/internal/stupidgcm" ) // TestPrefixOArgs checks that the "-o x,y,z" parsing works correctly. |