2021-02-28 17:04:41 +00:00
|
|
|
module github.com/icedream/livestream-tools/icedreammusic/foobar2000
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
2021-02-28 17:28:31 +00:00
|
|
|
replace (
|
|
|
|
github.com/icedream/livestream-tools/icedreammusic/metacollector => ../metacollector
|
|
|
|
github.com/icedream/livestream-tools/icedreammusic/tuna => ../tuna
|
|
|
|
)
|
2021-02-28 17:04:41 +00:00
|
|
|
|
|
|
|
require (
|
2021-10-12 22:09:44 +00:00
|
|
|
github.com/billziss-gh/cgofuse v1.5.0
|
2021-02-28 17:04:41 +00:00
|
|
|
github.com/dhowden/tag v0.0.0-20201120070457-d52dcb253c63
|
2021-11-24 15:21:55 +00:00
|
|
|
github.com/gin-gonic/gin v1.7.7
|
2021-02-28 17:28:31 +00:00
|
|
|
github.com/icedream/livestream-tools/icedreammusic/metacollector v0.0.0-00010101000000-000000000000
|
2021-02-28 17:04:41 +00:00
|
|
|
github.com/icedream/livestream-tools/icedreammusic/tuna v0.0.0-00010101000000-000000000000
|
2022-03-08 08:06:39 +00:00
|
|
|
github.com/nicksnyder/go-i18n v1.10.1 // indirect
|
|
|
|
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20191105091915-95d230a53780
|
2021-02-28 17:04:41 +00:00
|
|
|
)
|