forked from lexansoft/stihi-backend-1.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
43 lines (41 loc) · 2.06 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
43
module gitlab.com/stihi/stihi-backend
go 1.13
require (
github.com/SermoDigital/jose v0.9.2-0.20180104203859-803625baeddc
github.com/UncleAndy/cyberway-go v0.8.16-0.20
github.com/VividCortex/godaemon v0.0.0-20150910212227-3d9f6e0b234f
github.com/btcsuite/btcd v0.0.0-20180220005635-2be2f12b358d
github.com/btcsuite/btcutil v0.0.0-20170726183619-501929d3d046
github.com/dchest/captcha v0.0.0-20170622155422-6a29415a8364
github.com/dgryski/go-t1ha v0.0.0-20170624085304-d42c050643ba
github.com/facebookgo/atomicfile v0.0.0-20151019160806-2de1f203e7d5 // indirect
github.com/facebookgo/pidfile v0.0.0-20150612191647-f242e2999868
github.com/garyburd/redigo v1.6.1-0.20180228183837-a7327d8ced80 // indirect
github.com/go-stack/stack v1.7.0 // indirect
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
github.com/golang/protobuf v1.0.1-0.20180202184318-bbd03ef6da3a // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/google/go-cmp v0.3.1 // indirect
github.com/lib/pq v0.0.0-20180201184707-88edab080323
github.com/onsi/ginkgo v1.4.1-0.20180216170043-9008c7b79f96 // indirect
github.com/onsi/gomega v1.3.1-0.20180305203722-de89e61d40b7 // indirect
github.com/pkg/errors v0.8.1
github.com/robfig/cron v1.2.0
github.com/stretchr/testify v1.4.0
github.com/tidwall/gjson v1.3.5 // indirect
github.com/tidwall/sjson v1.0.4 // indirect
github.com/valyala/fastjson v1.4.1
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
github.com/xdg/stringprep v1.0.0 // indirect
go.mongodb.org/mongo-driver v1.1.3
go.uber.org/zap v1.13.0 // indirect
golang.org/x/crypto v0.0.0-20190621222207-cc06ce4a13d4
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/sys v0.0.0-20190515120540-06a5c4944438 // indirect
golang.org/x/text v0.3.1-0.20180302201248-b7ef84aaf62a
golang.org/x/tools v0.0.0-20191205133340-d1f10d1c4e25 // indirect
gopkg.in/bsm/ratelimit.v1 v1.0.0-20160220154919-db14e161995a // indirect
gopkg.in/redis.v4 v4.2.4
gopkg.in/yaml.v2 v2.2.4
)