chore(deps): Bump github.com/cosmos/cosmos-proto (#3011)
Bumps [github.com/cosmos/cosmos-proto](https://github.com/cosmos/cosmos-proto) from 1.0.0-alpha7 to 1.0.0-alpha8. - [Release notes](https://github.com/cosmos/cosmos-proto/releases) - [Commits](https://github.com/cosmos/cosmos-proto/compare/v1.0.0-alpha7...v1.0.0-alpha8 ) --- updated-dependencies: - dependency-name: github.com/cosmos/cosmos-proto dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:dependabot[bot] <support@github.com> Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Showing
+6 -6
... | ... | @@ -4,7 +4,7 @@ go 1.18 |
require ( | ||
github.com/CosmWasm/wasmd v0.28.0-osmo-v12 | ||
github.com/cosmos/cosmos-proto v1.0.0-alpha7 | ||
github.com/cosmos/cosmos-proto v1.0.0-alpha8 | ||
github.com/cosmos/cosmos-sdk v0.46.1 | ||
github.com/cosmos/go-bip39 v1.0.0 | ||
github.com/cosmos/iavl v0.19.1 | ||
... | ... | @@ -143,7 +143,7 @@ require ( |
github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6 // indirect | ||
github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 // indirect | ||
github.com/google/flatbuffers v1.12.1 // indirect | ||
github.com/google/go-cmp v0.5.8 // indirect | ||
github.com/google/go-cmp v0.5.9 // indirect | ||
github.com/google/gofuzz v1.2.0 // indirect | ||
github.com/google/orderedcode v0.0.1 // indirect | ||
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect | ||
... | ... |
Please register or sign in to comment