2021-02-28 17:04:41 +00:00
|
|
|
module github.com/icedream/livestream-tools/icedreammusic/metacollector
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
2022-05-30 11:16:34 +00:00
|
|
|
github.com/dhowden/tag v0.0.0-20220530110423-77907a30b7f1
|
2022-04-27 03:20:37 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.5.4
|
2022-06-06 20:18:39 +00:00
|
|
|
github.com/gin-gonic/gin v1.8.1
|
2022-05-26 18:28:40 +00:00
|
|
|
github.com/spf13/viper v1.12.0
|
2022-05-28 15:30:41 +00:00
|
|
|
gorm.io/driver/mysql v1.3.4
|
2022-06-08 14:12:10 +00:00
|
|
|
gorm.io/driver/sqlite v1.3.4
|
2022-06-10 14:44:31 +00:00
|
|
|
gorm.io/gorm v1.23.6
|
2021-02-28 17:04:41 +00:00
|
|
|
)
|