github.com/cosmos/cosmos-sdk@v0.50.10/go.mod (about) 1 go 1.21 2 3 module github.com/cosmos/cosmos-sdk 4 5 require ( 6 cosmossdk.io/api v0.7.5 7 cosmossdk.io/collections v0.4.0 8 cosmossdk.io/core v0.11.1 9 cosmossdk.io/depinject v1.0.0 10 cosmossdk.io/errors v1.0.1 11 cosmossdk.io/log v1.4.1 12 cosmossdk.io/math v1.3.0 13 cosmossdk.io/store v1.1.1 14 cosmossdk.io/x/tx v0.13.5 15 github.com/99designs/keyring v1.2.1 16 github.com/bgentry/speakeasy v0.1.1-0.20220910012023-760eaf8b6816 17 github.com/bits-and-blooms/bitset v1.8.0 18 github.com/chzyer/readline v1.5.1 19 github.com/cockroachdb/apd/v2 v2.0.2 20 github.com/cockroachdb/errors v1.11.3 21 github.com/cometbft/cometbft v0.38.12 22 github.com/cosmos/btcutil v1.0.5 23 github.com/cosmos/cosmos-db v1.0.2 24 github.com/cosmos/cosmos-proto v1.0.0-beta.5 25 github.com/cosmos/go-bip39 v1.0.0 26 github.com/cosmos/gogogateway v1.2.0 27 github.com/cosmos/gogoproto v1.7.0 28 github.com/cosmos/ledger-cosmos-go v0.13.3 29 github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 30 github.com/golang/mock v1.6.0 31 github.com/golang/protobuf v1.5.4 32 github.com/google/go-cmp v0.6.0 33 github.com/google/gofuzz v1.2.0 34 github.com/gorilla/handlers v1.5.1 35 github.com/gorilla/mux v1.8.0 36 github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 37 github.com/grpc-ecosystem/grpc-gateway v1.16.0 38 github.com/hashicorp/go-metrics v0.5.3 39 github.com/hashicorp/golang-lru v1.0.2 40 github.com/hdevalence/ed25519consensus v0.1.0 41 github.com/huandu/skiplist v1.2.0 42 github.com/improbable-eng/grpc-web v0.15.0 43 github.com/jhump/protoreflect v1.15.3 44 github.com/magiconair/properties v1.8.7 45 github.com/manifoldco/promptui v0.9.0 46 github.com/mattn/go-isatty v0.0.20 47 github.com/prometheus/client_golang v1.20.1 48 github.com/prometheus/common v0.55.0 49 github.com/rs/zerolog v1.33.0 50 github.com/spf13/cast v1.6.0 51 github.com/spf13/cobra v1.8.1 52 github.com/spf13/pflag v1.0.5 53 github.com/spf13/viper v1.19.0 54 github.com/stretchr/testify v1.9.0 55 github.com/tendermint/go-amino v0.16.0 56 golang.org/x/crypto v0.26.0 57 golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0 58 golang.org/x/sync v0.8.0 59 google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237 60 google.golang.org/grpc v1.64.1 61 google.golang.org/protobuf v1.34.2 62 gotest.tools/v3 v3.5.1 63 pgregory.net/rapid v1.1.0 64 sigs.k8s.io/yaml v1.4.0 65 ) 66 67 require ( 68 filippo.io/edwards25519 v1.0.0 // indirect 69 github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect 70 github.com/DataDog/datadog-go v3.2.0+incompatible // indirect 71 github.com/DataDog/zstd v1.5.5 // indirect 72 github.com/beorn7/perks v1.0.1 // indirect 73 github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect 74 github.com/bufbuild/protocompile v0.6.0 // indirect 75 github.com/cenkalti/backoff/v4 v4.1.3 // indirect 76 github.com/cespare/xxhash v1.1.0 // indirect 77 github.com/cespare/xxhash/v2 v2.3.0 // indirect 78 github.com/cockroachdb/fifo v0.0.0-20240606204812-0bbfbd93a7ce // indirect 79 github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect 80 github.com/cockroachdb/pebble v1.1.1 // indirect 81 github.com/cockroachdb/redact v1.1.5 // indirect 82 github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect 83 github.com/cometbft/cometbft-db v0.11.0 // indirect 84 github.com/cosmos/iavl v1.2.0 // indirect 85 github.com/cosmos/ics23/go v0.11.0 // indirect 86 github.com/danieljoos/wincred v1.1.2 // indirect 87 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect 88 github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect 89 github.com/dgraph-io/badger/v2 v2.2007.4 // indirect 90 github.com/dgraph-io/ristretto v0.1.1 // indirect 91 github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect 92 github.com/dustin/go-humanize v1.0.1 // indirect 93 github.com/dvsekhvalnov/jose2go v1.6.0 // indirect 94 github.com/emicklei/dot v1.6.1 // indirect 95 github.com/fatih/color v1.15.0 // indirect 96 github.com/felixge/httpsnoop v1.0.4 // indirect 97 github.com/fsnotify/fsnotify v1.7.0 // indirect 98 github.com/getsentry/sentry-go v0.27.0 // indirect 99 github.com/go-kit/kit v0.12.0 // indirect 100 github.com/go-kit/log v0.2.1 // indirect 101 github.com/go-logfmt/logfmt v0.6.0 // indirect 102 github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect 103 github.com/gogo/googleapis v1.4.1 // indirect 104 github.com/gogo/protobuf v1.3.2 // indirect 105 github.com/golang/glog v1.2.0 // indirect 106 github.com/golang/snappy v0.0.4 // indirect 107 github.com/google/btree v1.1.2 // indirect 108 github.com/google/orderedcode v0.0.1 // indirect 109 github.com/gorilla/websocket v1.5.3 // indirect 110 github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect 111 github.com/hashicorp/go-hclog v1.5.0 // indirect 112 github.com/hashicorp/go-immutable-radix v1.3.1 // indirect 113 github.com/hashicorp/go-plugin v1.5.2 // indirect 114 github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect 115 github.com/hashicorp/hcl v1.0.0 // indirect 116 github.com/hashicorp/yamux v0.1.1 // indirect 117 github.com/iancoleman/strcase v0.3.0 // indirect 118 github.com/inconshreveable/mousetrap v1.1.0 // indirect 119 github.com/jmhodges/levigo v1.0.0 // indirect 120 github.com/klauspost/compress v1.17.9 // indirect 121 github.com/kr/pretty v0.3.1 // indirect 122 github.com/kr/text v0.2.0 // indirect 123 github.com/lib/pq v1.10.7 // indirect 124 github.com/linxGnu/grocksdb v1.8.14 // indirect 125 github.com/mattn/go-colorable v0.1.13 // indirect 126 github.com/minio/highwayhash v1.0.2 // indirect 127 github.com/mitchellh/go-testing-interface v1.14.1 // indirect 128 github.com/mitchellh/mapstructure v1.5.0 // indirect 129 github.com/mtibben/percent v0.2.1 // indirect 130 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect 131 github.com/nxadm/tail v1.4.8 // indirect 132 github.com/oasisprotocol/curve25519-voi v0.0.0-20230904125328-1f23a7beb09a // indirect 133 github.com/oklog/run v1.1.0 // indirect 134 github.com/pelletier/go-toml/v2 v2.2.2 // indirect 135 github.com/petermattis/goid v0.0.0-20231207134359-e60b3f734c67 // indirect 136 github.com/pkg/errors v0.9.1 // indirect 137 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect 138 github.com/prometheus/client_model v0.6.1 // indirect 139 github.com/prometheus/procfs v0.15.1 // indirect 140 github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect 141 github.com/rogpeppe/go-internal v1.12.0 // indirect 142 github.com/rs/cors v1.11.1 // indirect 143 github.com/sagikazarmark/locafero v0.4.0 // indirect 144 github.com/sagikazarmark/slog-shim v0.1.0 // indirect 145 github.com/sasha-s/go-deadlock v0.3.1 // indirect 146 github.com/sourcegraph/conc v0.3.0 // indirect 147 github.com/spf13/afero v1.11.0 // indirect 148 github.com/subosito/gotenv v1.6.0 // indirect 149 github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect 150 github.com/tidwall/btree v1.7.0 // indirect 151 github.com/zondax/hid v0.9.2 // indirect 152 github.com/zondax/ledger-go v0.14.3 // indirect 153 go.etcd.io/bbolt v1.3.10 // indirect 154 go.uber.org/multierr v1.10.0 // indirect 155 golang.org/x/net v0.28.0 // indirect 156 golang.org/x/sys v0.24.0 // indirect 157 golang.org/x/term v0.23.0 // indirect 158 golang.org/x/text v0.17.0 // indirect 159 google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect 160 google.golang.org/genproto/googleapis/rpc v0.0.0-20240709173604-40e1e62336c5 // indirect 161 gopkg.in/ini.v1 v1.67.0 // indirect 162 gopkg.in/yaml.v3 v3.0.1 // indirect 163 nhooyr.io/websocket v1.8.6 // indirect 164 ) 165 166 // Here are the short-lived replace from the Cosmos SDK 167 // Replace here are pending PRs, or version to be tagged 168 // replace ( 169 // <temporary replace> 170 // ) 171 172 // Below are the long-lived replace of the Cosmos SDK 173 replace ( 174 // use cosmos fork of keyring 175 github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0 176 // dgrijalva/jwt-go is deprecated and doesn't receive security updates. 177 // TODO: remove it: https://github.com/cosmos/cosmos-sdk/issues/13134 178 github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt/v4 v4.4.2 179 // Fix upstream GHSA-h395-qcrw-5vmq and GHSA-3vp4-m3rf-835h vulnerabilities. 180 // TODO Remove it: https://github.com/cosmos/cosmos-sdk/issues/10409 181 github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.9.1 182 // replace broken goleveldb 183 github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 184 ) 185 186 retract ( 187 // false start by tagging the wrong branch 188 v0.50.0 189 // revert fix https://github.com/cosmos/cosmos-sdk/pull/16331 190 v0.46.12 191 // subject to a bug in the group module and gov module migration 192 [v0.46.5, v0.46.6] 193 // subject to the dragonberry vulnerability 194 // and/or the bank coin metadata migration issue 195 [v0.46.0, v0.46.4] 196 // subject to the dragonberry vulnerability 197 [v0.45.0, v0.45.8] 198 // do not use 199 v0.43.0 200 )