go.mod 195 B

123456789
  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/stretchr/testify v1.6.1
  7. )