-
Notifications
You must be signed in to change notification settings - Fork 7
/
go.mod
33 lines (31 loc) · 1.35 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
28
29
30
31
32
33
module apiTools
go 1.13
require (
github.com/PuerkitoBio/goquery v1.5.1
github.com/antchfx/htmlquery v1.2.2
github.com/antchfx/xpath v1.1.4 // indirect
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
github.com/gin-contrib/pprof v1.2.1
github.com/gin-gonic/gin v1.5.0
github.com/go-ego/gse v0.0.0-20200217140142-4332c4a72fd3
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/gomodule/redigo v2.0.0+incompatible
github.com/jinzhu/gorm v1.9.12
github.com/jonsen/gotld v0.0.0-20190808124948-c50ff635576b
github.com/lestrrat-go/file-rotatelogs v2.3.0+incompatible
github.com/lestrrat-go/strftime v1.0.1 // indirect
github.com/lionsoul2014/ip2region v2.1.0-release+incompatible
github.com/pkg/errors v0.9.1
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
github.com/robfig/cron/v3 v3.0.1
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/tidwall/gjson v1.6.0
github.com/tidwall/pretty v1.0.1 // indirect
github.com/ziutek/telnet v0.0.0-20180329124119-c3b780dc415b // indirect
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
gopkg.in/ini.v1 v1.52.0
gopkg.in/russross/blackfriday.v2 v2.0.0
)