go.mod 306 B

123456789101112
  1. module github.com/felamaslen/go-music-player
  2. go 1.15
  3. require (
  4. github.com/anyhon/engine v0.1.0
  5. github.com/dhowden/tag v0.0.0-20200828214007-46e57f75dbfc
  6. github.com/golang-migrate/migrate/v4 v4.13.0
  7. github.com/jackc/pgx/v4 v4.9.2
  8. github.com/joho/godotenv v1.3.0
  9. github.com/stretchr/testify v1.5.1
  10. )