diff options
Diffstat (limited to 'profiling.go')
-rw-r--r-- | profiling.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiling.go b/profiling.go index 11d6326..92de599 100644 --- a/profiling.go +++ b/profiling.go @@ -6,8 +6,8 @@ import ( "runtime/trace" "time" - "github.com/rfjakob/gocryptfs/internal/exitcodes" - "github.com/rfjakob/gocryptfs/internal/tlog" + "github.com/rfjakob/gocryptfs/v2/internal/exitcodes" + "github.com/rfjakob/gocryptfs/v2/internal/tlog" ) // setupCpuprofile is called to handle a non-empty "-cpuprofile" cli argument |