2021-02-28 17:04:41 +00:00
|
|
|
module github.com/icedream/livestream-tools/icedreammusic/metacollector
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
2022-06-19 00:20:21 +00:00
|
|
|
github.com/dhowden/tag v0.0.0-20220618230019-adf36e896086
|
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-29 04:15:12 +00:00
|
|
|
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
|
|
|
)
|