github.com/hyperledger/burrow@v0.34.5-0.20220512172541-77f09336001d/go.mod (about)

     1  module github.com/hyperledger/burrow
     2  
     3  go 1.16
     4  
     5  require (
     6  	github.com/BurntSushi/toml v0.3.1
     7  	github.com/OneOfOne/xxhash v1.2.8
     8  	github.com/alecthomas/jsonschema v0.0.0-20201129101101-7b852d451add
     9  	github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef // indirect
    10  	github.com/btcsuite/btcd v0.21.0-beta
    11  	github.com/cep21/xdgbasedir v0.0.0-20170329171747-21470bfc93b9
    12  	github.com/cosmos/iavl v0.15.3
    13  	github.com/eapache/channels v1.1.0
    14  	github.com/elgs/gojq v0.0.0-20201120033525-b5293fef2759
    15  	github.com/elgs/gosplitargs v0.0.0-20161028071935-a491c5eeb3c8 // indirect
    16  	github.com/fatih/color v1.10.0
    17  	github.com/go-interpreter/wagon v0.6.0
    18  	github.com/go-kit/kit v0.10.0
    19  	github.com/go-ozzo/ozzo-validation v3.6.0+incompatible
    20  	github.com/gogo/protobuf v1.3.2
    21  	github.com/golang/protobuf v1.4.3
    22  	github.com/hashicorp/golang-lru v0.5.4
    23  	github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c
    24  	github.com/iancoleman/strcase v0.1.3
    25  	github.com/imdario/mergo v0.3.11
    26  	github.com/jawher/mow.cli v1.2.0
    27  	github.com/jmoiron/sqlx v1.3.1
    28  	github.com/lib/pq v1.9.0
    29  	github.com/mattn/go-sqlite3 v1.14.6
    30  	github.com/monax/relic v2.0.0+incompatible
    31  	github.com/perlin-network/life v0.0.0-20191203030451-05c0e0f7eaea
    32  	github.com/pkg/errors v0.9.1
    33  	github.com/prometheus/client_golang v1.9.0
    34  	github.com/prometheus/client_model v0.2.0
    35  	github.com/prometheus/common v0.15.0
    36  	github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
    37  	github.com/spf13/viper v1.7.1
    38  	github.com/streadway/simpleuuid v0.0.0-20130420165545-6617b501e485
    39  	github.com/stretchr/testify v1.7.0
    40  	github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca
    41  	github.com/tendermint/tendermint v0.34.3
    42  	github.com/tendermint/tm-db v0.6.3
    43  	github.com/test-go/testify v1.1.4
    44  	github.com/tmthrgd/atomics v0.0.0-20190904060638-dc7a5fcc7e0d // indirect
    45  	github.com/tmthrgd/go-bitset v0.0.0-20190904054048-394d9a556c05
    46  	github.com/tmthrgd/go-bitwise v0.0.0-20190904053232-1430ee983fca // indirect
    47  	github.com/tmthrgd/go-byte-test v0.0.0-20190904060354-2794345b9929 // indirect
    48  	github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc
    49  	github.com/tmthrgd/go-memset v0.0.0-20190904060434-6fb7a21f88f1 // indirect
    50  	github.com/tmthrgd/go-popcount v0.0.0-20190904054823-afb1ace8b04f // indirect
    51  	github.com/xeipuuv/gojsonschema v1.2.0
    52  	github.com/xlab/treeprint v1.0.0
    53  	golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
    54  	golang.org/x/net v0.0.0-20210119194325-5f4716e94777
    55  	golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
    56  	google.golang.org/grpc v1.35.0
    57  	google.golang.org/protobuf v1.25.0
    58  	gopkg.in/yaml.v2 v2.4.0
    59  )