Installer: Clean up RepoIO interface

Change-Id: If80d7be1460c725b7df9d1d27c9354cb9141acfe
diff --git a/core/installer/go.mod b/core/installer/go.mod
index 6371550..877a084 100644
--- a/core/installer/go.mod
+++ b/core/installer/go.mod
@@ -1,8 +1,10 @@
 module github.com/giolekva/pcloud/core/installer
 
+replace github.com/giolekva/pcloud/installer => /Users/lekva/dev/src/pcloud/core/installer
+
 go 1.21
 
-toolchain go1.21.5
+// toolchain go1.21.5
 
 require (
 	cuelang.org/go v0.8.1