Browse Source

mod:修改git域名

renzheng 3 years ago
parent
commit
7c102ae01d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      go.mod
  2. 1 1
      redisjson/redisjson.go

+ 1 - 1
go.mod

@@ -1,4 +1,4 @@
-module bp.365521.xyz/BP/redis_v2
+module bp.jydev.jianyu360.cn/BP/redis_v2
 
 go 1.16
 

+ 1 - 1
redisjson/redisjson.go

@@ -5,7 +5,7 @@ import (
 	"fmt"
 	"log"
 
-	"bp.365521.xyz/BP/redis_v2/redis"
+	"bp.jydev.jianyu360.cn/BP/redis_v2/redis"
 	"github.com/nitishm/go-rejson"
 	//"github.com/nitishm/go-rejson/v4/rjs"
 )