@@ -2,12 +2,12 @@ go 1.18
2
2
3
3
module github.com/cosmos/ibc-go/v2
4
4
5
- replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
5
+ retract [ v2.0.0 , v2.4.1 ] // depends on SDK version without dragonberry fix
6
6
7
7
require (
8
8
github.com/armon/go-metrics v0.3.10
9
9
github.com/confio/ics23/go v0.7.0
10
- github.com/cosmos/cosmos-sdk v0.45.8
10
+ github.com/cosmos/cosmos-sdk v0.45.10
11
11
github.com/gogo/protobuf v1.3.3
12
12
github.com/golang/protobuf v1.5.2
13
13
github.com/gorilla/mux v1.8.0
@@ -17,13 +17,13 @@ require (
17
17
github.com/regen-network/cosmos-proto v0.3.1
18
18
github.com/spf13/cast v1.5.0
19
19
github.com/spf13/cobra v1.5.0
20
- github.com/spf13/viper v1.12 .0
20
+ github.com/spf13/viper v1.13 .0
21
21
github.com/stretchr/testify v1.8.0
22
- github.com/tendermint/tendermint v0.34.21
22
+ github.com/tendermint/tendermint v0.34.22
23
23
github.com/tendermint/tm-db v0.6.6
24
24
google.golang.org/genproto v0.0.0-20220725144611-272f38e5d71b
25
- google.golang.org/grpc v1.48 .0
26
- google.golang.org/protobuf v1.28.0
25
+ google.golang.org/grpc v1.50 .0
26
+ google.golang.org/protobuf v1.28.1
27
27
gopkg.in/yaml.v2 v2.4.0 // indirect
28
28
)
29
29
@@ -41,7 +41,7 @@ require (
41
41
github.com/coinbase/rosetta-sdk-go v0.7.0 // indirect
42
42
github.com/cosmos/btcutil v1.0.4 // indirect
43
43
github.com/cosmos/go-bip39 v1.0.0 // indirect
44
- github.com/cosmos/iavl v0.19.1 // indirect
44
+ github.com/cosmos/iavl v0.19.3 // indirect
45
45
github.com/cosmos/ledger-cosmos-go v0.11.1 // indirect
46
46
github.com/cosmos/ledger-go v0.9.2 // indirect
47
47
github.com/creachadair/taskgroup v0.3.2 // indirect
@@ -74,51 +74,58 @@ require (
74
74
github.com/hashicorp/hcl v1.0.0 // indirect
75
75
github.com/hdevalence/ed25519consensus v0.0.0-20210204194344-59a8610d2b87 // indirect
76
76
github.com/improbable-eng/grpc-web v0.14.1 // indirect
77
- github.com/inconshreveable/mousetrap v1.0.0 // indirect
77
+ github.com/inconshreveable/mousetrap v1.0.1 // indirect
78
78
github.com/jmhodges/levigo v1.0.0 // indirect
79
79
github.com/keybase/go-keychain v0.0.0-20190712205309-48d3d31d256d // indirect
80
80
github.com/klauspost/compress v1.15.9 // indirect
81
81
github.com/lib/pq v1.10.6 // indirect
82
82
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
83
83
github.com/magiconair/properties v1.8.6 // indirect
84
- github.com/mattn/go-colorable v0.1.12 // indirect
85
- github.com/mattn/go-isatty v0.0.14 // indirect
84
+ github.com/mattn/go-colorable v0.1.13 // indirect
85
+ github.com/mattn/go-isatty v0.0.16 // indirect
86
86
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
87
- github.com/mimoo/StrobeGo v0.0.0-20181016162300-f8f6d4d2b643 // indirect
87
+ github.com/mimoo/StrobeGo v0.0.0-20210601165009-122bf33a46e0 // indirect
88
88
github.com/minio/highwayhash v1.0.2 // indirect
89
89
github.com/mitchellh/go-homedir v1.1.0 // indirect
90
90
github.com/mitchellh/mapstructure v1.5.0 // indirect
91
91
github.com/mtibben/percent v0.2.1 // indirect
92
92
github.com/pelletier/go-toml v1.9.5 // indirect
93
- github.com/pelletier/go-toml/v2 v2.0.2 // indirect
93
+ github.com/pelletier/go-toml/v2 v2.0.5 // indirect
94
94
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
95
95
github.com/pmezard/go-difflib v1.0.0 // indirect
96
96
github.com/prometheus/client_golang v1.12.2 // indirect
97
97
github.com/prometheus/client_model v0.2.0 // indirect
98
98
github.com/prometheus/common v0.34.0 // indirect
99
99
github.com/prometheus/procfs v0.7.3 // indirect
100
- github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
100
+ github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
101
101
github.com/rs/cors v1.8.2 // indirect
102
102
github.com/rs/zerolog v1.27.0 // indirect
103
- github.com/sasha-s/go-deadlock v0.2.1-0.20190427202633-1595213edefa // indirect
103
+ github.com/sasha-s/go-deadlock v0.3.1 // indirect
104
104
github.com/spf13/afero v1.8.2 // indirect
105
105
github.com/spf13/jwalterweatherman v1.1.0 // indirect
106
106
github.com/spf13/pflag v1.0.5 // indirect
107
- github.com/subosito/gotenv v1.4.0 // indirect
107
+ github.com/subosito/gotenv v1.4.1 // indirect
108
108
github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca // indirect
109
109
github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c // indirect
110
110
github.com/tendermint/btcd v0.1.1 // indirect
111
111
github.com/tendermint/crypto v0.0.0-20191022145703-50d29ede1e15 // indirect
112
112
github.com/tendermint/go-amino v0.16.0 // indirect
113
113
github.com/zondax/hid v0.9.0 // indirect
114
114
go.etcd.io/bbolt v1.3.6 // indirect
115
- golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
115
+ golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
116
116
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
117
- golang.org/x/net v0.0.0-20220726230323-06994584191e // indirect
118
- golang.org/x/sys v0.0.0-20220727055044-e65921a090b8 // indirect
117
+ golang.org/x/net v0.0.0-20220812174116-3211cb980234 // indirect
118
+ golang.org/x/sys v0.0.0-20220818161305-2296e01440c6 // indirect
119
119
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect
120
120
golang.org/x/text v0.3.7 // indirect
121
- gopkg.in/ini.v1 v1.66.6 // indirect
121
+ gopkg.in/ini.v1 v1.67.0 // indirect
122
122
gopkg.in/yaml.v3 v3.0.1 // indirect
123
123
nhooyr.io/websocket v1.8.6 // indirect
124
124
)
125
+
126
+ replace (
127
+ // dragonberry replace for ics23
128
+ github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0
129
+
130
+ github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
131
+ )
0 commit comments