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-10-13 01:58:29 +00:00
|
|
|
github.com/gin-gonic/gin v1.7.4
|
2021-10-13 03:12:01 +00:00
|
|
|
github.com/spf13/viper v1.9.0
|
2021-10-13 05:14:11 +00:00
|
|
|
gorm.io/driver/mysql v1.1.2
|
2021-10-12 18:46:36 +00:00
|
|
|
gorm.io/driver/sqlite v1.1.6
|
2021-10-12 18:48:44 +00:00
|
|
|
gorm.io/gorm v1.21.16
|
2021-02-28 17:04:41 +00:00
|
|
|
)
|