update import paths: github.com/giolekva/pcloud
diff --git a/chunk/server.go b/chunk/server.go
index 1e7b534..c262509 100644
--- a/chunk/server.go
+++ b/chunk/server.go
@@ -7,7 +7,7 @@
 
 	"sync"
 
-	"pcloud/api"
+	"github.com/giolekva/pcloud/api"
 )
 
 type ChunkServer struct {