chore: update module path to git.kingecg.top
This commit is contained in:
parent
5d15309ccd
commit
603c654746
|
@ -10,7 +10,7 @@ import (
|
|||
|
||||
"encoding/json"
|
||||
|
||||
"git.pyer.club/kingecg/gologger"
|
||||
"module git.kingecg.top/kingecg/gologger"
|
||||
"github.com/fsnotify/fsnotify"
|
||||
"gopkg.in/yaml.v2"
|
||||
)
|
||||
|
|
2
go.mod
2
go.mod
|
@ -7,7 +7,7 @@ go 1.23
|
|||
// require github.com/mongodb/mongo-go-driver/v2 v2.0.0
|
||||
|
||||
require (
|
||||
git.pyer.club/kingecg/gologger v1.0.9
|
||||
module git.kingecg.top/kingecg/gologger v1.0.9
|
||||
github.com/fsnotify/fsnotify v1.9.0
|
||||
github.com/stretchr/testify v1.10.0
|
||||
go.mongodb.org/mongo-driver v1.17.4
|
||||
|
|
2
go.sum
2
go.sum
|
@ -1,4 +1,4 @@
|
|||
git.pyer.club/kingecg/gologger v1.0.9 h1:DWQBtbl0o0U3Kk0/vOdreUwv3IbFGSrFAcZWCDlHI8I=
|
||||
module git.kingecg.top/kingecg/gologger v1.0.9 h1:DWQBtbl0o0U3Kk0/vOdreUwv3IbFGSrFAcZWCDlHI8I=
|
||||
git.pyer.club/kingecg/gologger v1.0.9/go.mod h1:SNSl2jRHPzIpHSzdKOoVG798rtYMjPDPFyxUrEgivkY=
|
||||
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
|
||||
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
||||
|
|
2
main.go
2
main.go
|
@ -9,7 +9,7 @@ import (
|
|||
|
||||
"syscall"
|
||||
|
||||
"git.pyer.club/kingecg/goaidb/config"
|
||||
"module git.kingecg.top/kingecg/goaidb/config"
|
||||
"git.pyer.club/kingecg/goaidb/log"
|
||||
"git.pyer.club/kingecg/goaidb/network"
|
||||
"git.pyer.club/kingecg/goaidb/storage"
|
||||
|
|
|
@ -6,7 +6,7 @@ import (
|
|||
"io"
|
||||
"net"
|
||||
|
||||
"git.pyer.club/kingecg/goaidb/log"
|
||||
"module git.kingecg.top/kingecg/goaidb/log"
|
||||
"git.pyer.club/kingecg/goaidb/protocol"
|
||||
"git.pyer.club/kingecg/goaidb/storage"
|
||||
)
|
||||
|
|
|
@ -7,7 +7,7 @@ import (
|
|||
"testing"
|
||||
"time"
|
||||
|
||||
"git.pyer.club/kingecg/goaidb/protocol"
|
||||
"module git.kingecg.top/kingecg/goaidb/protocol"
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ package protocol
|
|||
import (
|
||||
"testing"
|
||||
|
||||
"git.pyer.club/kingecg/goaidb/log"
|
||||
"module git.kingecg.top/kingecg/goaidb/log"
|
||||
)
|
||||
|
||||
func TestParseQuery(t *testing.T) {
|
||||
|
|
|
@ -4,7 +4,7 @@ package query
|
|||
import (
|
||||
"fmt"
|
||||
|
||||
"git.pyer.club/kingecg/goaidb/protocol"
|
||||
"module git.kingecg.top/kingecg/goaidb/protocol"
|
||||
"git.pyer.club/kingecg/goaidb/storage"
|
||||
)
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ package storage
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"git.pyer.club/kingecg/goaidb/log"
|
||||
"module git.kingecg.top/kingecg/goaidb/log"
|
||||
"git.pyer.club/kingecg/goaidb/protocol"
|
||||
"encoding/binary"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue