完成mt mtb改造
This commit is contained in:
parent
5d9c4faae2
commit
2c8c78b10c
@ -4,7 +4,7 @@ import (
|
||||
"f5"
|
||||
. "main/global"
|
||||
"main/model/system"
|
||||
"mt"
|
||||
"main/mt"
|
||||
"net/http"
|
||||
"q5"
|
||||
"strings"
|
||||
|
@ -7,7 +7,7 @@ import (
|
||||
//"fmt"
|
||||
"main/constant"
|
||||
"main/task"
|
||||
"mt"
|
||||
"main/mt"
|
||||
//"sync"
|
||||
//"time"
|
||||
)
|
||||
|
@ -8,10 +8,6 @@ require f5 v1.0.0
|
||||
|
||||
require jccommon v1.0.0
|
||||
|
||||
require mt v1.0.0
|
||||
|
||||
require mtb v1.0.0 // indirect
|
||||
|
||||
require main v1.0.0
|
||||
|
||||
require (
|
||||
@ -65,8 +61,4 @@ replace f5 => ../../third_party/f5
|
||||
|
||||
replace jccommon => ../jccommon
|
||||
|
||||
replace mt => ./mt
|
||||
|
||||
replace mtb => ./mtb
|
||||
|
||||
replace main => ./
|
||||
|
@ -4,7 +4,7 @@ import (
|
||||
"adminserver/common"
|
||||
"net/http"
|
||||
|
||||
"mt"
|
||||
"main/mt"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type AccountDb struct {
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type AdminCluster struct {
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type AdminDb struct {
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type ConfDb struct {
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type FriendDb struct {
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type GameDb struct {
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type MailDb struct {
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type NFTDb struct {
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type Web3ServiceCluster struct {
|
||||
|
@ -1,14 +0,0 @@
|
||||
module mt
|
||||
|
||||
go 1.20
|
||||
|
||||
require q5 v1.0.0
|
||||
require f5 v1.0.0
|
||||
require mtb v1.0.0
|
||||
|
||||
require (
|
||||
)
|
||||
|
||||
replace q5 => ../../../third_party/q5
|
||||
replace f5 => ../../../third_party/f5
|
||||
replace mtb => ../mtb
|
@ -1,16 +0,0 @@
|
||||
module mtb
|
||||
|
||||
go 1.20
|
||||
|
||||
require q5 v1.0.0
|
||||
|
||||
require f5 v1.0.0
|
||||
|
||||
require (
|
||||
github.com/golang/protobuf v1.5.0
|
||||
google.golang.org/protobuf v1.31.0
|
||||
)
|
||||
|
||||
replace q5 => ../../../third_party/q5
|
||||
|
||||
replace f5 => ../../../third_party/f5
|
@ -1,23 +0,0 @@
|
||||
github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8=
|
||||
github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA=
|
||||
github.com/golang/protobuf v1.4.0-rc.2/go.mod h1:LlEzMj4AhA7rCAGe4KMBDvJI+AwstrUpVNzEA03Pprs=
|
||||
github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0/go.mod h1:WU3c8KckQ9AFe+yFwt9sWVRKCVIyN9cPHBJSNnbL67w=
|
||||
github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvqG2KuDX0=
|
||||
github.com/golang/protobuf v1.4.2 h1:+Z5KGCizgyZCbGh1KZqA0fcLLkwbsjIzS4aV2v7wJX0=
|
||||
github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI=
|
||||
github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
|
||||
github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
|
||||
github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
|
||||
github.com/google/go-cmp v0.4.0 h1:xsAVV57WRhGj6kEIi8ReJzQlHHqcBYCElAvkovg3B/4=
|
||||
github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
|
||||
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
|
||||
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
||||
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
|
||||
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
|
||||
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=
|
||||
google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967/go.mod h1:A+miEFZTKqfCUM6K7xSMQL9OKL/b6hQv+e19PK+JZNE=
|
||||
google.golang.org/protobuf v1.21.0/go.mod h1:47Nbq4nVaFHyn7ilMalzfO3qCViNmqZ2kzikPIcrTAo=
|
||||
google.golang.org/protobuf v1.23.0 h1:4MY060fB1DLGMB/7MBTLnwQUY6+F09GEiz6SsrNqyzM=
|
||||
google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU=
|
||||
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
|
||||
google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
|
@ -3,7 +3,7 @@ package app
|
||||
import (
|
||||
"f5"
|
||||
"main/constant"
|
||||
"mt"
|
||||
"main/mt"
|
||||
)
|
||||
|
||||
type app struct {
|
||||
|
@ -8,10 +8,6 @@ require f5 v1.0.0
|
||||
|
||||
require jccommon v1.0.0
|
||||
|
||||
require mt v1.0.0
|
||||
|
||||
require mtb v1.0.0 // indirect
|
||||
|
||||
require main v1.0.0
|
||||
|
||||
require (
|
||||
@ -58,8 +54,4 @@ replace f5 => ../../third_party/f5
|
||||
|
||||
replace jccommon => ../jccommon
|
||||
|
||||
replace mt => ./mt
|
||||
|
||||
replace mtb => ./mtb
|
||||
|
||||
replace main => ./
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type BackTaskCluster struct {
|
||||
|
@ -3,7 +3,7 @@ package mt
|
||||
import (
|
||||
"q5"
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type BcCurrency struct {
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type BcEventDb struct {
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type BcNftDb struct {
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type GameDb struct {
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
"time"
|
||||
)
|
||||
|
||||
|
@ -3,7 +3,7 @@ package mt
|
||||
import (
|
||||
"q5"
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type Item struct {
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type Language struct {
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type MailDb struct {
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
"time"
|
||||
)
|
||||
|
||||
|
@ -1,14 +0,0 @@
|
||||
module mt
|
||||
|
||||
go 1.20
|
||||
|
||||
require q5 v1.0.0
|
||||
require f5 v1.0.0
|
||||
require mtb v1.0.0
|
||||
|
||||
require (
|
||||
)
|
||||
|
||||
replace q5 => ../../../third_party/q5
|
||||
replace f5 => ../../../third_party/f5
|
||||
replace mtb => ../mtb
|
@ -1,16 +0,0 @@
|
||||
module mtb
|
||||
|
||||
go 1.20
|
||||
|
||||
require q5 v1.0.0
|
||||
|
||||
require f5 v1.0.0
|
||||
|
||||
require (
|
||||
github.com/golang/protobuf v1.5.0
|
||||
google.golang.org/protobuf v1.31.0
|
||||
)
|
||||
|
||||
replace q5 => ../../../third_party/q5
|
||||
|
||||
replace f5 => ../../../third_party/f5
|
@ -1,23 +0,0 @@
|
||||
github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8=
|
||||
github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA=
|
||||
github.com/golang/protobuf v1.4.0-rc.2/go.mod h1:LlEzMj4AhA7rCAGe4KMBDvJI+AwstrUpVNzEA03Pprs=
|
||||
github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0/go.mod h1:WU3c8KckQ9AFe+yFwt9sWVRKCVIyN9cPHBJSNnbL67w=
|
||||
github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvqG2KuDX0=
|
||||
github.com/golang/protobuf v1.4.2 h1:+Z5KGCizgyZCbGh1KZqA0fcLLkwbsjIzS4aV2v7wJX0=
|
||||
github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI=
|
||||
github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
|
||||
github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
|
||||
github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
|
||||
github.com/google/go-cmp v0.4.0 h1:xsAVV57WRhGj6kEIi8ReJzQlHHqcBYCElAvkovg3B/4=
|
||||
github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
|
||||
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
|
||||
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
||||
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
|
||||
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
|
||||
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=
|
||||
google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967/go.mod h1:A+miEFZTKqfCUM6K7xSMQL9OKL/b6hQv+e19PK+JZNE=
|
||||
google.golang.org/protobuf v1.21.0/go.mod h1:47Nbq4nVaFHyn7ilMalzfO3qCViNmqZ2kzikPIcrTAo=
|
||||
google.golang.org/protobuf v1.23.0 h1:4MY060fB1DLGMB/7MBTLnwQUY6+F09GEiz6SsrNqyzM=
|
||||
google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU=
|
||||
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
|
||||
google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
|
@ -6,7 +6,7 @@ import (
|
||||
"time"
|
||||
"jccommon"
|
||||
"math/big"
|
||||
"mt"
|
||||
"main/mt"
|
||||
"strings"
|
||||
)
|
||||
|
||||
|
@ -3,7 +3,7 @@ package task
|
||||
import (
|
||||
"q5"
|
||||
"f5"
|
||||
"mt"
|
||||
"main/mt"
|
||||
"jccommon"
|
||||
"fmt"
|
||||
"main/constant"
|
||||
|
@ -5,7 +5,7 @@ import (
|
||||
"f5"
|
||||
"fmt"
|
||||
"strings"
|
||||
"mt"
|
||||
"main/mt"
|
||||
"jccommon"
|
||||
"main/constant"
|
||||
"main/service"
|
||||
|
@ -5,7 +5,7 @@ import (
|
||||
"f5"
|
||||
"main/constant"
|
||||
"fmt"
|
||||
//"mt"
|
||||
//"main/mt"
|
||||
//"strings"
|
||||
"jccommon"
|
||||
)
|
||||
|
@ -2,7 +2,7 @@ package app
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mt"
|
||||
"main/mt"
|
||||
)
|
||||
|
||||
type app struct {
|
||||
|
@ -6,10 +6,6 @@ require q5 v1.0.0
|
||||
|
||||
require f5 v1.0.0
|
||||
|
||||
require mt v1.0.0
|
||||
|
||||
require mtb v1.0.0 // indirect
|
||||
|
||||
require main v1.0.0
|
||||
|
||||
require (
|
||||
@ -55,8 +51,4 @@ replace q5 => ../../third_party/q5
|
||||
|
||||
replace f5 => ../../third_party/f5
|
||||
|
||||
replace mt => ./mt
|
||||
|
||||
replace mtb => ./mtb
|
||||
|
||||
replace main => ./
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type MailCluster struct {
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type MailDb struct {
|
||||
|
@ -1,14 +0,0 @@
|
||||
module mt
|
||||
|
||||
go 1.20
|
||||
|
||||
require q5 v1.0.0
|
||||
require f5 v1.0.0
|
||||
require mtb v1.0.0
|
||||
|
||||
require (
|
||||
)
|
||||
|
||||
replace q5 => ../../../third_party/q5
|
||||
replace f5 => ../../../third_party/f5
|
||||
replace mtb => ../mtb
|
@ -1,16 +0,0 @@
|
||||
module mtb
|
||||
|
||||
go 1.20
|
||||
|
||||
require q5 v1.0.0
|
||||
|
||||
require f5 v1.0.0
|
||||
|
||||
require (
|
||||
github.com/golang/protobuf v1.5.0
|
||||
google.golang.org/protobuf v1.31.0
|
||||
)
|
||||
|
||||
replace q5 => ../../../third_party/q5
|
||||
|
||||
replace f5 => ../../../third_party/f5
|
@ -1,23 +0,0 @@
|
||||
github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8=
|
||||
github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA=
|
||||
github.com/golang/protobuf v1.4.0-rc.2/go.mod h1:LlEzMj4AhA7rCAGe4KMBDvJI+AwstrUpVNzEA03Pprs=
|
||||
github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0/go.mod h1:WU3c8KckQ9AFe+yFwt9sWVRKCVIyN9cPHBJSNnbL67w=
|
||||
github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvqG2KuDX0=
|
||||
github.com/golang/protobuf v1.4.2 h1:+Z5KGCizgyZCbGh1KZqA0fcLLkwbsjIzS4aV2v7wJX0=
|
||||
github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI=
|
||||
github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
|
||||
github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
|
||||
github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
|
||||
github.com/google/go-cmp v0.4.0 h1:xsAVV57WRhGj6kEIi8ReJzQlHHqcBYCElAvkovg3B/4=
|
||||
github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
|
||||
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
|
||||
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
||||
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
|
||||
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
|
||||
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=
|
||||
google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967/go.mod h1:A+miEFZTKqfCUM6K7xSMQL9OKL/b6hQv+e19PK+JZNE=
|
||||
google.golang.org/protobuf v1.21.0/go.mod h1:47Nbq4nVaFHyn7ilMalzfO3qCViNmqZ2kzikPIcrTAo=
|
||||
google.golang.org/protobuf v1.23.0 h1:4MY060fB1DLGMB/7MBTLnwQUY6+F09GEiz6SsrNqyzM=
|
||||
google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU=
|
||||
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
|
||||
google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
|
@ -3,7 +3,7 @@ package app
|
||||
import (
|
||||
"f5"
|
||||
//. "main/global"
|
||||
"mt"
|
||||
"main/mt"
|
||||
)
|
||||
|
||||
type app struct {
|
||||
|
@ -8,10 +8,6 @@ require f5 v1.0.0
|
||||
|
||||
require jccommon v1.0.0
|
||||
|
||||
require mt v1.0.0
|
||||
|
||||
require mtb v1.0.0 // indirect
|
||||
|
||||
require main v1.0.0
|
||||
|
||||
require (
|
||||
@ -60,8 +56,4 @@ replace f5 => ../../third_party/f5
|
||||
|
||||
replace jccommon => ../jccommon
|
||||
|
||||
replace mt => ./mt
|
||||
|
||||
replace mtb => ./mtb
|
||||
|
||||
replace main => ./
|
||||
|
@ -7,7 +7,7 @@ import (
|
||||
"io/ioutil"
|
||||
"jccommon"
|
||||
"main/service"
|
||||
"mt"
|
||||
"main/mt"
|
||||
"net/http"
|
||||
net_url "net/url"
|
||||
"q5"
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type GamesapiCluster struct {
|
||||
|
@ -1,14 +0,0 @@
|
||||
module mt
|
||||
|
||||
go 1.20
|
||||
|
||||
require q5 v1.0.0
|
||||
require f5 v1.0.0
|
||||
require mtb v1.0.0
|
||||
|
||||
require (
|
||||
)
|
||||
|
||||
replace q5 => ../../../third_party/q5
|
||||
replace f5 => ../../../third_party/f5
|
||||
replace mtb => ../mtb
|
@ -1,16 +0,0 @@
|
||||
module mtb
|
||||
|
||||
go 1.20
|
||||
|
||||
require q5 v1.0.0
|
||||
|
||||
require f5 v1.0.0
|
||||
|
||||
require (
|
||||
github.com/golang/protobuf v1.5.0
|
||||
google.golang.org/protobuf v1.31.0
|
||||
)
|
||||
|
||||
replace q5 => ../../../third_party/q5
|
||||
|
||||
replace f5 => ../../../third_party/f5
|
@ -1,23 +0,0 @@
|
||||
github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8=
|
||||
github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA=
|
||||
github.com/golang/protobuf v1.4.0-rc.2/go.mod h1:LlEzMj4AhA7rCAGe4KMBDvJI+AwstrUpVNzEA03Pprs=
|
||||
github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0/go.mod h1:WU3c8KckQ9AFe+yFwt9sWVRKCVIyN9cPHBJSNnbL67w=
|
||||
github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvqG2KuDX0=
|
||||
github.com/golang/protobuf v1.4.2 h1:+Z5KGCizgyZCbGh1KZqA0fcLLkwbsjIzS4aV2v7wJX0=
|
||||
github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI=
|
||||
github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
|
||||
github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
|
||||
github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
|
||||
github.com/google/go-cmp v0.4.0 h1:xsAVV57WRhGj6kEIi8ReJzQlHHqcBYCElAvkovg3B/4=
|
||||
github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
|
||||
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
|
||||
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
||||
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
|
||||
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
|
||||
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=
|
||||
google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967/go.mod h1:A+miEFZTKqfCUM6K7xSMQL9OKL/b6hQv+e19PK+JZNE=
|
||||
google.golang.org/protobuf v1.21.0/go.mod h1:47Nbq4nVaFHyn7ilMalzfO3qCViNmqZ2kzikPIcrTAo=
|
||||
google.golang.org/protobuf v1.23.0 h1:4MY060fB1DLGMB/7MBTLnwQUY6+F09GEiz6SsrNqyzM=
|
||||
google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU=
|
||||
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
|
||||
google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
|
@ -2,7 +2,7 @@ package service
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mt"
|
||||
"main/mt"
|
||||
"q5"
|
||||
"sync"
|
||||
"sync/atomic"
|
||||
|
@ -3,7 +3,7 @@ package app
|
||||
import (
|
||||
"f5"
|
||||
//"main/constant"
|
||||
"mt"
|
||||
"main/mt"
|
||||
"main/middleware"
|
||||
. "main/global"
|
||||
)
|
||||
|
@ -6,10 +6,6 @@ require q5 v1.0.0
|
||||
|
||||
require f5 v1.0.0
|
||||
|
||||
require mt v1.0.0
|
||||
|
||||
require mtb v1.0.0 // indirect
|
||||
|
||||
require main v1.0.0
|
||||
|
||||
require (
|
||||
@ -55,8 +51,4 @@ replace q5 => ../../third_party/q5
|
||||
|
||||
replace f5 => ../../third_party/f5
|
||||
|
||||
replace mt => ./mt
|
||||
|
||||
replace mtb => ./mtb
|
||||
|
||||
replace main => ./
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type MailCluster struct {
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type MailDb struct {
|
||||
|
@ -1,14 +0,0 @@
|
||||
module mt
|
||||
|
||||
go 1.20
|
||||
|
||||
require q5 v1.0.0
|
||||
require f5 v1.0.0
|
||||
require mtb v1.0.0
|
||||
|
||||
require (
|
||||
)
|
||||
|
||||
replace q5 => ../../../third_party/q5
|
||||
replace f5 => ../../../third_party/f5
|
||||
replace mtb => ../mtb
|
@ -1,16 +0,0 @@
|
||||
module mtb
|
||||
|
||||
go 1.20
|
||||
|
||||
require q5 v1.0.0
|
||||
|
||||
require f5 v1.0.0
|
||||
|
||||
require (
|
||||
github.com/golang/protobuf v1.5.0
|
||||
google.golang.org/protobuf v1.31.0
|
||||
)
|
||||
|
||||
replace q5 => ../../../third_party/q5
|
||||
|
||||
replace f5 => ../../../third_party/f5
|
@ -1,23 +0,0 @@
|
||||
github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8=
|
||||
github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA=
|
||||
github.com/golang/protobuf v1.4.0-rc.2/go.mod h1:LlEzMj4AhA7rCAGe4KMBDvJI+AwstrUpVNzEA03Pprs=
|
||||
github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0/go.mod h1:WU3c8KckQ9AFe+yFwt9sWVRKCVIyN9cPHBJSNnbL67w=
|
||||
github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvqG2KuDX0=
|
||||
github.com/golang/protobuf v1.4.2 h1:+Z5KGCizgyZCbGh1KZqA0fcLLkwbsjIzS4aV2v7wJX0=
|
||||
github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI=
|
||||
github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
|
||||
github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
|
||||
github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
|
||||
github.com/google/go-cmp v0.4.0 h1:xsAVV57WRhGj6kEIi8ReJzQlHHqcBYCElAvkovg3B/4=
|
||||
github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
|
||||
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
|
||||
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
||||
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
|
||||
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
|
||||
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=
|
||||
google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967/go.mod h1:A+miEFZTKqfCUM6K7xSMQL9OKL/b6hQv+e19PK+JZNE=
|
||||
google.golang.org/protobuf v1.21.0/go.mod h1:47Nbq4nVaFHyn7ilMalzfO3qCViNmqZ2kzikPIcrTAo=
|
||||
google.golang.org/protobuf v1.23.0 h1:4MY060fB1DLGMB/7MBTLnwQUY6+F09GEiz6SsrNqyzM=
|
||||
google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU=
|
||||
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
|
||||
google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
|
@ -5,7 +5,7 @@ import (
|
||||
"f5"
|
||||
"main/constant"
|
||||
. "main/global"
|
||||
"mt"
|
||||
"main/mt"
|
||||
"q5"
|
||||
"ss"
|
||||
)
|
||||
|
@ -6,10 +6,6 @@ require q5 v1.0.0
|
||||
|
||||
require f5 v1.0.0
|
||||
|
||||
require mt v1.0.0
|
||||
|
||||
require mtb v1.0.0 // indirect
|
||||
|
||||
require main v1.0.0
|
||||
|
||||
require cs v1.0.0
|
||||
@ -57,10 +53,6 @@ replace q5 => ../../third_party/q5
|
||||
|
||||
replace f5 => ../../third_party/f5
|
||||
|
||||
replace mt => ./mt
|
||||
|
||||
replace mtb => ./mtb
|
||||
|
||||
replace cs => ./cs
|
||||
|
||||
replace ss => ./ss
|
||||
|
@ -6,7 +6,7 @@ import (
|
||||
|
||||
"cs"
|
||||
"f5"
|
||||
"mt"
|
||||
"main/mt"
|
||||
"q5"
|
||||
"ss"
|
||||
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
|
@ -3,7 +3,7 @@ package mt
|
||||
import (
|
||||
"q5"
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type HallCluster struct {
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type MasterCluster struct {
|
||||
|
@ -1,14 +0,0 @@
|
||||
module mt
|
||||
|
||||
go 1.20
|
||||
|
||||
require q5 v1.0.0
|
||||
require f5 v1.0.0
|
||||
require mtb v1.0.0
|
||||
|
||||
require (
|
||||
)
|
||||
|
||||
replace q5 => ../../../third_party/q5
|
||||
replace f5 => ../../../third_party/f5
|
||||
replace mtb => ../mtb
|
@ -1,16 +0,0 @@
|
||||
module mtb
|
||||
|
||||
go 1.20
|
||||
|
||||
require q5 v1.0.0
|
||||
|
||||
require f5 v1.0.0
|
||||
|
||||
require (
|
||||
github.com/golang/protobuf v1.5.0
|
||||
google.golang.org/protobuf v1.31.0
|
||||
)
|
||||
|
||||
replace q5 => ../../../third_party/q5
|
||||
|
||||
replace f5 => ../../../third_party/f5
|
@ -1,23 +0,0 @@
|
||||
github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8=
|
||||
github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA=
|
||||
github.com/golang/protobuf v1.4.0-rc.2/go.mod h1:LlEzMj4AhA7rCAGe4KMBDvJI+AwstrUpVNzEA03Pprs=
|
||||
github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0/go.mod h1:WU3c8KckQ9AFe+yFwt9sWVRKCVIyN9cPHBJSNnbL67w=
|
||||
github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvqG2KuDX0=
|
||||
github.com/golang/protobuf v1.4.2 h1:+Z5KGCizgyZCbGh1KZqA0fcLLkwbsjIzS4aV2v7wJX0=
|
||||
github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI=
|
||||
github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
|
||||
github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
|
||||
github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
|
||||
github.com/google/go-cmp v0.4.0 h1:xsAVV57WRhGj6kEIi8ReJzQlHHqcBYCElAvkovg3B/4=
|
||||
github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
|
||||
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
|
||||
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
||||
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
|
||||
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
|
||||
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=
|
||||
google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967/go.mod h1:A+miEFZTKqfCUM6K7xSMQL9OKL/b6hQv+e19PK+JZNE=
|
||||
google.golang.org/protobuf v1.21.0/go.mod h1:47Nbq4nVaFHyn7ilMalzfO3qCViNmqZ2kzikPIcrTAo=
|
||||
google.golang.org/protobuf v1.23.0 h1:4MY060fB1DLGMB/7MBTLnwQUY6+F09GEiz6SsrNqyzM=
|
||||
google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU=
|
||||
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
|
||||
google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
|
@ -9,7 +9,7 @@ import (
|
||||
"main/common"
|
||||
"main/constant"
|
||||
. "main/global"
|
||||
"mt"
|
||||
"main/mt"
|
||||
"net"
|
||||
"q5"
|
||||
)
|
||||
|
@ -6,7 +6,7 @@ import (
|
||||
"github.com/golang/protobuf/proto"
|
||||
"main/common"
|
||||
"main/constant"
|
||||
"mt"
|
||||
"main/mt"
|
||||
"q5"
|
||||
"sort"
|
||||
)
|
||||
|
@ -5,7 +5,7 @@ import (
|
||||
"f5"
|
||||
"main/constant"
|
||||
. "main/global"
|
||||
"mt"
|
||||
"main/mt"
|
||||
"q5"
|
||||
"ss"
|
||||
)
|
||||
|
@ -6,10 +6,6 @@ require q5 v1.0.0
|
||||
|
||||
require f5 v1.0.0
|
||||
|
||||
require mt v1.0.0
|
||||
|
||||
require mtb v1.0.0 // indirect
|
||||
|
||||
require cs v1.0.0
|
||||
|
||||
require ss v1.0.0
|
||||
@ -57,10 +53,6 @@ replace q5 => ../../third_party/q5
|
||||
|
||||
replace f5 => ../../third_party/f5
|
||||
|
||||
replace mt => ./mt
|
||||
|
||||
replace mtb => ./mtb
|
||||
|
||||
replace cs => ./cs
|
||||
|
||||
replace ss => ./ss
|
||||
|
@ -7,7 +7,7 @@ import (
|
||||
"main/constant"
|
||||
"main/model"
|
||||
"fmt"
|
||||
"mt"
|
||||
"main/mt"
|
||||
"strings"
|
||||
. "main/global"
|
||||
"github.com/golang/protobuf/proto"
|
||||
|
@ -6,7 +6,7 @@ import (
|
||||
|
||||
"cs"
|
||||
"f5"
|
||||
"mt"
|
||||
"main/mt"
|
||||
"q5"
|
||||
"ss"
|
||||
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type FriendDb struct {
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type GameDb struct {
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
"q5"
|
||||
)
|
||||
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type MasterCluster struct {
|
||||
|
@ -1,14 +0,0 @@
|
||||
module mt
|
||||
|
||||
go 1.20
|
||||
|
||||
require q5 v1.0.0
|
||||
require f5 v1.0.0
|
||||
require mtb v1.0.0
|
||||
|
||||
require (
|
||||
)
|
||||
|
||||
replace q5 => ../../../third_party/q5
|
||||
replace f5 => ../../../third_party/f5
|
||||
replace mtb => ../mtb
|
@ -1,16 +0,0 @@
|
||||
module mtb
|
||||
|
||||
go 1.20
|
||||
|
||||
require q5 v1.0.0
|
||||
|
||||
require f5 v1.0.0
|
||||
|
||||
require (
|
||||
github.com/golang/protobuf v1.5.0
|
||||
google.golang.org/protobuf v1.31.0
|
||||
)
|
||||
|
||||
replace q5 => ../../../third_party/q5
|
||||
|
||||
replace f5 => ../../../third_party/f5
|
@ -1,23 +0,0 @@
|
||||
github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8=
|
||||
github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA=
|
||||
github.com/golang/protobuf v1.4.0-rc.2/go.mod h1:LlEzMj4AhA7rCAGe4KMBDvJI+AwstrUpVNzEA03Pprs=
|
||||
github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0/go.mod h1:WU3c8KckQ9AFe+yFwt9sWVRKCVIyN9cPHBJSNnbL67w=
|
||||
github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvqG2KuDX0=
|
||||
github.com/golang/protobuf v1.4.2 h1:+Z5KGCizgyZCbGh1KZqA0fcLLkwbsjIzS4aV2v7wJX0=
|
||||
github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI=
|
||||
github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
|
||||
github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
|
||||
github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
|
||||
github.com/google/go-cmp v0.4.0 h1:xsAVV57WRhGj6kEIi8ReJzQlHHqcBYCElAvkovg3B/4=
|
||||
github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
|
||||
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
|
||||
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
||||
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
|
||||
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
|
||||
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=
|
||||
google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967/go.mod h1:A+miEFZTKqfCUM6K7xSMQL9OKL/b6hQv+e19PK+JZNE=
|
||||
google.golang.org/protobuf v1.21.0/go.mod h1:47Nbq4nVaFHyn7ilMalzfO3qCViNmqZ2kzikPIcrTAo=
|
||||
google.golang.org/protobuf v1.23.0 h1:4MY060fB1DLGMB/7MBTLnwQUY6+F09GEiz6SsrNqyzM=
|
||||
google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU=
|
||||
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
|
||||
google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
|
@ -5,7 +5,7 @@ import (
|
||||
"f5"
|
||||
"fmt"
|
||||
"github.com/golang/protobuf/proto"
|
||||
"mt"
|
||||
"main/mt"
|
||||
"q5"
|
||||
"net"
|
||||
"main/constant"
|
||||
|
@ -3,7 +3,7 @@ package app
|
||||
import (
|
||||
"f5"
|
||||
"main/constant"
|
||||
"mt"
|
||||
"main/mt"
|
||||
)
|
||||
|
||||
type app struct {
|
||||
|
@ -8,10 +8,6 @@ require f5 v1.0.0
|
||||
|
||||
require jccommon v1.0.0
|
||||
|
||||
require mt v1.0.0
|
||||
|
||||
require mtb v1.0.0 // indirect
|
||||
|
||||
require main v1.0.0
|
||||
|
||||
require (
|
||||
@ -58,8 +54,4 @@ replace f5 => ../../third_party/f5
|
||||
|
||||
replace jccommon => ../jccommon
|
||||
|
||||
replace mt => ./mt
|
||||
|
||||
replace mtb => ./mtb
|
||||
|
||||
replace main => ./
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type BackTaskCluster struct {
|
||||
|
@ -3,7 +3,7 @@ package mt
|
||||
import (
|
||||
"q5"
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type BcCurrency struct {
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type BcEventDb struct {
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type BcNftDb struct {
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type GameDb struct {
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
"time"
|
||||
)
|
||||
|
||||
|
@ -3,7 +3,7 @@ package mt
|
||||
import (
|
||||
"q5"
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type Item struct {
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type Language struct {
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
type MailDb struct {
|
||||
|
@ -2,7 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"mtb"
|
||||
"main/mtb"
|
||||
"time"
|
||||
)
|
||||
|
||||
|
@ -1,14 +0,0 @@
|
||||
module mt
|
||||
|
||||
go 1.20
|
||||
|
||||
require q5 v1.0.0
|
||||
require f5 v1.0.0
|
||||
require mtb v1.0.0
|
||||
|
||||
require (
|
||||
)
|
||||
|
||||
replace q5 => ../../../third_party/q5
|
||||
replace f5 => ../../../third_party/f5
|
||||
replace mtb => ../mtb
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user