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.

18 lines
435 B

1 year ago
  1. module git.chrishayward.xyz/x/users
  2. go 1.20
  3. require (
  4. github.com/google/uuid v1.3.0
  5. golang.org/x/crypto v0.10.0
  6. google.golang.org/grpc v1.56.1
  7. google.golang.org/protobuf v1.31.0
  8. )
  9. require (
  10. github.com/golang/protobuf v1.5.3 // indirect
  11. golang.org/x/net v0.10.0 // indirect
  12. golang.org/x/sys v0.9.0 // indirect
  13. golang.org/x/text v0.10.0 // indirect
  14. google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
  15. )