-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (25 loc) · 1.01 KB
/
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/gfes980615/Diana
go 1.15
require (
github.com/PuerkitoBio/goquery v1.5.1 // indirect
github.com/antchfx/htmlquery v1.2.3 // indirect
github.com/antchfx/xmlquery v1.3.0 // indirect
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
github.com/gin-gonic/gin v1.6.3
github.com/go-redis/redis/v7 v7.3.0
github.com/gobwas/glob v0.2.3 // indirect
github.com/gocolly/colly v1.2.0
github.com/huweihuang/cobra-demo v0.0.0-20190927130152-0bf30f637646
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
github.com/k0kubun/pp v3.0.1+incompatible
github.com/kennygrant/sanitize v1.2.4 // indirect
github.com/line/line-bot-sdk-go v7.4.0+incompatible
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/robfig/cron v1.2.0
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
github.com/sirupsen/logrus v1.6.0
github.com/spf13/viper v1.5.0
github.com/temoto/robotstxt v1.1.1 // indirect
gorm.io/driver/mysql v1.0.1
gorm.io/gorm v1.20.1
)