Browse Source

优化

master v0.1.6
lijianbin 2 years ago
parent
commit
ff2e76c25c
3 changed files with 4 additions and 4 deletions
  1. +1
    -1
      common.go
  2. +1
    -1
      go.mod
  3. +2
    -2
      go.sum

+ 1
- 1
common.go View File

@ -1,7 +1,7 @@
package taskrpc
import (
"git.tetele.net/tgo/conf"
"git.tetele.net/yueheng/conf"
)
type Req struct {


+ 1
- 1
go.mod View File

@ -3,8 +3,8 @@ module git.tetele.net/tgo/taskrpc
go 1.17
require (
git.tetele.net/tgo/conf v0.39.4
git.tetele.net/tgo/crypter v0.2.2
git.tetele.net/yueheng/conf v1.3.2
github.com/chai2010/protorpc v1.1.3
github.com/golang/protobuf v1.5.2
)


+ 2
- 2
go.sum View File

@ -1,7 +1,7 @@
git.tetele.net/tgo/conf v0.39.4 h1:tkhb9+i1QC8CW81VuTCR2f4VpS2oR23WbhxmIePo0Ak=
git.tetele.net/tgo/conf v0.39.4/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 v1.3.2 h1:mkSShvXkfY0zBdaInRZZecifoQMRtGRf88kMPKyc3tY=
git.tetele.net/yueheng/conf v1.3.2/go.mod h1:xlp2rxZG7FFEkTx3F8yFLaaIYxvySRpm2b2mozQW2Ek=
github.com/chai2010/protorpc v1.1.3 h1:VJK5hIoZn0XCGol0GmbxZkUG6FbTI5LP2Lam6RVd15w=
github.com/chai2010/protorpc v1.1.3/go.mod h1:/wO0kiyVdu7ug8dCMrA2yDr2vLfyhsLEuzLa9J2HJ+I=
github.com/golang/protobuf v1.0.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=


Loading…
Cancel
Save