spotifytobandcamp/go.mod
rick 036648bc66
feat(bandcamp): find album on bandcamp
still in test with a local file to avoid ban from Spotify.
2021-08-29 13:16:05 +02:00

22 lines
854 B
Modula-2

module git.gnous.eu/rick/spotifytobandcamp
go 1.17
require (
github.com/PuerkitoBio/goquery v1.5.0 // indirect
github.com/andybalholm/cascadia v1.0.0 // indirect
github.com/antchfx/htmlquery v1.0.0 // indirect
github.com/antchfx/xmlquery v1.0.0 // indirect
github.com/antchfx/xpath v1.0.0 // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/gocolly/colly v1.2.0 // indirect
github.com/golang/protobuf v1.3.1 // indirect
github.com/kennygrant/sanitize v1.2.4 // indirect
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
github.com/temoto/robotstxt v1.1.1 // indirect
github.com/undertideco/bandcamp v0.1.4-0.20191020172239-8f78bd1bb2b3 // indirect
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/appengine v1.6.2 // indirect
)