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.

8 lines
134 B

3 years ago
  1. module zinx
  2. go 1.13
  3. require (
  4. github.com/golang/protobuf v1.3.3
  5. golang.org/x/net v0.0.0-20210415231046-e915ea6b2b7d // indirect
  6. )