update import paths: github.com/giolekva/pcloud
diff --git a/chunk/file.go b/chunk/file.go
index ddb43f6..b0d3d5a 100644
--- a/chunk/file.go
+++ b/chunk/file.go
@@ -4,7 +4,7 @@
 	"io"
 	"os"
 
-	"pcloud/api"
+	"github.com/giolekva/pcloud/api"
 )
 
 type ReadOnlyFileChunk struct {