Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 35 additions & 18 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,58 +1,75 @@
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
golang.org/x/net v0.7.0
)

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/agl/ed25519 v0.0.0-20170116200512-5312a6153412 // indirect
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd // indirect
github.com/btcsuite/goleveldb v1.0.0 // indirect
github.com/btcsuite/snappy-go v1.0.0 // indirect
github.com/coreos/bbolt v1.3.0 // indirect
github.com/dchest/blake256 v1.1.0 // indirect
github.com/dchest/siphash v1.2.1 // indirect
github.com/dgryski/go-farm v0.0.0-20180109070241-2de33835d102 // indirect
github.com/golang/protobuf v1.3.2 // indirect
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
github.com/googollee/go-engine.io v0.0.0-20180611083002-3c3145340e67 // indirect
github.com/gopherjs/gopherjs v0.0.0-20180820052304-89baedc74dd7 // indirect
github.com/gorilla/websocket v1.4.1 // indirect
github.com/jfixby/bignum v0.0.0-20190929091639-c48b486d8882 // indirect
github.com/jfixby/coin v0.0.0-20190927091650-385b78bc116b // indirect
github.com/jfixby/difficulty v1.0.0 // indirect
github.com/jfixby/lineardown v0.0.0-20190929093142-b0842926b9a7 // indirect
github.com/jtolds/gls v4.2.1+incompatible // indirect
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 // indirect
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.3 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/onsi/gomega v1.4.2 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/pkg/errors v0.8.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
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/crypto v0.0.0-20191106202628-ed6320f186d4 // indirect
golang.org/x/sys v0.5.0 // indirect
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
Expand Down
Loading