github.com/fibonacci-chain/fbc@v0.0.0-20231124064014-c7636198c1e9/go.mod (about)

     1  module github.com/fibonacci-chain/fbc
     2  
     3  go 1.17
     4  
     5  require (
     6  	github.com/99designs/keyring v1.1.6
     7  	github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d
     8  	github.com/CosmWasm/wasmvm v1.0.0
     9  	github.com/VictoriaMetrics/fastcache v1.8.0
    10  	github.com/Workiva/go-datastructures v1.0.53
    11  	github.com/alicebob/miniredis/v2 v2.17.0
    12  	github.com/aliyun/aliyun-oss-go-sdk v2.1.6+incompatible
    13  	github.com/apolloconfig/agollo/v4 v4.0.8
    14  	github.com/bartekn/go-bip39 v0.0.0-20171116152956-a05967ea095d
    15  	github.com/bgentry/speakeasy v0.1.0
    16  	github.com/btcsuite/btcd v0.22.1
    17  	github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce
    18  	github.com/confio/ics23/go v0.7.0
    19  	github.com/cosmos/cosmos-proto v1.0.0-alpha7
    20  	github.com/cosmos/go-bip39 v0.0.0-20180819234021-555e2067c45d
    21  	github.com/cosmos/gorocksdb v1.2.0
    22  	github.com/cosmos/ledger-cosmos-go v0.11.1
    23  	github.com/dvsekhvalnov/jose2go v0.0.0-20200901110807-248326c1351b
    24  	github.com/enigmampc/btcutil v1.0.3-0.20200723161021-e2fb6adb2a25
    25  	github.com/ethereum/go-ethereum v1.10.8
    26  	github.com/fortytw2/leaktest v1.3.0
    27  	github.com/fsnotify/fsnotify v1.6.0
    28  	github.com/go-errors/errors v1.0.1
    29  	github.com/go-kit/kit v0.12.0
    30  	github.com/go-logfmt/logfmt v0.5.1
    31  	github.com/go-redis/redis/v8 v8.11.4
    32  	github.com/goccy/go-json v0.9.7
    33  	github.com/gogo/gateway v1.1.0
    34  	github.com/gogo/protobuf v1.3.2
    35  	github.com/golang/mock v1.6.0
    36  	github.com/golang/protobuf v1.5.2
    37  	github.com/google/btree v1.0.0
    38  	github.com/google/gofuzz v1.1.1-0.20200604201612-c04b05f3adfa
    39  	github.com/google/gops v0.3.23
    40  	github.com/google/orderedcode v0.0.1
    41  	github.com/google/uuid v1.3.0
    42  	github.com/gorilla/handlers v1.4.2
    43  	github.com/gorilla/mux v1.8.0
    44  	github.com/gorilla/websocket v1.5.0
    45  	github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
    46  	github.com/grpc-ecosystem/grpc-gateway v1.16.0
    47  	github.com/gtank/merlin v0.1.1
    48  	github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
    49  	github.com/jmhodges/levigo v1.0.0
    50  	github.com/json-iterator/go v1.1.12
    51  	github.com/libp2p/go-buffer-pool v0.1.0
    52  	github.com/magiconair/properties v1.8.6
    53  	github.com/mattn/go-isatty v0.0.14
    54  	github.com/miguelmota/go-ethereum-hdwallet v0.0.0-20210614093730-56a4d342a6ff
    55  	github.com/minio/highwayhash v1.0.2
    56  	github.com/mitchellh/go-homedir v1.1.0
    57  	github.com/mosn/holmes v0.0.0-20210830110104-685dc05437bf
    58  	github.com/nacos-group/nacos-sdk-go v1.0.0
    59  	github.com/orcaman/concurrent-map v1.0.0
    60  	github.com/pelletier/go-toml v1.9.5
    61  	github.com/pkg/errors v0.9.1
    62  	github.com/pquerna/ffjson v0.0.0-20190930134022-aa0246cd15f7
    63  	github.com/prometheus/client_golang v1.12.2
    64  	github.com/rakyll/statik v0.1.6
    65  	github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0
    66  	github.com/regen-network/cosmos-proto v0.3.1
    67  	github.com/rs/cors v1.8.2
    68  	github.com/segmentio/kafka-go v0.2.2
    69  	github.com/snikch/goodman v0.0.0-20171125024755-10e37e294daa
    70  	github.com/spf13/cast v1.5.0
    71  	github.com/spf13/cobra v1.5.0
    72  	github.com/spf13/pflag v1.0.5
    73  	github.com/spf13/viper v1.12.0
    74  	github.com/status-im/keycard-go v0.0.0-20190424133014-d95853db0f48
    75  	github.com/stretchr/testify v1.8.0
    76  	github.com/syndtr/goleveldb v1.0.1-0.20210305035536-64b5b1c73954
    77  	github.com/tendermint/btcd v0.1.1
    78  	github.com/tendermint/crypto v0.0.0-20191022145703-50d29ede1e15
    79  	github.com/tendermint/go-amino v0.15.1
    80  	github.com/tendermint/tm-db v0.6.7
    81  	github.com/tyler-smith/go-bip39 v1.0.1-0.20181017060643-dbb3b84ba2ef
    82  	github.com/valyala/fastjson v1.6.3
    83  	github.com/willf/bitset v1.1.11
    84  	go.etcd.io/bbolt v1.3.6
    85  	golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
    86  	golang.org/x/net v0.0.0-20220617184016-355a448f1bc9
    87  	golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
    88  	google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd
    89  	google.golang.org/grpc v1.47.0
    90  	google.golang.org/protobuf v1.28.0
    91  	gopkg.in/yaml.v2 v2.4.0
    92  	gorm.io/driver/mysql v1.3.3
    93  	gorm.io/gorm v1.23.3
    94  	sigs.k8s.io/yaml v1.2.0
    95  )
    96  
    97  require (
    98  	github.com/DataDog/zstd v1.4.1 // indirect
    99  	github.com/StackExchange/wmi v1.2.1 // indirect
   100  	github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a // indirect
   101  	github.com/aliyun/alibaba-cloud-sdk-go v1.61.18 // indirect
   102  	github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f // indirect
   103  	github.com/benbjohnson/clock v1.3.0 // indirect
   104  	github.com/beorn7/perks v1.0.1 // indirect
   105  	github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect
   106  	github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23 // indirect
   107  	github.com/cespare/xxhash v1.1.0 // indirect
   108  	github.com/cespare/xxhash/v2 v2.1.2 // indirect
   109  	github.com/cosmos/ledger-go v0.9.2 // indirect
   110  	github.com/danieljoos/wincred v1.0.2 // indirect
   111  	github.com/davecgh/go-spew v1.1.1 // indirect
   112  	github.com/deckarep/golang-set v0.0.0-20180603214616-504e848d77ea // indirect
   113  	github.com/dgraph-io/badger/v2 v2.2007.2 // indirect
   114  	github.com/dgraph-io/ristretto v0.0.3-0.20200630154024-f66de99634de // indirect
   115  	github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2 // indirect
   116  	github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
   117  	github.com/dustin/go-humanize v1.0.0 // indirect
   118  	github.com/edsrzf/mmap-go v1.0.0 // indirect
   119  	github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff // indirect
   120  	github.com/go-kit/log v0.2.0 // indirect
   121  	github.com/go-ole/go-ole v1.2.6 // indirect
   122  	github.com/go-sql-driver/mysql v1.6.0 // indirect
   123  	github.com/go-stack/stack v1.8.0 // indirect
   124  	github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
   125  	github.com/golang/snappy v0.0.4 // indirect
   126  	github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
   127  	github.com/gtank/ristretto255 v0.1.2 // indirect
   128  	github.com/hashicorp/hcl v1.0.0 // indirect
   129  	github.com/holiman/bloomfilter/v2 v2.0.3 // indirect
   130  	github.com/holiman/uint256 v1.2.0 // indirect
   131  	github.com/huin/goupnp v1.0.2 // indirect
   132  	github.com/inconshreveable/mousetrap v1.0.0 // indirect
   133  	github.com/jackpal/go-nat-pmp v1.0.2-0.20160603034137-1fa385a6f458 // indirect
   134  	github.com/jinzhu/inflection v1.0.0 // indirect
   135  	github.com/jinzhu/now v1.1.4 // indirect
   136  	github.com/jmespath/go-jmespath v0.4.0 // indirect
   137  	github.com/jonboulle/clockwork v0.2.0 // indirect
   138  	github.com/keybase/go-keychain v0.0.0-20190712205309-48d3d31d256d // indirect
   139  	github.com/lestrrat/go-file-rotatelogs v0.0.0-20180223000712-d3151e2a480f // indirect
   140  	github.com/lestrrat/go-strftime v0.0.0-20180220042222-ba3bf9c1d042 // indirect
   141  	github.com/mattn/go-runewidth v0.0.9 // indirect
   142  	github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
   143  	github.com/mimoo/StrobeGo v0.0.0-20181016162300-f8f6d4d2b643 // indirect
   144  	github.com/mitchellh/mapstructure v1.5.0 // indirect
   145  	github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
   146  	github.com/modern-go/reflect2 v1.0.2 // indirect
   147  	github.com/mtibben/percent v0.2.1 // indirect
   148  	github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
   149  	github.com/olekukonko/tablewriter v0.0.5 // indirect
   150  	github.com/onsi/gomega v1.19.0 // indirect
   151  	github.com/pelletier/go-toml/v2 v2.0.2 // indirect
   152  	github.com/pmezard/go-difflib v1.0.0 // indirect
   153  	github.com/prometheus/client_model v0.2.0 // indirect
   154  	github.com/prometheus/common v0.32.1 // indirect
   155  	github.com/prometheus/procfs v0.7.3 // indirect
   156  	github.com/prometheus/tsdb v0.7.1 // indirect
   157  	github.com/rjeczalik/notify v0.9.1 // indirect
   158  	github.com/rogpeppe/go-internal v1.8.1 // indirect
   159  	github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
   160  	github.com/spf13/afero v1.8.2 // indirect
   161  	github.com/spf13/jwalterweatherman v1.1.0 // indirect
   162  	github.com/subosito/gotenv v1.4.0 // indirect
   163  	github.com/tklauser/go-sysconf v0.3.10 // indirect
   164  	github.com/tklauser/numcpus v0.4.0 // indirect
   165  	github.com/toolkits/concurrent v0.0.0-20150624120057-a4371d70e3e3 // indirect
   166  	github.com/yuin/gopher-lua v0.0.0-20200816102855-ee81675732da // indirect
   167  	github.com/zondax/hid v0.9.0 // indirect
   168  	go.uber.org/atomic v1.9.0 // indirect
   169  	go.uber.org/multierr v1.8.0 // indirect
   170  	go.uber.org/zap v1.21.0 // indirect
   171  	golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
   172  	golang.org/x/sys v0.0.0-20220908164124-27713097b956 // indirect
   173  	golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect
   174  	golang.org/x/text v0.3.7 // indirect
   175  	gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
   176  	gopkg.in/ini.v1 v1.66.6 // indirect
   177  	gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
   178  	gopkg.in/olebedev/go-duktape.v3 v3.0.0-20200619000410-60c24ae608a6 // indirect
   179  	gopkg.in/yaml.v3 v3.0.1 // indirect
   180  )
   181  
   182  replace (
   183  	github.com/buger/jsonparser => github.com/buger/jsonparser v1.0.0 // imported by nacos-go-sdk, upgraded to v1.0.0 in case of a known vulnerable bug
   184  	github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0
   185  	github.com/cosmos/gorocksdb => github.com/okex/grocksdb v1.6.45-okc2
   186  	github.com/ethereum/go-ethereum => github.com/okex/go-ethereum v1.10.8-okc1
   187  	github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
   188  	github.com/keybase/go-keychain => github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4
   189  	github.com/tendermint/go-amino => github.com/okex/go-amino v0.15.1-okc4
   190  )