fix go mod
Showing
+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.
Please register or sign in to comment