-
Notifications
You must be signed in to change notification settings - Fork 5
/
go.mod
27 lines (25 loc) · 1005 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/qbox/livekit
go 1.16
require (
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
github.com/bwmarrin/snowflake v0.3.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/gin-contrib/cors v1.4.0
github.com/gin-gonic/gin v1.8.1
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
github.com/go-redis/redis/v8 v8.11.5 // indirect
github.com/go-sql-driver/mysql v1.6.0
github.com/jinzhu/gorm v1.9.16
github.com/json-iterator/go v1.1.12
github.com/mattn/go-sqlite3 v2.0.1+incompatible // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/prometheus/client_golang v1.13.0 // indirect
github.com/qiniu/go-sdk/v7 v7.12.1
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/viper v1.11.0
github.com/stretchr/testify v1.8.0
gopkg.in/robfig/cron.v2 v2.0.0-20150107220207-be2e0b0deed5
)