Skip to content

Commit 937ef5c

Browse files
committedMar 28, 2023
rebuild with
1 parent 035b40b commit 937ef5c

File tree

3 files changed

+283
-128
lines changed

3 files changed

+283
-128
lines changed
 

‎packages/osmosis-test-tube/libosmosistesttube/go.mod

+24-20
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ go 1.19
44

55
require (
66
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
88
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
1010
github.com/pkg/errors v0.9.1
11-
github.com/tendermint/tendermint v0.34.24
11+
github.com/tendermint/tendermint v0.34.26
1212
github.com/tendermint/tm-db v0.6.8-0.20220506192307-f628bb5dc95b
1313
)
1414

@@ -25,15 +25,15 @@ require (
2525
github.com/btcsuite/btcd v0.22.2 // indirect
2626
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
2727
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
3030
github.com/confio/ics23/go v0.9.0 // indirect
3131
github.com/cosmos/btcutil v1.0.5 // indirect
3232
github.com/cosmos/cosmos-proto v1.0.0-alpha8 // indirect
3333
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
3535
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
3737
github.com/cosmos/ibc-go/v4 v4.3.0 // indirect
3838
github.com/cosmos/ledger-cosmos-go v0.12.2 // indirect
3939
github.com/creachadair/taskgroup v0.3.2 // indirect
@@ -54,10 +54,11 @@ require (
5454
github.com/gogo/gateway v1.1.0 // indirect
5555
github.com/golang/glog v1.0.0 // indirect
5656
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
5858
github.com/golang/snappy v0.0.4 // indirect
5959
github.com/google/btree v1.1.2 // indirect
6060
github.com/google/flatbuffers v1.12.1 // indirect
61+
github.com/google/go-cmp v0.5.9 // indirect
6162
github.com/google/gofuzz v1.2.0 // indirect
6263
github.com/google/orderedcode v0.0.1 // indirect
6364
github.com/gorilla/handlers v1.5.1 // indirect
@@ -90,6 +91,7 @@ require (
9091
github.com/opencontainers/go-digest v1.0.0 // indirect
9192
github.com/osmosis-labs/osmosis/osmomath v0.0.4 // indirect
9293
github.com/osmosis-labs/osmosis/osmoutils v0.0.4 // indirect
94+
github.com/osmosis-labs/osmosis/x/epochs v0.0.0-20230328024000-175ec88e4304 // indirect
9395
github.com/osmosis-labs/osmosis/x/ibc-hooks v0.0.6 // indirect
9496
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
9597
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
@@ -111,7 +113,7 @@ require (
111113
github.com/spf13/pflag v1.0.5 // indirect
112114
github.com/spf13/viper v1.15.0 // indirect
113115
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
115117
github.com/stretchr/testify v1.8.2 // indirect
116118
github.com/subosito/gotenv v1.4.2 // indirect
117119
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
@@ -124,13 +126,13 @@ require (
124126
go.etcd.io/bbolt v1.3.6 // indirect
125127
go.opencensus.io v0.24.0 // indirect
126128
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
134136
google.golang.org/protobuf v1.28.2-0.20220831092852-f930b1dc76e8 // indirect
135137
gopkg.in/ini.v1 v1.67.0 // indirect
136138
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-
142144

143145
replace github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0
144146

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
146150

147151
replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
148152

149153
replace github.com/tendermint/tendermint => github.com/informalsystems/tendermint v0.34.24
150154

151155
replace google.golang.org/grpc => google.golang.org/grpc v1.33.2
152156

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
154158

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
156160

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

‎packages/osmosis-test-tube/libosmosistesttube/go.sum

+245-108
Large diffs are not rendered by default.

‎test-tube.code-workspace

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"folders": [
3+
{
4+
"path": "."
5+
},
6+
{
7+
"path": "packages/osmosis-test-tube"
8+
},
9+
{
10+
"path": "packages/osmosis-test-tube/libosmosistesttube"
11+
}
12+
],
13+
"settings": {}
14+
}

0 commit comments

Comments
 (0)
Please sign in to comment.