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.
 

21 lines
409 B

  1. module egg_im
  2. go 1.18
  3. require (
  4. google.golang.org/grpc v1.50.1
  5. google.golang.org/protobuf v1.28.1
  6. )
  7. require (
  8. github.com/golang/protobuf v1.5.2 // indirect
  9. golang.org/x/sys v0.1.0 // indirect
  10. golang.org/x/text v0.4.0 // indirect
  11. google.golang.org/genproto v0.0.0-20221018160656-63c7b68cfc55 // indirect
  12. )
  13. require (
  14. github.com/google/go-cmp v0.5.9 // indirect
  15. golang.org/x/net v0.1.0 // indirect
  16. )