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.

27 lines
831 B

1 year ago
1 year ago
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. gorm.io/driver/postgres v1.5.2
  9. gorm.io/driver/sqlite v1.5.2
  10. gorm.io/gorm v1.25.2
  11. )
  12. require (
  13. github.com/golang/protobuf v1.5.3 // indirect
  14. github.com/jackc/pgpassfile v1.0.0 // indirect
  15. github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
  16. github.com/jackc/pgx/v5 v5.3.1 // indirect
  17. github.com/jinzhu/inflection v1.0.0 // indirect
  18. github.com/jinzhu/now v1.1.5 // indirect
  19. github.com/mattn/go-sqlite3 v1.14.17 // indirect
  20. golang.org/x/net v0.10.0 // indirect
  21. golang.org/x/sys v0.9.0 // indirect
  22. golang.org/x/text v0.10.0 // indirect
  23. google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
  24. )