14 lines
335 B
Modula-2
14 lines
335 B
Modula-2
module github.com/icedream/livestream-tools/icedreammusic/metacollector
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/dhowden/tag v0.0.0-20201120070457-d52dcb253c63
|
|
github.com/fsnotify/fsnotify v1.5.1
|
|
github.com/gin-gonic/gin v1.7.6
|
|
github.com/spf13/viper v1.9.0
|
|
gorm.io/driver/mysql v1.2.0
|
|
gorm.io/driver/sqlite v1.2.6
|
|
gorm.io/gorm v1.22.3
|
|
)
|