14 lines
336 B
Modula-2
14 lines
336 B
Modula-2
module github.com/icedream/livestream-tools/icedreammusic/metacollector
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/dhowden/tag v0.0.0-20220530110423-77907a30b7f1
|
|
github.com/fsnotify/fsnotify v1.5.4
|
|
github.com/gin-gonic/gin v1.8.1
|
|
github.com/spf13/viper v1.12.0
|
|
gorm.io/driver/mysql v1.3.4
|
|
gorm.io/driver/sqlite v1.3.4
|
|
gorm.io/gorm v1.23.5
|
|
)
|