-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (22 loc) · 911 Bytes
/
go.mod
File metadata and controls
24 lines (22 loc) · 911 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/huajiao-tv/dashboard
go 1.13
require (
github.com/bitly/go-simplejson v0.5.0
github.com/coreos/etcd v3.3.18+incompatible // indirect
github.com/etcd-io/etcd v3.3.18+incompatible
github.com/gin-gonic/gin v1.5.0
github.com/go-redis/redis v6.15.6+incompatible
github.com/google/go-querystring v1.0.0
github.com/gorilla/websocket v1.4.1
github.com/huajiao-tv/gokeeper v0.0.0-20200407022642-05b60f4c831b
github.com/huajiao-tv/peppercron v0.0.0-20191226065308-a5e3ab6a1fda
github.com/jinzhu/gorm v1.9.11
github.com/pkg/errors v0.8.1
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4
github.com/prometheus/common v0.4.1
github.com/robfig/cron v1.2.0
github.com/youlu-cn/ginp v0.0.0-20191226101237-1b2714a72f3c
github.com/youlu-cn/go-ldap v0.0.0-20190515043014-98a36176db8e
go.etcd.io/etcd v0.5.0-alpha.5.0.20190917205325-a14579fbfb1a
gopkg.in/yaml.v2 v2.2.7
)