@@ -5,49 +5,54 @@ go 1.19
5
5
replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
6
6
7
7
require (
8
- github.com/cosmos/cosmos-sdk v0.46.9
8
+ github.com/cometbft/cometbft-db v0.7.0
9
+ github.com/cosmos/cosmos-sdk v0.47.2
9
10
github.com/gogo/protobuf v1.3.3
10
- github.com/stretchr/testify v1.8.1
11
- github.com/tendermint/tm-db v0.6.7
11
+ github.com/stretchr/testify v1.8.2
12
12
)
13
13
14
14
require (
15
+ cosmossdk.io/api v0.3.1 // indirect
16
+ cosmossdk.io/core v0.5.1 // indirect
17
+ cosmossdk.io/depinject v1.0.0-alpha.3 // indirect
15
18
cosmossdk.io/errors v1.0.0-beta.7 // indirect
16
- cosmossdk.io/math v1.0.0-beta.3 // indirect
17
- filippo.io/edwards25519 v1.0.0-rc.1 // indirect
19
+ cosmossdk.io/math v1.0.0 // indirect
20
+ filippo.io/edwards25519 v1.0.0 // indirect
18
21
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
19
22
github.com/99designs/keyring v1.2.1 // indirect
20
23
github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d // indirect
21
24
github.com/armon/go-metrics v0.4.1 // indirect
22
25
github.com/beorn7/perks v1.0.1 // indirect
23
- github.com/bgentry/speakeasy v0.1.0 // indirect
26
+ github.com/bgentry/speakeasy v0.1.1-0.20220910012023-760eaf8b6816 // indirect
24
27
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
25
28
github.com/cespare/xxhash v1.1.0 // indirect
26
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
29
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
30
+ github.com/cometbft/cometbft v0.37.1 // indirect
27
31
github.com/confio/ics23/go v0.9.0 // indirect
28
32
github.com/cosmos/btcutil v1.0.5 // indirect
29
- github.com/cosmos/cosmos-proto v1.0.0-alpha7 // indirect
33
+ github.com/cosmos/cosmos-proto v1.0.0-beta.2 // indirect
30
34
github.com/cosmos/go-bip39 v1.0.0 // indirect
31
- github.com/cosmos/iavl v0.19.5 // indirect
35
+ github.com/cosmos/gogoproto v1.4.8 // indirect
36
+ github.com/cosmos/iavl v0.20.0 // indirect
32
37
github.com/cosmos/ledger-cosmos-go v0.12.2 // indirect
33
38
github.com/danieljoos/wincred v1.1.2 // indirect
34
39
github.com/davecgh/go-spew v1.1.1 // indirect
35
- github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
40
+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
36
41
github.com/dgraph-io/badger/v2 v2.2007.4 // indirect
37
- github.com/dgraph-io/ristretto v0.1.0 // indirect
42
+ github.com/dgraph-io/ristretto v0.1.1 // indirect
38
43
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
39
- github.com/dustin/go-humanize v1.0.1-0.20200219035652-afde56e7acac // indirect
44
+ github.com/dustin/go-humanize v1.0.1 // indirect
40
45
github.com/dvsekhvalnov/jose2go v1.5.0 // indirect
41
- github.com/fsnotify/fsnotify v1.5.4 // indirect
46
+ github.com/fsnotify/fsnotify v1.6.0 // indirect
42
47
github.com/go-kit/kit v0.12.0 // indirect
43
48
github.com/go-kit/log v0.2.1 // indirect
44
49
github.com/go-logfmt/logfmt v0.5.1 // indirect
45
50
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
46
- github.com/golang/glog v1.0 .0 // indirect
47
- github.com/golang/protobuf v1.5.2 // indirect
51
+ github.com/golang/glog v1.1 .0 // indirect
52
+ github.com/golang/protobuf v1.5.3 // indirect
48
53
github.com/golang/snappy v0.0.4 // indirect
49
54
github.com/google/btree v1.1.2 // indirect
50
- github.com/google/gofuzz v1.2.0 // indirect
55
+ github.com/google/go-cmp v0.5.9 // indirect
51
56
github.com/gorilla/websocket v1.5.0 // indirect
52
57
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
53
58
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
@@ -57,10 +62,11 @@ require (
57
62
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
58
63
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect
59
64
github.com/hashicorp/hcl v1.0.0 // indirect
60
- github.com/hdevalence/ed25519consensus v0.0.0-20220222234857-c00d1f31bab3 // indirect
65
+ github.com/hdevalence/ed25519consensus v0.1.0 // indirect
66
+ github.com/huandu/skiplist v1.2.0 // indirect
61
67
github.com/inconshreveable/mousetrap v1.0.1 // indirect
62
68
github.com/jmhodges/levigo v1.0.0 // indirect
63
- github.com/klauspost/compress v1.15.11 // indirect
69
+ github.com/klauspost/compress v1.16.3 // indirect
64
70
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
65
71
github.com/magiconair/properties v1.8.6 // indirect
66
72
github.com/mattn/go-isatty v0.0.16 // indirect
@@ -69,7 +75,6 @@ require (
69
75
github.com/mitchellh/mapstructure v1.5.0 // indirect
70
76
github.com/mtibben/percent v0.2.1 // indirect
71
77
github.com/onsi/ginkgo v1.16.5 // indirect
72
- github.com/onsi/gomega v1.20.0 // indirect
73
78
github.com/pelletier/go-toml v1.9.5 // indirect
74
79
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
75
80
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
@@ -81,38 +86,36 @@ require (
81
86
github.com/prometheus/procfs v0.8.0 // indirect
82
87
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
83
88
github.com/sasha-s/go-deadlock v0.3.1 // indirect
84
- github.com/spf13/afero v1.8 .2 // indirect
89
+ github.com/spf13/afero v1.9 .2 // indirect
85
90
github.com/spf13/cast v1.5.0 // indirect
86
91
github.com/spf13/cobra v1.6.1 // indirect
87
92
github.com/spf13/jwalterweatherman v1.1.0 // indirect
88
93
github.com/spf13/pflag v1.0.5 // indirect
89
- github.com/spf13/viper v1.13 .0 // indirect
94
+ github.com/spf13/viper v1.14 .0 // indirect
90
95
github.com/subosito/gotenv v1.4.1 // indirect
91
96
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
92
97
github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c // indirect
93
98
github.com/tendermint/go-amino v0.16.0 // indirect
94
- github.com/tendermint/tendermint v0.34.26 // indirect
95
- github.com/tidwall/btree v1.5.0 // indirect
99
+ github.com/tidwall/btree v1.6.0 // indirect
96
100
github.com/zondax/hid v0.9.1 // indirect
97
101
github.com/zondax/ledger-go v0.14.1 // indirect
98
- go.etcd.io/bbolt v1.3.6 // indirect
99
- golang.org/x/crypto v0.5.0 // indirect
100
- golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
101
- golang.org/x/net v0.5.0 // indirect
102
- golang.org/x/sys v0.4.0 // indirect
103
- golang.org/x/term v0.4.0 // indirect
104
- golang.org/x/text v0.6.0 // indirect
105
- google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6 // indirect
106
- google.golang.org/grpc v1.52.0 // indirect
107
- google.golang.org/protobuf v1.28.2-0.20220831092852-f930b1dc76e8 // indirect
108
- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
102
+ go.etcd.io/bbolt v1.3.7 // indirect
103
+ golang.org/x/crypto v0.7.0 // indirect
104
+ golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect
105
+ golang.org/x/net v0.9.0 // indirect
106
+ golang.org/x/sys v0.7.0 // indirect
107
+ golang.org/x/term v0.7.0 // indirect
108
+ golang.org/x/text v0.9.0 // indirect
109
+ google.golang.org/genproto v0.0.0-20230216225411-c8e22ba71e44 // indirect
110
+ google.golang.org/grpc v1.54.0 // indirect
111
+ google.golang.org/protobuf v1.30.0 // indirect
109
112
gopkg.in/ini.v1 v1.67.0 // indirect
110
113
gopkg.in/yaml.v2 v2.4.0 // indirect
111
114
gopkg.in/yaml.v3 v3.0.1 // indirect
115
+ pgregory.net/rapid v0.5.5 // indirect
112
116
sigs.k8s.io/yaml v1.3.0 // indirect
113
117
)
114
118
115
- replace (
116
- github.com/tendermint/tendermint => github.com/informalsystems/tendermint v0.34.26
117
- github.com/tendermint/tm-db => github.com/cometbft/cometbft-db v0.7.0
118
- )
119
+ replace github.com/tendermint/tendermint => github.com/cometbft/cometbft v0.37.1
120
+
121
+ replace github.com/tendermint/tm-db => github.com/cometbft/cometbft-db v0.7.0
0 commit comments