-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
59 lines (58 loc) · 2.98 KB
/
go.mod
File metadata and controls
59 lines (58 loc) · 2.98 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
module github.com/picfight/pfcdata/v3
require (
github.com/AndreasBriese/bbloom v0.0.0-20170702084017-28f7e881ca57 // indirect
github.com/DataDog/zstd v1.3.4 // indirect
github.com/Sereal/Sereal v0.0.0-20180727013122-68c42fd7bfdf // indirect
github.com/asdine/storm v2.1.1+incompatible
github.com/btcsuite/go-flags v0.0.0-20150116065318-6c288d648c1c
github.com/caarlos0/env v3.3.0+incompatible
github.com/chappjc/logrus-prefix v0.0.0-20180227015900-3a1d64819adb
github.com/chappjc/trylock v1.0.0
github.com/coreos/bbolt v1.3.0 // indirect
github.com/davecgh/go-spew v1.1.1
github.com/decred/base58 v1.0.0
github.com/decred/slog v1.0.0
github.com/dgraph-io/badger v1.5.3
github.com/dgryski/go-farm v0.0.0-20180109070241-2de33835d102 // indirect
github.com/didip/tollbooth v4.0.0+incompatible
github.com/didip/tollbooth_chi v0.0.0-20170928041846-6ab5f3083f3d
github.com/dustin/go-humanize v0.0.0-20180713052910-9f541cc9db5d
github.com/go-chi/chi v3.3.2+incompatible
github.com/go-chi/docgen v1.0.2
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
github.com/google/go-cmp v0.2.0
github.com/google/gops v0.3.5
github.com/googollee/go-engine.io v0.0.0-20180611083002-3c3145340e67 // indirect
github.com/googollee/go-socket.io v0.0.0-20180611075005-f12da5711bc6
github.com/gopherjs/gopherjs v0.0.0-20180820052304-89baedc74dd7 // indirect
github.com/jfixby/coinknife v0.0.0-20190926203656-03d129b9318a
github.com/jfixby/pin v0.0.0-20190926185208-4828e1e664f4
github.com/jrick/logrotate v1.0.0
github.com/jtolds/gls v4.2.1+incompatible // indirect
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 // indirect
github.com/lib/pq v0.0.0-20180523175426-90697d60dd84
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.3 // indirect
github.com/mattn/go-sqlite3 v1.9.0
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/oleiade/lane v1.0.0
github.com/onsi/gomega v1.4.2 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/picfight/pfcd v0.0.0-20191107152947-874b0656a0e6
github.com/picfight/pfcwallet v0.0.0-20191107153413-c23236c735d8
github.com/picfight/picfightcoin v0.0.0-20191107151210-0ab5c80ba5bc
github.com/pkg/errors v0.8.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rs/cors v1.5.0
github.com/shiena/ansicolor v0.0.0-20151119151921-a422bbe96644
github.com/sirupsen/logrus v1.0.5
github.com/smartystreets/assertions v0.0.0-20180820201707-7c9eb446e3cf // indirect
github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a // indirect
github.com/stretchr/testify v1.2.2 // indirect
github.com/vmihailenco/msgpack v3.3.3+incompatible // indirect
github.com/x-cray/logrus-prefixed-formatter v0.5.2 // indirect
golang.org/x/net v0.0.0-20190926025831-c00fd9afed17
golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2 // indirect
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
)