Skip to content

Commit 61a8241

Browse files
committed
bump
1 parent bff258e commit 61a8241

File tree

2 files changed

+34
-806
lines changed

2 files changed

+34
-806
lines changed

go.mod

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/CosmosContracts/juno/v10
33
go 1.19
44

55
require (
6-
github.com/CosmWasm/wasmd v0.28.0
6+
github.com/CosmWasm/wasmd v0.28.1-0.20220825115153-261812986e9a
77
github.com/cosmos/cosmos-sdk v0.45.7
88
github.com/cosmos/ibc-go/v4 v4.0.0
99
github.com/gogo/protobuf v1.3.3
@@ -15,9 +15,9 @@ require (
1515
github.com/spf13/cast v1.5.0
1616
github.com/spf13/cobra v1.5.0
1717
github.com/stretchr/testify v1.8.0
18-
github.com/tendermint/tendermint v0.34.20
18+
github.com/tendermint/tendermint v0.34.21
1919
github.com/tendermint/tm-db v0.6.7
20-
google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd
20+
google.golang.org/genproto v0.0.0-20220725144611-272f38e5d71b
2121
google.golang.org/grpc v1.48.0
2222
gopkg.in/yaml.v2 v2.4.0
2323
)
@@ -43,6 +43,7 @@ require (
4343
github.com/cosmos/iavl v0.19.1 // indirect
4444
github.com/cosmos/ledger-cosmos-go v0.11.1 // indirect
4545
github.com/cosmos/ledger-go v0.9.2 // indirect
46+
github.com/creachadair/taskgroup v0.3.2 // indirect
4647
github.com/danieljoos/wincred v1.0.2 // indirect
4748
github.com/davecgh/go-spew v1.1.1 // indirect
4849
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
@@ -76,7 +77,7 @@ require (
7677
github.com/inconshreveable/mousetrap v1.0.0 // indirect
7778
github.com/jmhodges/levigo v1.0.0 // indirect
7879
github.com/keybase/go-keychain v0.0.0-20190712205309-48d3d31d256d // indirect
79-
github.com/klauspost/compress v1.15.1 // indirect
80+
github.com/klauspost/compress v1.15.9 // indirect
8081
github.com/lib/pq v1.10.6 // indirect
8182
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
8283
github.com/magiconair/properties v1.8.6 // indirect
@@ -114,9 +115,9 @@ require (
114115
github.com/zondax/hid v0.9.0 // indirect
115116
go.etcd.io/bbolt v1.3.6 // indirect
116117
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
117-
golang.org/x/net v0.0.0-20220617184016-355a448f1bc9 // indirect
118-
golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c // indirect
119-
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect
118+
golang.org/x/net v0.0.0-20220726230323-06994584191e // indirect
119+
golang.org/x/sys v0.0.0-20220727055044-e65921a090b8 // indirect
120+
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect
120121
golang.org/x/text v0.3.7 // indirect
121122
google.golang.org/protobuf v1.28.1 // indirect
122123
gopkg.in/ini.v1 v1.66.6 // indirect
@@ -125,7 +126,7 @@ require (
125126
)
126127

127128
replace (
128-
github.com/CosmWasm/wasmd => github.com/notional-labs/wasmd v0.25.1-0.20220815192235-2327d5d9814b
129+
github.com/CosmWasm/wasmd => github.com/notional-labs/wasmd v0.25.1-0.20220825092456-50ee976120a7
129130
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
130131
google.golang.org/grpc => google.golang.org/grpc v1.33.2
131132
)

0 commit comments

Comments
 (0)