update import paths: github.com/giolekva/pcloud
diff --git a/chunk/in_memory.go b/chunk/in_memory.go
index ca7259c..b2199ee 100644
--- a/chunk/in_memory.go
+++ b/chunk/in_memory.go
@@ -5,7 +5,7 @@
 	"errors"
 	"io"
 
-	"pcloud/api"
+	"github.com/giolekva/pcloud/api"
 )
 
 type InMemoryChunk struct {