Skip to content

Commit

Permalink
update wasmd
Browse files Browse the repository at this point in the history
  • Loading branch information
vuong177 committed Mar 22, 2022
1 parent 019ebb4 commit c1d06dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions go.mod
Expand Up @@ -13,7 +13,7 @@ require (
github.com/prometheus/client_golang v1.12.1
github.com/spf13/cast v1.4.1
github.com/spf13/cobra v1.3.0
github.com/stretchr/testify v1.7.0
github.com/stretchr/testify v1.7.1
github.com/tendermint/starport v0.19.3
github.com/tendermint/tendermint v0.34.16
github.com/tendermint/tm-db v0.6.7
Expand Down Expand Up @@ -123,7 +123,7 @@ require (
)

replace (
github.com/CosmWasm/wasmd => github.com/notional-labs/wasmd v0.24.1-0.20220322101846-8a78c827e6ef
github.com/CosmWasm/wasmd => github.com/notional-labs/wasmd v0.24.1-0.20220322105206-1f80a480bd46
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
google.golang.org/grpc => google.golang.org/grpc v1.33.2
)
7 changes: 4 additions & 3 deletions go.sum
Expand Up @@ -1166,8 +1166,8 @@ github.com/nishanths/exhaustive v0.2.3/go.mod h1:bhIX678Nx8inLM9PbpvK1yv6oGtoP8B
github.com/nishanths/predeclared v0.0.0-20190419143655-18a43bb90ffc/go.mod h1:62PewwiQTlm/7Rj+cxVYqZvDIUc+JjZq6GHAC1fsObQ=
github.com/nishanths/predeclared v0.0.0-20200524104333-86fad755b4d3/go.mod h1:nt3d53pc1VYcphSCIaYAJtnPYnr3Zyn8fMq2wvPGPso=
github.com/nishanths/predeclared v0.2.1/go.mod h1:HvkGJcA3naj4lOwnFXFDkFxVtSqQMB9sbB1usJ+xjQE=
github.com/notional-labs/wasmd v0.24.1-0.20220322101846-8a78c827e6ef h1:9ykq05oSYJwW+5ITNeVYilabSF8NO+16mF7iO3ZSUXM=
github.com/notional-labs/wasmd v0.24.1-0.20220322101846-8a78c827e6ef/go.mod h1:hbacUtkTmHOoKrJlKJv8ytczqnn6BT/MOLFF5ZiOhQ8=
github.com/notional-labs/wasmd v0.24.1-0.20220322105206-1f80a480bd46 h1:rd6jGb3R8J9u103ei0PxsAwfsSe2cSrNWY5Y5RtrA2I=
github.com/notional-labs/wasmd v0.24.1-0.20220322105206-1f80a480bd46/go.mod h1:NvF/vmrVTkkfKV8OAq0rcFx1BK2onNjDTHuc0IXBlUc=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=
github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=
Expand Down Expand Up @@ -1490,8 +1490,9 @@ github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UV
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA=
github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.7.1 h1:5TQK59W5E3v0r2duFAb7P95B6hEeOyEnHRa8MjYSMTY=
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/subosito/gotenv v1.2.0 h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s=
github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw=
github.com/syndtr/gocapability v0.0.0-20170704070218-db04d3cc01c8/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww=
Expand Down

0 comments on commit c1d06dd

Please sign in to comment.