forked from b3log/routinepanic.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
35 lines (33 loc) · 1.68 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
34
35
module github.com/b3log/routinepanic.com
go 1.12
require (
cloud.google.com/go v0.37.4
github.com/PuerkitoBio/goquery v0.0.0-20181003002105-8311f594d701
github.com/andybalholm/cascadia v1.0.0 // indirect
github.com/b3log/gulu v0.0.0-20190524134307-1c13d074e5e7
github.com/denisenkom/go-mssqldb v0.0.0-20190515213511-eb9f6a1743f3 // indirect
github.com/elazarl/goproxy v0.0.0-20190421051319-9d40249d3c2f // indirect
github.com/elazarl/goproxy/ext v0.0.0-20190421051319-9d40249d3c2f // indirect
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
github.com/gin-contrib/sessions v0.0.0-20180724132311-854e10e72056
github.com/gin-gonic/gin v0.0.0-20181011233131-6ab50f944ca5
github.com/go-sql-driver/mysql v0.0.0-20181001072239-361f66ef3b53 // indirect
github.com/google/go-cmp v0.3.0 // indirect
github.com/gorilla/sessions v1.1.1 // indirect
github.com/jinzhu/gorm v0.0.0-20181007004937-742154be9a26
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
github.com/jinzhu/now v1.0.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/lib/pq v1.1.1 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/mattn/go-sqlite3 v1.10.0 // indirect
github.com/moul/http2curl v1.0.0 // indirect
github.com/parnurzeal/gorequest v0.0.0-20171015110455-8e3aed27fe49
github.com/pkg/errors v0.8.1 // indirect
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
github.com/vinta/pangu v0.0.0-20180410182025-523e3fea9a89
github.com/xrash/smetrics v0.0.0-20170218160415-a3153f7040e9
golang.org/x/net v0.0.0-20190311183353-d8887717615a
golang.org/x/text v0.3.2
google.golang.org/api v0.5.0 // indirect
)