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.

13 lines
309 B

  1. module main.go
  2. go 1.16
  3. require (
  4. github.com/google/uuid v1.2.0
  5. github.com/gorilla/mux v1.8.0
  6. github.com/jackc/pgproto3/v2 v2.1.0 // indirect
  7. golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
  8. golang.org/x/text v0.3.6 // indirect
  9. gorm.io/driver/postgres v1.1.0
  10. gorm.io/gorm v1.21.10
  11. )