1
0
Fork 0
livestream-tools/icedreammusic/metacollector/go.mod

14 lines
336 B
Modula-2
Raw Normal View History

2021-02-28 17:04:41 +00:00
module github.com/icedream/livestream-tools/icedreammusic/metacollector
go 1.16
require (
github.com/dhowden/tag v0.0.0-20220618230019-adf36e896086
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.5
2022-06-10 14:44:31 +00:00
gorm.io/gorm v1.23.6
2021-02-28 17:04:41 +00:00
)