1
- go 1.21
2
-
3
- toolchain go1.21.6
1
+ go 1.19
4
2
5
3
module github.com/cosmos/cosmos-sdk
6
4
@@ -20,17 +18,15 @@ require (
20
18
github.com/cockroachdb/apd/v2 v2.0.2
21
19
github.com/cockroachdb/errors v1.10.0
22
20
github.com/cometbft/cometbft v0.37.4
23
- github.com/cometbft/cometbft-db v0.9.1
21
+ github.com/cometbft/cometbft-db v0.7.0
24
22
github.com/confio/ics23/go v0.9.0
25
23
github.com/cosmos/btcutil v1.0.5
26
- github.com/cosmos/cosmos-db v1.0.0
27
24
github.com/cosmos/cosmos-proto v1.0.0-beta.4
28
25
github.com/cosmos/cosmos-sdk/db v1.0.0-beta.1.0.20220726092710-f848e4300a8a
29
26
github.com/cosmos/go-bip39 v1.0.0
30
27
github.com/cosmos/gogogateway v1.2.0
31
28
github.com/cosmos/gogoproto v1.4.10
32
- github.com/cosmos/iavl v1.0.0
33
- github.com/cosmos/ics23/go v0.10.0
29
+ github.com/cosmos/iavl v0.20.1
34
30
github.com/cosmos/ledger-cosmos-go v0.13.1
35
31
github.com/golang/mock v1.6.0
36
32
github.com/golang/protobuf v1.5.3
@@ -53,7 +49,7 @@ require (
53
49
github.com/prometheus/common v0.42.0
54
50
github.com/rakyll/statik v0.1.7
55
51
github.com/rs/zerolog v1.32.0
56
- github.com/spf13/cast v1.5.1
52
+ github.com/spf13/cast v1.5.0
57
53
github.com/spf13/cobra v1.6.1
58
54
github.com/spf13/pflag v1.0.5
59
55
github.com/spf13/viper v1.14.0
@@ -80,7 +76,6 @@ require (
80
76
filippo.io/edwards25519 v1.0.0 // indirect
81
77
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
82
78
github.com/ChainSafe/go-schnorrkel v1.0.0 // indirect
83
- github.com/DataDog/zstd v1.5.2 // indirect
84
79
github.com/aws/aws-sdk-go v1.44.203 // indirect
85
80
github.com/beorn7/perks v1.0.1 // indirect
86
81
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
@@ -89,7 +84,6 @@ require (
89
84
github.com/cespare/xxhash v1.1.0 // indirect
90
85
github.com/cespare/xxhash/v2 v2.2.0 // indirect
91
86
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
92
- github.com/cockroachdb/pebble v0.0.0-20230226194802-02d779ffbc46 // indirect
93
87
github.com/cockroachdb/redact v1.1.5 // indirect
94
88
github.com/coinbase/rosetta-sdk-go/types v1.0.0 // indirect
95
89
github.com/cosmos/rosetta-sdk-go v0.10.0 // indirect
@@ -103,7 +97,6 @@ require (
103
97
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
104
98
github.com/dustin/go-humanize v1.0.1 // indirect
105
99
github.com/dvsekhvalnov/jose2go v1.6.0 // indirect
106
- github.com/emicklei/dot v1.4.2 // indirect
107
100
github.com/felixge/httpsnoop v1.0.2 // indirect
108
101
github.com/fsnotify/fsnotify v1.6.0 // indirect
109
102
github.com/getsentry/sentry-go v0.23.0 // indirect
@@ -142,7 +135,6 @@ require (
142
135
github.com/kr/text v0.2.0 // indirect
143
136
github.com/lib/pq v1.10.7 // indirect
144
137
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
145
- github.com/linxGnu/grocksdb v1.8.6 // indirect
146
138
github.com/mattn/go-colorable v0.1.13 // indirect
147
139
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
148
140
github.com/mimoo/StrobeGo v0.0.0-20210601165009-122bf33a46e0 // indirect
@@ -152,6 +144,7 @@ require (
152
144
github.com/mitchellh/mapstructure v1.5.0 // indirect
153
145
github.com/mtibben/percent v0.2.1 // indirect
154
146
github.com/nxadm/tail v1.4.8 // indirect
147
+ github.com/onsi/gomega v1.20.0 // indirect
155
148
github.com/pelletier/go-toml v1.9.5 // indirect
156
149
github.com/pelletier/go-toml/v2 v2.0.7 // indirect
157
150
github.com/petermattis/goid v0.0.0-20230317030725-371a4b8eda08 // indirect
@@ -166,10 +159,11 @@ require (
166
159
github.com/spf13/jwalterweatherman v1.1.0 // indirect
167
160
github.com/subosito/gotenv v1.4.1 // indirect
168
161
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
162
+ github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c // indirect
169
163
github.com/ulikunitz/xz v0.5.11 // indirect
170
164
github.com/zondax/hid v0.9.2 // indirect
171
165
github.com/zondax/ledger-go v0.14.3 // indirect
172
- go.etcd.io/bbolt v1.3.8 // indirect
166
+ go.etcd.io/bbolt v1.3.7 // indirect
173
167
go.opencensus.io v0.24.0 // indirect
174
168
go.opentelemetry.io/otel v1.19.0 // indirect
175
169
go.opentelemetry.io/otel/metric v1.19.0 // indirect
@@ -192,9 +186,6 @@ require (
192
186
replace (
193
187
// use cosmos fork of keyring
194
188
github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0
195
- // Use cometbft fork of tendermint
196
- github.com/cometbft/cometbft => github.com/kava-labs/cometbft v0.37.4-kava.1
197
- github.com/cometbft/cometbft-db => github.com/kava-labs/cometbft-db v0.9.1-kava.1
198
189
// dgrijalva/jwt-go is deprecated and doesn't receive security updates.
199
190
// TODO: remove it: https://github.com/cosmos/cosmos-sdk/issues/13134
200
191
github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt/v4 v4.4.2
0 commit comments