summaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/client/main.go6
-rw-r--r--cmd/daemon/main.go2
-rw-r--r--cmd/test/main.go2
3 files changed, 5 insertions, 5 deletions
diff --git a/cmd/client/main.go b/cmd/client/main.go
index defcc17..d3bffd7 100644
--- a/cmd/client/main.go
+++ b/cmd/client/main.go
@@ -6,9 +6,9 @@ import (
"net"
"strings"
- "git.rctt.net/solec/client"
- "git.rctt.net/solec/core"
- "git.rctt.net/solec/prompt"
+ "go.rctt.net/solec/client"
+ "go.rctt.net/solec/core"
+ "go.rctt.net/solec/prompt"
)
var (
diff --git a/cmd/daemon/main.go b/cmd/daemon/main.go
index f1fa9b1..56a319f 100644
--- a/cmd/daemon/main.go
+++ b/cmd/daemon/main.go
@@ -10,7 +10,7 @@ import (
"slices"
"strings"
- "git.rctt.net/solec/server"
+ "go.rctt.net/solec/server"
)
var (
diff --git a/cmd/test/main.go b/cmd/test/main.go
index 37c226c..46649ab 100644
--- a/cmd/test/main.go
+++ b/cmd/test/main.go
@@ -5,7 +5,7 @@ import (
"fmt"
"time"
- "git.rctt.net/solec/core"
+ "go.rctt.net/solec/core"
)
func main() {