diff options
Diffstat (limited to 'internal/pathiv')
| -rw-r--r-- | internal/pathiv/pathiv.go | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/internal/pathiv/pathiv.go b/internal/pathiv/pathiv.go index 08042e9..48f8426 100644 --- a/internal/pathiv/pathiv.go +++ b/internal/pathiv/pathiv.go @@ -4,7 +4,7 @@ import (  	"crypto/sha256"  	"encoding/binary" -	"github.com/rfjakob/gocryptfs/internal/nametransform" +	"github.com/rfjakob/gocryptfs/v2/internal/nametransform"  )  // Purpose identifies for which purpose the IV will be used. This is mixed into the | 
