站点RPC方法
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
298 B

2 years ago
2 years ago
  1. module git.tetele.net/tgo/siterpc
  2. go 1.14
  3. require (
  4. git.tetele.net/tgo/conf v0.33.1
  5. git.tetele.net/tgo/crypter v0.2.2
  6. git.tetele.net/tgo/helper v0.1.8
  7. github.com/chai2010/protorpc v1.1.3
  8. github.com/golang/protobuf v1.5.2
  9. golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
  10. )