github.com/almightyhelp/blockbook@v0.4.2-0.20210524123154-8697b01c4af9/go.mod (about)

     1  module github.com/almightyhelp/blockbook
     2  
     3  go 1.15
     4  
     5  require (
     6  	github.com/Groestlcoin/go-groestl-hash v0.0.0-20181012171753-790653ac190c // indirect
     7  	github.com/allegro/bigcache v1.2.1 // indirect
     8  	github.com/aristanetworks/goarista v0.0.0-20201012165903-2cb20defcd66 // indirect
     9  	github.com/bsm/go-vlq v0.0.0-20150828105119-ec6e8d4f5f4e
    10  	github.com/btcsuite/btcd v0.21.0-beta // indirect
    11  	github.com/dchest/blake256 v1.0.0 // indirect
    12  	github.com/deckarep/golang-set v1.7.1
    13  	github.com/decred/dcrd/chaincfg/chainhash v1.0.2
    14  	github.com/decred/dcrd/chaincfg/v3 v3.0.0
    15  	github.com/decred/dcrd/dcrec v1.0.0
    16  	github.com/decred/dcrd/dcrjson/v3 v3.0.1
    17  	github.com/decred/dcrd/dcrutil/v3 v3.0.0
    18  	github.com/decred/dcrd/hdkeychain/v3 v3.0.0
    19  	github.com/decred/dcrd/txscript/v3 v3.0.0
    20  	github.com/ethereum/go-ethereum v1.9.24
    21  	github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect
    22  	github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
    23  	github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect
    24  	github.com/gobuffalo/packr v1.13.7
    25  	github.com/gogo/protobuf v1.2.1
    26  	github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
    27  	github.com/golang/protobuf v1.4.3
    28  	github.com/gorilla/websocket v1.4.2
    29  	github.com/juju/errors v0.0.0-20170703010042-c7d06af17c68
    30  	github.com/juju/loggo v0.0.0-20190526231331-6e530bcce5d8 // indirect
    31  	github.com/juju/testing v0.0.0-20191001232224-ce9dec17d28b // indirect
    32  	github.com/martinboehm/bchutil v0.0.0-20190104112650-6373f11b6efe
    33  	github.com/martinboehm/btcd v0.0.0-20200313230603-83af86142d93
    34  	github.com/martinboehm/btcutil v0.0.0-20200229134221-d7706467ae8f
    35  	github.com/martinboehm/golang-socketio v0.0.0-20180414165752-f60b0a8befde
    36  	github.com/mr-tron/base58 v1.2.0 // indirect
    37  	github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
    38  	github.com/pebbe/zmq4 v1.2.1
    39  	github.com/prometheus/client_golang v1.8.0
    40  	github.com/rs/cors v1.7.0 // indirect
    41  	github.com/schancel/cashaddr-converter v0.0.0-20181111022653-4769e7add95a
    42  	github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c
    43  	golang.org/x/crypto v0.0.0-20201112155050-0c6587e931a9
    44  	gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
    45  	gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
    46  )