refactor: change project module name.

Signed-off-by: Gordon <46924906+FGadvancer@users.noreply.github.com>
pull/1038/head
Gordon 2 years ago
parent bd2dda054e
commit efac72ecda

@ -10,4 +10,5 @@ use (
./tools/openim-web ./tools/openim-web
./tools/versionchecker ./tools/versionchecker
./tools/yamlfmt ./tools/yamlfmt
./tools/component
) )

@ -1,3 +1,3 @@
module github.com/OpenIMSDK/Open-IM-Server/tools/changelog module github.com/openimsdk/open-im-server/v3/tools/changelog
go 1.18 go 1.18

@ -19,6 +19,9 @@ import (
"database/sql" "database/sql"
"flag" "flag"
"fmt" "fmt"
"github.com/minio/minio-go/v7"
"github.com/redis/go-redis/v9"
"gopkg.in/yaml.v3"
"net" "net"
"net/url" "net/url"
"os" "os"

@ -19,7 +19,7 @@ import (
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/config" "github.com/openimsdk/open-im-server/v3/pkg/common/config"
) )
func TestCheckMysql(t *testing.T) { func TestCheckMysql(t *testing.T) {

@ -1,3 +1,3 @@
module github.com/OpenIMSDK/Open-IM-Server/tools/component module github.com/openimsdk/open-im-server/v3/tools/component
go 1.18 go 1.18

@ -1,4 +1,4 @@
module github.com/OpenIMSDK/Open-IM-Server/tools/imctl module github.com/openimsdk/open-im-server/v3/tools/imctl
go 1.18 go 1.18

@ -1,3 +1,3 @@
module github.com/OpenIMSDK/Open-IM-Server/tools/infra module github.com/openimsdk/open-im-server/v3/tools/infra
go 1.18 go 1.18

@ -1,4 +1,4 @@
module github.com/OpenIMSDK/Open-IM-Server/tools/ncpu module github.com/openimsdk/open-im-server/v3/tools/ncpu
go 1.18 go 1.18

@ -1,4 +1,4 @@
module github.com/OpenIMSDK/Open-IM-Server/tools/openim-web module github.com/openimsdk/open-im-server/v3/tools/openim-web
go 1.18 go 1.18

@ -1,3 +1,3 @@
module github.com/OpenIMSDK/Open-IM-Server/tools/versionchecker module github.com/openimsdk/open-im-server/v3/tools/versionchecker
go 1.18 go 1.18

@ -1,4 +1,4 @@
module github.com/OpenIMSDK/Open-IM-Server/tools/yamlfmt module github.com/openimsdk/open-im-server/v3/tools/yamlfmt
go 1.18 go 1.18

Loading…
Cancel
Save