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.

24 lines
707 B

  1. module git.tovijaeschke.xyz/tovi/personal_website
  2. go 1.22.5
  3. require (
  4. github.com/google/uuid v1.6.0
  5. github.com/gorilla/mux v1.8.1
  6. github.com/gorilla/sessions v1.3.0
  7. golang.org/x/crypto v0.26.0
  8. gorm.io/driver/postgres v1.5.9
  9. gorm.io/gorm v1.25.11
  10. )
  11. require (
  12. github.com/gorilla/securecookie v1.1.2 // indirect
  13. github.com/jackc/pgpassfile v1.0.0 // indirect
  14. github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
  15. github.com/jackc/pgx/v5 v5.5.5 // indirect
  16. github.com/jackc/puddle/v2 v2.2.1 // indirect
  17. github.com/jinzhu/inflection v1.0.0 // indirect
  18. github.com/jinzhu/now v1.1.5 // indirect
  19. golang.org/x/sync v0.8.0 // indirect
  20. golang.org/x/text v0.17.0 // indirect
  21. )