update import paths: github.com/giolekva/pcloud
diff --git a/chunk/server_test.go b/chunk/server_test.go
index 2c6fb83..99a6427 100644
--- a/chunk/server_test.go
+++ b/chunk/server_test.go
@@ -5,7 +5,7 @@
 	"context"
 	"testing"
 
-	"pcloud/api"
+	"github.com/giolekva/pcloud/api"
 )
 
 func TestStoreChunk(t *testing.T) {