Skip to content

Commit

Permalink
update wasmd dependency (#600)
Browse files Browse the repository at this point in the history
* update wasmd dependency

* bump dependency
  • Loading branch information
jhernandezb authored Apr 30, 2022
1 parent 764d0e3 commit 628a0bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ require (

replace (
github.com/99designs/keyring => github.com/cosmos/keyring v1.1.7-0.20210622111912-ef00f8ac3d76
github.com/CosmWasm/wasmd => github.com/public-awesome/wasmd v0.27.0-stargaze.1
github.com/CosmWasm/wasmd => github.com/public-awesome/wasmd v0.27.0-stargaze.4
github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.7.0
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
github.com/tendermint/spm => github.com/public-awesome/spm v0.1.9-stargaze.0.20220429153129-e998d1f77eee
github.com/tendermint/spm => github.com/public-awesome/spm v0.1.9-stargaze.0.20220430010344-e2b557708ea2
google.golang.org/grpc => google.golang.org/grpc v1.33.2
)
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -831,10 +831,10 @@ github.com/prometheus/procfs v0.7.3 h1:4jVXhlkAyzOScmCkXBTOLRLTz8EeU+eyjrwB/EPq0
github.com/prometheus/procfs v0.7.3/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA=
github.com/prometheus/tsdb v0.6.2-0.20190402121629-4f204dcbc150/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU=
github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU=
github.com/public-awesome/spm v0.1.9-stargaze.0.20220429153129-e998d1f77eee h1:cK3P67iG9I+AgY33BjngcJ5rod39Bl6az1lUoSiiDvc=
github.com/public-awesome/spm v0.1.9-stargaze.0.20220429153129-e998d1f77eee/go.mod h1:PgT/v5afNQDFEwlL+uzj4T1PLC4dlO/3DCX8aivqixU=
github.com/public-awesome/wasmd v0.27.0-stargaze.1 h1:H1YwfW5hF0ZUOfEfvv/Q1DoYRS53q9na9hXIrZco0Ag=
github.com/public-awesome/wasmd v0.27.0-stargaze.1/go.mod h1:y/panogBMCtKa490+l6gp4qcqIWOgIjGuoghUvJMbuM=
github.com/public-awesome/spm v0.1.9-stargaze.0.20220430010344-e2b557708ea2 h1:xCrRi866o2R5y8QIBWvfNQCTiaIEaj+f9q68MaDsGKU=
github.com/public-awesome/spm v0.1.9-stargaze.0.20220430010344-e2b557708ea2/go.mod h1:l6Zj9HPJv6L1RI/6x/6+MdIPYejn2iGPwwXpCbBcQ08=
github.com/public-awesome/wasmd v0.27.0-stargaze.4 h1:9z8bV671GDEqSC+Ji/PLeN+JtZTVBViPetRSEsb51tc=
github.com/public-awesome/wasmd v0.27.0-stargaze.4/go.mod h1:y/panogBMCtKa490+l6gp4qcqIWOgIjGuoghUvJMbuM=
github.com/rakyll/statik v0.1.7 h1:OF3QCZUuyPxuGEP7B4ypUa7sB/iHtqOTDYZXGM8KOdQ=
github.com/rakyll/statik v0.1.7/go.mod h1:AlZONWzMtEnMs7W4e/1LURLiI49pIMmp6V9Unghqrcc=
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4=
Expand Down

0 comments on commit 628a0bd

Please sign in to comment.