Encrypted messaging app
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.

26 lines
845 B

  1. module git.tovijaeschke.xyz/tovi/Capsule/Backend
  2. go 1.18
  3. require (
  4. github.com/Kangaroux/go-map-schema v0.6.1
  5. github.com/gofrs/uuid v4.2.0+incompatible
  6. github.com/gorilla/mux v1.8.0
  7. golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
  8. gorm.io/driver/postgres v1.3.4
  9. gorm.io/gorm v1.23.4
  10. )
  11. require (
  12. github.com/jackc/chunkreader/v2 v2.0.1 // indirect
  13. github.com/jackc/pgconn v1.11.0 // indirect
  14. github.com/jackc/pgio v1.0.0 // indirect
  15. github.com/jackc/pgpassfile v1.0.0 // indirect
  16. github.com/jackc/pgproto3/v2 v2.2.0 // indirect
  17. github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
  18. github.com/jackc/pgtype v1.10.0 // indirect
  19. github.com/jackc/pgx/v4 v4.15.0 // indirect
  20. github.com/jinzhu/inflection v1.0.0 // indirect
  21. github.com/jinzhu/now v1.1.4 // indirect
  22. golang.org/x/text v0.3.7 // indirect
  23. )