Browse Source

xiugai

master
listen 2 years ago
parent
commit
e1f97e10b8
3 changed files with 3 additions and 2 deletions
  1. +1
    -1
      common.go
  2. +1
    -1
      go.mod
  3. +1
    -0
      go.sum

+ 1
- 1
common.go View File

@ -3,7 +3,7 @@ package userrpc
import (
"log"
"git.tetele.net/yueheng/conf"
"git.tetele.net/tgo/conf"
)
const DES_KEY = "usersrpc"


+ 1
- 1
go.mod View File

@ -3,7 +3,7 @@ module git.tetele.net/tgo/userrpc
go 1.14
require (
git.tetele.net/yueheng/conf v1.2.6
git.tetele.net/tgo/conf v0.46.0
git.tetele.net/tgo/crypter v0.2.2
github.com/chai2010/protorpc v1.1.3
github.com/golang/protobuf v1.0.0


+ 1
- 0
go.sum View File

@ -1,3 +1,4 @@
git.tetele.net/tgo/conf v0.46.0/go.mod h1:AWVIBEDE5dtotthUgR0SWaR2Qa6/f+O5WQ3s7Tj8q7A=
git.tetele.net/tgo/crypter v0.2.2 h1:YMQJh2Gj5Po4ZfelJUmXBKi01UbmtiSy3bmqRfnYQMo=
git.tetele.net/tgo/crypter v0.2.2/go.mod h1:vfvRLZA8+lHNgNXneOcgvVhDyuv25ZRb+C6xHOmXNx0=
git.tetele.net/yueheng/conf v0.33.1 h1:ZEIv3Vq35RCv5f3T3Uz97s2mkZLl7W5OlmXvzI3/sS8=


Loading…
Cancel
Save