Commit 8ebe5b76 authored by RichardChao's avatar RichardChao
Browse files

fix go mod

parent 82386af8
Pipeline #7936 failed with stages
in 0 seconds
Showing with 14 additions and 658 deletions
+14 -658
module ztrpc
module git.funpinpin.cn/xhzt/ztrpc
go 1.17
require (
github.com/google/btree v1.0.0 // indirect
github.com/spf13/viper v1.10.1
google.golang.org/grpc v1.45.0
google.golang.org/protobuf v1.27.1
)
require (
github.com/golang/protobuf v1.5.2 // indirect
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd // indirect
golang.org/x/text v0.3.0 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
)
This diff is collapsed.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment