@@ -4,11 +4,11 @@ go 1.19
4
4
5
5
require (
6
6
github.com/CosmWasm/wasmd v0.30.0
7
- github.com/cosmos/cosmos-sdk v0.46.10
7
+ github.com/cosmos/cosmos-sdk v0.47.1
8
8
github.com/gogo/protobuf v1.3.3
9
- github.com/osmosis-labs/osmosis/v15 v15.0.0
9
+ github.com/osmosis-labs/osmosis/v15 v15.0.0-20230328032821-810f40ad8d78
10
10
github.com/pkg/errors v0.9.1
11
- github.com/tendermint/tendermint v0.34.24
11
+ github.com/tendermint/tendermint v0.34.26
12
12
github.com/tendermint/tm-db v0.6.8-0.20220506192307-f628bb5dc95b
13
13
)
14
14
@@ -25,15 +25,15 @@ require (
25
25
github.com/btcsuite/btcd v0.22.2 // indirect
26
26
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
27
27
github.com/cespare/xxhash v1.1.0 // indirect
28
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
29
- github.com/coinbase/rosetta-sdk-go v0.7.0 // indirect
28
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
29
+ github.com/coinbase/rosetta-sdk-go v0.7.9 // indirect
30
30
github.com/confio/ics23/go v0.9.0 // indirect
31
31
github.com/cosmos/btcutil v1.0.5 // indirect
32
32
github.com/cosmos/cosmos-proto v1.0.0-alpha8 // indirect
33
33
github.com/cosmos/go-bip39 v1.0.0 // indirect
34
- github.com/cosmos/gogoproto v1.4.3 // indirect
34
+ github.com/cosmos/gogoproto v1.4.6 // indirect
35
35
github.com/cosmos/gorocksdb v1.2.0 // indirect
36
- github.com/cosmos/iavl v0.19.4 // indirect
36
+ github.com/cosmos/iavl v0.19.5 // indirect
37
37
github.com/cosmos/ibc-go/v4 v4.3.0 // indirect
38
38
github.com/cosmos/ledger-cosmos-go v0.12.2 // indirect
39
39
github.com/creachadair/taskgroup v0.3.2 // indirect
@@ -54,10 +54,11 @@ require (
54
54
github.com/gogo/gateway v1.1.0 // indirect
55
55
github.com/golang/glog v1.0.0 // indirect
56
56
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
57
- github.com/golang/protobuf v1.5.2 // indirect
57
+ github.com/golang/protobuf v1.5.3 // indirect
58
58
github.com/golang/snappy v0.0.4 // indirect
59
59
github.com/google/btree v1.1.2 // indirect
60
60
github.com/google/flatbuffers v1.12.1 // indirect
61
+ github.com/google/go-cmp v0.5.9 // indirect
61
62
github.com/google/gofuzz v1.2.0 // indirect
62
63
github.com/google/orderedcode v0.0.1 // indirect
63
64
github.com/gorilla/handlers v1.5.1 // indirect
@@ -90,6 +91,7 @@ require (
90
91
github.com/opencontainers/go-digest v1.0.0 // indirect
91
92
github.com/osmosis-labs/osmosis/osmomath v0.0.4 // indirect
92
93
github.com/osmosis-labs/osmosis/osmoutils v0.0.4 // indirect
94
+ github.com/osmosis-labs/osmosis/x/epochs v0.0.0-20230328024000-175ec88e4304 // indirect
93
95
github.com/osmosis-labs/osmosis/x/ibc-hooks v0.0.6 // indirect
94
96
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
95
97
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
@@ -111,7 +113,7 @@ require (
111
113
github.com/spf13/pflag v1.0.5 // indirect
112
114
github.com/spf13/viper v1.15.0 // indirect
113
115
github.com/strangelove-ventures/async-icq/v4 v4.0.0-rc0 // indirect
114
- github.com/strangelove-ventures/packet-forward-middleware/v4 v4.0.4 // indirect
116
+ github.com/strangelove-ventures/packet-forward-middleware/v4 v4.0.5 // indirect
115
117
github.com/stretchr/testify v1.8.2 // indirect
116
118
github.com/subosito/gotenv v1.4.2 // indirect
117
119
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
@@ -124,13 +126,13 @@ require (
124
126
go.etcd.io/bbolt v1.3.6 // indirect
125
127
go.opencensus.io v0.24.0 // indirect
126
128
golang.org/x/crypto v0.5.0 // indirect
127
- golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
128
- golang.org/x/net v0.6 .0 // indirect
129
- golang.org/x/sys v0.5 .0 // indirect
130
- golang.org/x/term v0.5 .0 // indirect
131
- golang.org/x/text v0.7 .0 // indirect
132
- google.golang.org/genproto v0.0.0-20221227171554-f9683d7f8bef // indirect
133
- google.golang.org/grpc v1.52 .0 // indirect
129
+ golang.org/x/exp v0.0.0-20230131160201-f062dba9d201 // indirect
130
+ golang.org/x/net v0.8 .0 // indirect
131
+ golang.org/x/sys v0.6 .0 // indirect
132
+ golang.org/x/term v0.6 .0 // indirect
133
+ golang.org/x/text v0.8 .0 // indirect
134
+ google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
135
+ google.golang.org/grpc v1.53 .0 // indirect
134
136
google.golang.org/protobuf v1.28.2-0.20220831092852-f930b1dc76e8 // indirect
135
137
gopkg.in/ini.v1 v1.67.0 // indirect
136
138
gopkg.in/yaml.v2 v2.4.0 // indirect
@@ -142,16 +144,18 @@ replace github.com/CosmWasm/wasmd => github.com/osmosis-labs/wasmd v0.30.0-osmo-
142
144
143
145
replace github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0
144
146
145
- replace github.com/cosmos/cosmos-sdk => github.com/osmosis-labs/cosmos-sdk v0.45.1-0.20230228211301-44b40d47f310
147
+ replace github.com/cosmos/cosmos-sdk => github.com/osmosis-labs/cosmos-sdk v0.45.1-0.20230325222027-43c58d9061e3
148
+
149
+ replace github.com/cosmos/iavl v0.19.5 => github.com/cosmos/iavl v0.19.4
146
150
147
151
replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
148
152
149
153
replace github.com/tendermint/tendermint => github.com/informalsystems/tendermint v0.34.24
150
154
151
155
replace google.golang.org/grpc => google.golang.org/grpc v1.33.2
152
156
153
- replace github.com/osmosis-labs/osmosis/osmomath => github.com/osmosis-labs/osmosis/osmomath v0.0.4
157
+ replace github.com/osmosis-labs/osmosis/osmomath => github.com/osmosis-labs/osmosis/osmomath v0.0.3-dev.0.20230328024000-175ec88e4304
154
158
155
- replace github.com/osmosis-labs/osmosis/osmoutils => github.com/osmosis-labs/osmosis/osmoutils v0.0.4
159
+ replace github.com/osmosis-labs/osmosis/osmoutils => github.com/osmosis-labs/osmosis/osmoutils v0.0.0-20230328024000-175ec88e4304
156
160
157
- replace github.com/osmosis-labs/osmosis/x/ibc-hooks => github.com/osmosis-labs/osmosis/x/ibc-hooks v0.0.6
161
+ replace github.com/osmosis-labs/osmosis/x/ibc-hooks => github.com/osmosis-labs/osmosis/x/ibc-hooks v0.0.0-20230328024000-175ec88e4304
0 commit comments