diff options
Diffstat (limited to 'gocryptfs-xray/paths_ctlsock.go')
-rw-r--r-- | gocryptfs-xray/paths_ctlsock.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gocryptfs-xray/paths_ctlsock.go b/gocryptfs-xray/paths_ctlsock.go index 278916f..e0b526b 100644 --- a/gocryptfs-xray/paths_ctlsock.go +++ b/gocryptfs-xray/paths_ctlsock.go @@ -5,7 +5,7 @@ import ( "fmt" "os" - "github.com/rfjakob/gocryptfs/ctlsock" + "github.com/rfjakob/gocryptfs/v2/ctlsock" ) func decryptPaths(socketPath string, sep0 bool) { |