Skip to content

Commit

Permalink
build(deps): Bump github.com/cosmos/gogoproto from 1.4.9 to 1.4.10 (#830
Browse files Browse the repository at this point in the history
)

Bumps [github.com/cosmos/gogoproto](https://github.com/cosmos/gogoproto) from 1.4.9 to 1.4.10.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/cosmos/gogoproto/releases">github.com/cosmos/gogoproto's releases</a>.</em></p>
<blockquote>
<h2>v1.4.10</h2>
<h2>What's Changed</h2>
<ul>
<li>docs: v1.4.9 CHANGELOG by <a href="https://github.com/aaronc"><code>@​aaronc</code></a> in <a href="https://redirect.github.com/cosmos/gogoproto/pull/63">cosmos/gogoproto#63</a></li>
<li>chore(deps): bump bufbuild/buf-setup-action from 1.17.0 to 1.18.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/cosmos/gogoproto/pull/65">cosmos/gogoproto#65</a></li>
<li>chore(deps): bump google.golang.org/grpc from 1.54.0 to 1.55.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/cosmos/gogoproto/pull/64">cosmos/gogoproto#64</a></li>
<li>chore: remove double registration warning by <a href="https://github.com/julienrbrt"><code>@​julienrbrt</code></a> in <a href="https://redirect.github.com/cosmos/gogoproto/pull/67">cosmos/gogoproto#67</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/cosmos/gogoproto/compare/v1.4.9...v1.4.10">https://github.com/cosmos/gogoproto/compare/v1.4.9...v1.4.10</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/cosmos/gogoproto/blob/main/CHANGELOG.md">github.com/cosmos/gogoproto's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/cosmos/gogoproto/releases/tag/v1.4.10">v1.4.10</a> - 2023-05-11</h2>
<ul>
<li><a href="https://redirect.github.com/cosmos/gogoproto/pull/67">#67</a> Remove warning about double registration. The Cosmos SDK does purposely double-registration so this warning is not useful.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/cosmos/gogoproto/commit/28c37ed426b256e2d84b3bb4e39160cb722b7124"><code>28c37ed</code></a> chore: remove double registration warning (<a href="https://redirect.github.com/cosmos/gogoproto/issues/67">#67</a>)</li>
<li><a href="https://github.com/cosmos/gogoproto/commit/413865aa4f3ccb002cbd0a0629e1d773fd360c62"><code>413865a</code></a> chore(deps): bump google.golang.org/grpc from 1.54.0 to 1.55.0 (<a href="https://redirect.github.com/cosmos/gogoproto/issues/64">#64</a>)</li>
<li><a href="https://github.com/cosmos/gogoproto/commit/d4ceb7578f27fecf966ee0c369d6e3390937bbfe"><code>d4ceb75</code></a> chore(deps): bump bufbuild/buf-setup-action from 1.17.0 to 1.18.0 (<a href="https://redirect.github.com/cosmos/gogoproto/issues/65">#65</a>)</li>
<li><a href="https://github.com/cosmos/gogoproto/commit/e74325c28e5afd903904724e66228d4ed3457b7e"><code>e74325c</code></a> docs: v1.4.9 CHANGELOG (<a href="https://redirect.github.com/cosmos/gogoproto/issues/63">#63</a>)</li>
<li>See full diff in <a href="https://github.com/cosmos/gogoproto/compare/v1.4.9...v1.4.10">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/cosmos/gogoproto&package-manager=go_modules&previous-version=1.4.9&new-version=1.4.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
  • Loading branch information
dependabot[bot] authored May 15, 2023
1 parent bbb1c4f commit f2989fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ require (
github.com/btcsuite/btcd/btcec/v2 v2.3.2
github.com/btcsuite/btcd/btcutil v1.1.3
github.com/cometbft/cometbft-db v0.7.0
github.com/cosmos/gogoproto v1.4.9
github.com/cosmos/gogoproto v1.4.10
github.com/go-git/go-git/v5 v5.6.1
github.com/gofrs/uuid v4.4.0+incompatible
github.com/google/uuid v1.3.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ github.com/coreos/go-etcd v2.0.0+incompatible/go.mod h1:Jez6KQU2B/sWsbdaef3ED8Nz
github.com/coreos/go-semver v0.2.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk=
github.com/coreos/go-systemd/v22 v22.3.2/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
github.com/coreos/go-systemd/v22 v22.3.3-0.20220203105225-a9a7ef127534/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
github.com/cosmos/gogoproto v1.4.9 h1:MjVmV6F1yk1rJLWtKeYdGQcTbE880t+VlRcayEBqUKQ=
github.com/cosmos/gogoproto v1.4.9/go.mod h1:c0ysUnwvnlR+RmCUvqqii7pp8kHBB/DBcp/5VLA/nQk=
github.com/cosmos/gogoproto v1.4.10 h1:QH/yT8X+c0F4ZDacDv3z+xE3WU1P1Z3wQoLMBRJoKuI=
github.com/cosmos/gogoproto v1.4.10/go.mod h1:3aAZzeRWpAwr+SS/LLkICX2/kDFyaYVzckBDzygIxek=
github.com/cpuguy83/go-md2man v1.0.10/go.mod h1:SmD6nW6nTyfqj6ABTjUi3V3JVMnlJmwcJI5acqYI6dE=
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU=
github.com/cpuguy83/go-md2man/v2 v2.0.2 h1:p1EgwI/C7NhT0JmVkwCD2ZBK8j4aeHQX2pMHHBfMQ6w=
Expand Down

0 comments on commit f2989fb

Please sign in to comment.