2021-02-28 17:04:41 +00:00
|
|
|
module github.com/icedream/livestream-tools/icedreammusic/metacollector
|
|
|
|
|
2022-08-02 19:03:09 +00:00
|
|
|
go 1.19
|
2021-02-28 17:04:41 +00:00
|
|
|
|
|
|
|
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-07-11 04:27:31 +00:00
|
|
|
gorm.io/driver/mysql v1.3.5
|
2022-07-06 04:34:38 +00:00
|
|
|
gorm.io/driver/sqlite v1.3.6
|
2022-07-07 11:38:24 +00:00
|
|
|
gorm.io/gorm v1.23.8
|
2021-02-28 17:04:41 +00:00
|
|
|
)
|