BREAKING: CHANGE MODULE HOME

This commit is contained in:
0x1a8510f2 2022-10-23 23:31:11 +01:00
parent 9320a65cf1
commit ac80e17f79
Signed by: 0x1a8510f2
GPG Key ID: 1C692E355D76775D
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ import (
"strings"
"syscall"
"git.0x1a8510f2.space/wraith-labs/wraith-module-pinecomms/internal/pmanager"
"dev.l1qu1d.net/wraith-labs/wraith-module-pinecomms/internal/pmanager"
)
//go:embed ui/dist/*

2
go.mod
View File

@ -1,4 +1,4 @@
module git.0x1a8510f2.space/wraith-labs/wraith-module-pinecomms
module dev.l1qu1d.net/wraith-labs/wraith-module-pinecomms
go 1.19

View File

@ -17,7 +17,7 @@ import (
"sync"
"time"
"git.0x1a8510f2.space/wraith-labs/wraith-module-pinecomms/internal/misc"
"dev.l1qu1d.net/wraith-labs/wraith-module-pinecomms/internal/misc"
"github.com/gorilla/mux"
"github.com/gorilla/websocket"
pineconeConnections "github.com/matrix-org/pinecone/connections"