forked from onionltd/tochka-source
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
42 lines (40 loc) · 1.91 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
36
37
38
39
40
41
42
module vendor
go 1.13
require (
github.com/GeertJohan/go.btcqr 51060f23859e
github.com/alexedwards/scs v1.4.1
github.com/blevesearch/bleve v0.5.1-0.20170901131608-c048833fcdcf
github.com/blevesearch/go-porterstemmer v1.0.3
github.com/blevesearch/segment v0.8.0
github.com/bluele/gcache v0.0.2
github.com/boltdb/bolt v1.3.2-0.20170907202052-fa5367d20c99
github.com/dustin/go-humanize v0.0.0-20170828050815-79e699ccd02f
github.com/eknkc/amber cdade1c07385
github.com/essentialkaos/translit v2.0.1-0.20180609230813-d62c0f98f9b3+incompatible
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/golang/protobuf v0.0.0-20170902000452-17ce1425424a
github.com/gorilla/context v1.1.1
github.com/gorilla/securecookie v1.1.1
github.com/gorilla/sessions v0.0.0-20170802141718-b61c93cb7f67
github.com/helloyi/go-waitgroup v0.0.0-20160615100538-a09c6174929d
github.com/jasonlvhit/gocron v0.0.1
github.com/jinzhu/gorm v0.0.0-20170904143919-b1885a643b49
github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
github.com/lib/pq v0.0.0-20170810061220-e42267488fe3
github.com/microcosm-cc/bluemonday v0.0.0-20170830062424-68fecaef6026
github.com/mojocn/base64Captcha v0.0.0-20181127071718-e1b77b587119
github.com/nfnt/resize 83c6a9932646
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
github.com/o1egl/govatar v0.0.0-20161228215732-b2c74b985e9a
github.com/op/go-logging 970db520ece7
github.com/pkg/errors v0.8.1-0.20181023235946-059132a15dd0
github.com/robfig/cron v1.2.0
github.com/russross/blackfriday v0.0.0-20170728175326-4048872b16cc
github.com/skip2/go-qrcode da1b6568686e
github.com/steveyen/gtreap v0.0.0-20150807155958-0abe01ef9be2
github.com/wcharczuk/go-chart v2.0.2-0.20181012164330-3cb33d48d32d+incompatible
golang.org/x/crypto 2c7772ba3064
golang.org/x/image v0.0.0-20181116024801-cd38e8056d9b
golang.org/x/net v0.0.0-20181217023233-e147a9138326
golang.org/x/sys a9b59b0215f8
)