1
0
Fork 0
livestream-tools/icedreammusic/metacollector/go.mod

16 lines
463 B
Modula-2
Raw Normal View History

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
github.com/fsnotify/fsnotify v1.4.9
github.com/gin-gonic/gin v1.6.3
github.com/nicksnyder/go-i18n v1.10.1 // indirect
github.com/spf13/viper v1.7.1
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20191105091915-95d230a53780
gorm.io/driver/mysql v1.0.4
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.20.12
)