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-20201120070457-d52dcb253c63
github.com/fsnotify/fsnotify v1.5.1
github.com/gin-gonic/gin v1.7.7
github.com/spf13/viper v1.10.1
gorm.io/driver/mysql v1.3.0
gorm.io/driver/sqlite v1.3.0
2022-01-12 05:50:03 +00:00
gorm.io/gorm v1.22.5
2021-02-28 17:04:41 +00:00
)