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
|
2021-10-13 00:14:29 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.5.1
|
2021-11-24 15:21:55 +00:00
|
|
|
github.com/gin-gonic/gin v1.7.7
|
2021-12-15 17:39:00 +00:00
|
|
|
github.com/spf13/viper v1.10.1
|
2021-12-24 08:14:56 +00:00
|
|
|
gorm.io/driver/mysql v1.2.2
|
2021-11-23 10:18:57 +00:00
|
|
|
gorm.io/driver/sqlite v1.2.6
|
2021-11-30 04:04:14 +00:00
|
|
|
gorm.io/gorm v1.22.4
|
2021-02-28 17:04:41 +00:00
|
|
|
)
|