forked from vckai/novel
-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
33 lines (31 loc) · 1.54 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 github.com/vckai/novel
go 1.12
require (
github.com/PuerkitoBio/goquery v1.1.0
github.com/Unknwon/goconfig v0.0.0-20161121224340-87a46d97951e // indirect
github.com/andybalholm/cascadia v0.0.0-20161224141413-349dd0209470 // indirect
github.com/astaxie/beego v0.0.0-20170123131258-b55e20ac60c5
github.com/axgle/mahonia v0.0.0-20151019004008-c528b747d92d
github.com/beego/i18n v0.0.0-20161101132742-e9308947f407
github.com/elazarl/goproxy v0.0.0-20190421051319-9d40249d3c2f // indirect
github.com/elazarl/goproxy/ext v0.0.0-20190421051319-9d40249d3c2f // indirect
github.com/go-sql-driver/mysql v1.4.0
github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c // indirect
github.com/jtolds/gls v0.0.0-20161228004933-bb0351aa7eb6 // indirect
github.com/lib/pq v1.1.1 // indirect
github.com/mattn/go-sqlite3 v1.10.0 // indirect
github.com/moul/http2curl v1.0.0 // indirect
github.com/mssola/user_agent v0.0.0-20171130141217-6fe362d7cd64
github.com/parnurzeal/gorequest v0.2.15
github.com/pkg/errors v0.8.1
github.com/shirou/gopsutil v0.0.0-20170414035308-70693b6a3da5
github.com/smartystreets/assertions v0.0.0-20170213165318-c9ee7d9e9a2a // indirect
github.com/smartystreets/goconvey v0.0.0-20170110120022-3bd662eac601
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/stretchr/testify v1.3.0 // indirect
github.com/tidwall/gjson v1.9.3
github.com/willf/bitset v1.1.10 // indirect
github.com/willf/bloom v2.0.3+incompatible
golang.org/x/crypto v0.0.0-20190403202508-8e1b8d32e692
google.golang.org/appengine v1.6.0 // indirect
)