Skip to content

Commit

Permalink
build(deps): Bump github.com/ignite/cli from 0.23.0 to 0.24.0 (#1372)
Browse files Browse the repository at this point in the history
Bumps [github.com/ignite/cli](https://github.com/ignite/cli) from 0.23.0 to 0.24.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/ignite/cli/releases">github.com/ignite/cli's releases</a>.</em></p>
<blockquote>
<h2>v0.24.0</h2>
<h3>Features</h3>
<ul>
<li>Upgraded Cosmos SDK to <code>v0.46.0</code> and IBC to <code>v5</code> in CLI and scaffolding templates</li>
<li>Change chain init to check that no gentx are present in the initial genesis</li>
<li>Add <code>network rewards release</code> command</li>
<li>Add &quot;make mocks&quot; target to Makefile</li>
<li>Add <code>--skip-proto</code> flag to <code>build</code>, <code>init</code> and <code>serve</code> commands to build the chain without building proto files</li>
<li>Add <code>node query tx</code> command to query a transaction in any chain.</li>
<li>Add <code>node query bank</code> command to query an account's bank balance in any chain.</li>
<li>Add <code>node tx bank send</code> command to send funds from one account to another in any chain.</li>
<li>Implement <code>network profile</code> command</li>
<li>Add <code>generate ts-client</code> command to generate a stand-alone modular TypeScript client.</li>
</ul>
<h3>Changes</h3>
<ul>
<li>Add changelog merge strategy in .gitattributes to avoid conflicts.</li>
<li>Refactor <code>templates/app</code> to remove <code>monitoringp</code> module from the default template</li>
<li>Updated keyring dependency to match Cosmos SDK</li>
<li>Speed up the integration tests</li>
<li>Refactor ignite network and fix genesis generation bug</li>
<li>Make Go dependency verification optional during build by adding the <code>--check-dependencies</code> flag
so Ignite CLI can work in a Go workspace context.</li>
<li>Temporary SPN address change for nightly</li>
<li>Rename <code>simapp.go.plush</code> simulation file template to <code>helpers.go.plush</code></li>
<li>Remove campaign creation from the <code>network chain publish</code> command</li>
<li>Optimized JavaScript generator to use a single typescript API generator binary</li>
<li>Improve documentation and add support for protocol buffers and Go modules syntax</li>
<li>Add inline documentation for CLI commands</li>
<li>Change <code>cmd/account</code> to skip passphrase prompt when importing from mnemonic</li>
<li>Add nodejs version in the output of ignite version</li>
<li>Removed <code>handler.go</code> from scaffolded module template</li>
<li>Migrated to <code>cosmossdk.io</code> packages for and <code>math</code></li>
<li>Vuex stores from the <code>generate vuex</code> command use the new TypeScript client</li>
<li>Upgraded frontend Vue template to v0.3.10</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Improved error handling for crypto wrapper functions</li>
<li>Fix <code>pkg/cosmosclient</code> to call the faucet prior to creating the tx.</li>
<li>Test and refactor <code>pkg/comosclient</code>.</li>
<li>Change templates to add missing call to <code>RegisterMsgServer</code> in the default module's template to match what's specified in the docs</li>
<li>Fix cosmoscmd appID parameter value to sign a transaction correctly</li>
<li>Fix <code>scaffold query</code> command to use <code>GetClientQueryContext</code> instead of <code>GetClientTxContext</code></li>
<li>Fix flaky integration tests issue that failed with &quot;text file busy&quot;</li>
<li>Fix default chain ID for publish</li>
<li>Replace <code>os.Rename</code> with <code>xos.Rename</code></li>
<li>Fix CLI reference generation to add <code>ignite completion</code> documentation</li>
<li>Remove usage of deprecated <code>io/ioutil</code> package</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/ignite/cli/blob/develop/changelog.md">github.com/ignite/cli's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/ignite/cli/releases/tag/v0.24.0"><code>v0.24.0</code></a></h2>
<h3>Features</h3>
<ul>
<li>Upgraded Cosmos SDK to <code>v0.46.0</code> and IBC to <code>v5</code> in CLI and scaffolding templates</li>
<li>Change chain init to check that no gentx are present in the initial genesis</li>
<li>Add <code>network rewards release</code> command</li>
<li>Add &quot;make mocks&quot; target to Makefile</li>
<li>Add <code>--skip-proto</code> flag to <code>build</code>, <code>init</code> and <code>serve</code> commands to build the chain without building proto files</li>
<li>Add <code>node query tx</code> command to query a transaction in any chain.</li>
<li>Add <code>node query bank</code> command to query an account's bank balance in any chain.</li>
<li>Add <code>node tx bank send</code> command to send funds from one account to another in any chain.</li>
<li>Implement <code>network profile</code> command</li>
<li>Add <code>generate ts-client</code> command to generate a stand-alone modular TypeScript client.</li>
</ul>
<h3>Changes</h3>
<ul>
<li>Add changelog merge strategy in .gitattributes to avoid conflicts.</li>
<li>Refactor <code>templates/app</code> to remove <code>monitoringp</code> module from the default template</li>
<li>Updated keyring dependency to match Cosmos SDK</li>
<li>Speed up the integration tests</li>
<li>Refactor ignite network and fix genesis generation bug</li>
<li>Make Go dependency verification optional during build by adding the <code>--check-dependencies</code> flag
so Ignite CLI can work in a Go workspace context.</li>
<li>Temporary SPN address change for nightly</li>
<li>Rename <code>simapp.go.plush</code> simulation file template to <code>helpers.go.plush</code></li>
<li>Remove campaign creation from the <code>network chain publish</code> command</li>
<li>Optimized JavaScript generator to use a single typescript API generator binary</li>
<li>Improve documentation and add support for protocol buffers and Go modules syntax</li>
<li>Add inline documentation for CLI commands</li>
<li>Change <code>cmd/account</code> to skip passphrase prompt when importing from mnemonic</li>
<li>Add nodejs version in the output of ignite version</li>
<li>Removed <code>handler.go</code> from scaffolded module template</li>
<li>Migrated to <code>cosmossdk.io</code> packages for and <code>math</code></li>
<li>Vuex stores from the <code>generate vuex</code> command use the new TypeScript client</li>
<li>Upgraded frontend Vue template to v0.3.10</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Improved error handling for crypto wrapper functions</li>
<li>Fix <code>pkg/cosmosclient</code> to call the faucet prior to creating the tx.</li>
<li>Test and refactor <code>pkg/comosclient</code>.</li>
<li>Change templates to add missing call to <code>RegisterMsgServer</code> in the default module's template to match what's specified in the docs</li>
<li>Fix cosmoscmd appID parameter value to sign a transaction correctly</li>
<li>Fix <code>scaffold query</code> command to use <code>GetClientQueryContext</code> instead of <code>GetClientTxContext</code></li>
<li>Fix flaky integration tests issue that failed with &quot;text file busy&quot;</li>
<li>Fix default chain ID for publish</li>
<li>Replace <code>os.Rename</code> with <code>xos.Rename</code></li>
<li>Fix CLI reference generation to add <code>ignite completion</code> documentation</li>
<li>Remove usage of deprecated <code>io/ioutil</code> package</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/ignite/cli/commit/21c6430cfcc17c69885524990c448d4a3f56461c"><code>21c6430</code></a> chore: release v0.24.0 (<a href="https://github-redirect.dependabot.com/ignite/cli/issues/2826">#2826</a>)</li>
<li><a href="https://github.com/ignite/cli/commit/5ad53f5a2d1a28e492eccce56c65279bdd88348d"><code>5ad53f5</code></a> chore(templates): upgrade CLI version (<a href="https://github-redirect.dependabot.com/ignite/cli/issues/2825">#2825</a>)</li>
<li><a href="https://github.com/ignite/cli/commit/82a79e3c1b2fe08e0f122fc7eddfaa112a2e0448"><code>82a79e3</code></a> chore: various improvements for <code>v0.24.0</code> (<a href="https://github-redirect.dependabot.com/ignite/cli/issues/2824">#2824</a>)</li>
<li><a href="https://github.com/ignite/cli/commit/83ab4c8d43bed8f22b6f50d85a708f6c33eee9fd"><code>83ab4c8</code></a> refactor(<code>network</code>): upgrade <code>spn</code> (<a href="https://github-redirect.dependabot.com/ignite/cli/issues/2816">#2816</a>)</li>
<li><a href="https://github.com/ignite/cli/commit/e778671a91121028213680d2423e1c36abac51a2"><code>e778671</code></a> chore: Update changelog 0.24 for ts-client (<a href="https://github-redirect.dependabot.com/ignite/cli/issues/2823">#2823</a>)</li>
<li><a href="https://github.com/ignite/cli/commit/a403dfc83e14c59a317ed90509fa289bcd270691"><code>a403dfc</code></a> docs(cli): update generated docs (<a href="https://github-redirect.dependabot.com/ignite/cli/issues/2693">#2693</a>)</li>
<li><a href="https://github.com/ignite/cli/commit/4b2a499c5ceed43d429e5610007b1b21e5c3943f"><code>4b2a499</code></a> docs: update compatibility table (<a href="https://github-redirect.dependabot.com/ignite/cli/issues/2800">#2800</a>)</li>
<li><a href="https://github.com/ignite/cli/commit/5d9c05121d3a1c0568b6806a19220adc273f7c56"><code>5d9c051</code></a> chore: go formatting (<a href="https://github-redirect.dependabot.com/ignite/cli/issues/2821">#2821</a>)</li>
<li><a href="https://github.com/ignite/cli/commit/4027f04338ac4dd36f955cf433dbf0b615aae38e"><code>4027f04</code></a> feat(frontend): refacto and improve codegen ts-client + vue-client (<a href="https://github-redirect.dependabot.com/ignite/cli/issues/2142">#2142</a>) (#...</li>
<li><a href="https://github.com/ignite/cli/commit/f16949e330ef957cee7f7cfa7a619c9823b4f2aa"><code>f16949e</code></a> feat: improve node tx cmd (<a href="https://github-redirect.dependabot.com/ignite/cli/issues/2813">#2813</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/ignite/cli/compare/v0.23.0...v0.24.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/ignite/cli&package-manager=go_modules&previous-version=0.23.0&new-version=0.24.0)](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] committed Sep 13, 2022
1 parent 6993074 commit 4bddd97
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/gorilla/mux v1.8.0
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
github.com/ignite/cli v0.23.0
github.com/ignite/cli v0.24.0
github.com/ory/dockertest/v3 v3.9.1
github.com/osmosis-labs/bech32-ibc v0.3.0-rc2
github.com/rs/zerolog v1.28.0
Expand All @@ -27,7 +27,7 @@ require (
github.com/stretchr/testify v1.8.0
github.com/tendermint/tendermint v0.34.21
github.com/tendermint/tm-db v0.6.7
google.golang.org/genproto v0.0.0-20220728213248-dd149ef739b9
google.golang.org/genproto v0.0.0-20220822174746-9e6da59bd2fc
google.golang.org/grpc v1.49.0
gopkg.in/yaml.v3 v3.0.1
)
Expand Down Expand Up @@ -300,7 +300,7 @@ require (
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/tools v0.1.12 // indirect
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
google.golang.org/api v0.81.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.1 // indirect
Expand Down
13 changes: 6 additions & 7 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,6 @@ github.com/cosmos/gorocksdb v1.2.0 h1:d0l3jJG8M4hBouIZq0mDUHZ+zjOx044J3nGRskwTb4
github.com/cosmos/gorocksdb v1.2.0/go.mod h1:aaKvKItm514hKfNJpUJXnnOWeBnk2GL4+Qw9NHizILw=
github.com/cosmos/iavl v0.19.1 h1:3gaq9b6SjiB0KBTygRnAvEGml2pQlu1TH8uma5g63Ys=
github.com/cosmos/iavl v0.19.1/go.mod h1:X9PKD3J0iFxdmgNLa7b2LYWdsGd90ToV5cAONApkEPw=
github.com/cosmos/ibc-go/v5 v5.0.0-rc1 h1:9cgpYmHh2jodB/t3LwB/pYA2sG9rdKB9cmXP0D5M0Fs=
github.com/cosmos/ibc-go/v5 v5.0.0-rc1/go.mod h1:Wqsguq98Iuns8tgTv8+xaGYbC+Q8zJfbpjzT6IgMJbs=
github.com/cosmos/ibc-go/v5 v5.0.0-rc1.0.20220831174724-8045fcccbd30 h1:8K7TsPUeiWYdhA1xPUTeR96AfdzXkLAkB0FWmxafbXA=
github.com/cosmos/ibc-go/v5 v5.0.0-rc1.0.20220831174724-8045fcccbd30/go.mod h1:Wqsguq98Iuns8tgTv8+xaGYbC+Q8zJfbpjzT6IgMJbs=
github.com/cosmos/ledger-cosmos-go v0.11.1 h1:9JIYsGnXP613pb2vPjFeMMjBI5lEDsEaF6oYorTy6J4=
Expand Down Expand Up @@ -748,8 +746,8 @@ github.com/huin/goupnp v1.0.3 h1:N8No57ls+MnjlB+JPiCVSOyy/ot7MJTqlo7rn+NYSqQ=
github.com/huin/goutil v0.0.0-20170803182201-1ca381bf3150/go.mod h1:PpLOETDnJ0o3iZrZfqZzyLl6l7F3c6L1oWn7OICBi6o=
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
github.com/ignite/cli v0.23.0 h1:k8jDwG+hMd54KDvSrnEbo76ANM4NT9B9ReuuK/3md20=
github.com/ignite/cli v0.23.0/go.mod h1:8HH/rwaLsPis2M7wAyAQOG8j4MhpdWmtWC4lR8MoV5s=
github.com/ignite/cli v0.24.0 h1:2cggSIsT4MT9IIS4/8XqlwgekI0YWPMYeULLGrTgCUY=
github.com/ignite/cli v0.24.0/go.mod h1:XlqM9HK751rcKZg7RfrP9KiJRAVi4XfZskhGnHPgLr0=
github.com/imdario/mergo v0.3.13 h1:lFzP57bqS/wsqKssCGmtLAb8A0wKjLGrve2q3PPVcBk=
github.com/imdario/mergo v0.3.13/go.mod h1:4lJ1jqUDcsbIECGy0RUJAXNIhg+6ocWgb1ALK2O4oXg=
github.com/improbable-eng/grpc-web v0.15.0 h1:BN+7z6uNXZ1tQGcNAuaU1YjsLTApzkjt2tzCixLaUPQ=
Expand Down Expand Up @@ -1783,8 +1781,9 @@ golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8T
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df h1:5Pf6pFKu98ODmgnpvkJ3kFUOQGGLIzLIkbzUHp47618=
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df/go.mod h1:K8+ghG5WaK9qNqU5K3HdILfMLy1f3aNYFI/wnl100a8=
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f h1:uF6paiQQebLeSXkrTqHqz0MXhXXS1KgF41eUdBNvxK0=
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f/go.mod h1:K8+ghG5WaK9qNqU5K3HdILfMLy1f3aNYFI/wnl100a8=
gonum.org/v1/gonum v0.0.0-20180816165407-929014505bf4/go.mod h1:Y+Yx5eoAFn32cQvJDxZx5Dpnq+c3wtXuadVZAcxbbBo=
gonum.org/v1/gonum v0.0.0-20181121035319-3f7ecaa7e8ca/go.mod h1:Y+Yx5eoAFn32cQvJDxZx5Dpnq+c3wtXuadVZAcxbbBo=
gonum.org/v1/gonum v0.6.0/go.mod h1:9mxDZsDKxgMAuccQkewq682L+0eCu4dCN2yonUJTCLU=
Expand Down Expand Up @@ -1923,8 +1922,8 @@ google.golang.org/genproto v0.0.0-20220421151946-72621c1f0bd3/go.mod h1:8w6bsBMX
google.golang.org/genproto v0.0.0-20220429170224-98d788798c3e/go.mod h1:8w6bsBMX6yCPbAVTeqQHvzxW0EIFigd5lZyahWgyfDo=
google.golang.org/genproto v0.0.0-20220505152158-f39f71e6c8f3/go.mod h1:RAyBrSAP7Fh3Nc84ghnVLDPuV51xc9agzmm4Ph6i0Q4=
google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd/go.mod h1:RAyBrSAP7Fh3Nc84ghnVLDPuV51xc9agzmm4Ph6i0Q4=
google.golang.org/genproto v0.0.0-20220728213248-dd149ef739b9 h1:d3fKQZK+1rWQMg3xLKQbPMirUCo29I/NRdI2WarSzTg=
google.golang.org/genproto v0.0.0-20220728213248-dd149ef739b9/go.mod h1:iHe1svFLAZg9VWz891+QbRMwUv9O/1Ww+/mngYeThbc=
google.golang.org/genproto v0.0.0-20220822174746-9e6da59bd2fc h1:Nf+EdcTLHR8qDNN/KfkQL0u0ssxt9OhbaWCl5C0ucEI=
google.golang.org/genproto v0.0.0-20220822174746-9e6da59bd2fc/go.mod h1:dbqgFATTzChvnt+ujMdZwITVAJHFtfyN1qUhDqEiIlk=
google.golang.org/grpc v1.17.0/go.mod h1:6QZJwpn2B+Zp71q/5VxRsJ6NXXVCE5NRUHRo+f3cWCs=
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
google.golang.org/grpc v1.19.1/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
Expand Down
6 changes: 3 additions & 3 deletions price-feeder/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ require (
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hdevalence/ed25519consensus v0.0.0-20220222234857-c00d1f31bab3 // indirect
github.com/hexops/gotextdiff v1.0.3 // indirect
github.com/ignite/cli v0.23.0 // indirect
github.com/ignite/cli v0.24.0 // indirect
github.com/improbable-eng/grpc-web v0.15.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jgautheron/goconst v1.5.1 // indirect
Expand Down Expand Up @@ -276,10 +276,10 @@ require (
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/tools v0.1.12 // indirect
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
google.golang.org/api v0.81.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20220728213248-dd149ef739b9 // indirect
google.golang.org/genproto v0.0.0-20220822174746-9e6da59bd2fc // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
Expand Down
11 changes: 6 additions & 5 deletions price-feeder/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -705,8 +705,8 @@ github.com/huin/goupnp v1.0.3-0.20220313090229-ca81a64b4204/go.mod h1:ZxNlw5WqJj
github.com/huin/goutil v0.0.0-20170803182201-1ca381bf3150/go.mod h1:PpLOETDnJ0o3iZrZfqZzyLl6l7F3c6L1oWn7OICBi6o=
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
github.com/ignite/cli v0.23.0 h1:k8jDwG+hMd54KDvSrnEbo76ANM4NT9B9ReuuK/3md20=
github.com/ignite/cli v0.23.0/go.mod h1:8HH/rwaLsPis2M7wAyAQOG8j4MhpdWmtWC4lR8MoV5s=
github.com/ignite/cli v0.24.0 h1:2cggSIsT4MT9IIS4/8XqlwgekI0YWPMYeULLGrTgCUY=
github.com/ignite/cli v0.24.0/go.mod h1:XlqM9HK751rcKZg7RfrP9KiJRAVi4XfZskhGnHPgLr0=
github.com/improbable-eng/grpc-web v0.15.0 h1:BN+7z6uNXZ1tQGcNAuaU1YjsLTApzkjt2tzCixLaUPQ=
github.com/improbable-eng/grpc-web v0.15.0/go.mod h1:1sy9HKV4Jt9aEs9JSnkWlRJPuPtwNr0l57L4f878wP8=
github.com/inconshreveable/mousetrap v1.0.0 h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM=
Expand Down Expand Up @@ -1700,8 +1700,9 @@ golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8T
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df h1:5Pf6pFKu98ODmgnpvkJ3kFUOQGGLIzLIkbzUHp47618=
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df/go.mod h1:K8+ghG5WaK9qNqU5K3HdILfMLy1f3aNYFI/wnl100a8=
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f h1:uF6paiQQebLeSXkrTqHqz0MXhXXS1KgF41eUdBNvxK0=
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f/go.mod h1:K8+ghG5WaK9qNqU5K3HdILfMLy1f3aNYFI/wnl100a8=
gonum.org/v1/gonum v0.0.0-20180816165407-929014505bf4/go.mod h1:Y+Yx5eoAFn32cQvJDxZx5Dpnq+c3wtXuadVZAcxbbBo=
gonum.org/v1/gonum v0.0.0-20181121035319-3f7ecaa7e8ca/go.mod h1:Y+Yx5eoAFn32cQvJDxZx5Dpnq+c3wtXuadVZAcxbbBo=
gonum.org/v1/gonum v0.6.0/go.mod h1:9mxDZsDKxgMAuccQkewq682L+0eCu4dCN2yonUJTCLU=
Expand Down Expand Up @@ -1840,8 +1841,8 @@ google.golang.org/genproto v0.0.0-20220421151946-72621c1f0bd3/go.mod h1:8w6bsBMX
google.golang.org/genproto v0.0.0-20220429170224-98d788798c3e/go.mod h1:8w6bsBMX6yCPbAVTeqQHvzxW0EIFigd5lZyahWgyfDo=
google.golang.org/genproto v0.0.0-20220505152158-f39f71e6c8f3/go.mod h1:RAyBrSAP7Fh3Nc84ghnVLDPuV51xc9agzmm4Ph6i0Q4=
google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd/go.mod h1:RAyBrSAP7Fh3Nc84ghnVLDPuV51xc9agzmm4Ph6i0Q4=
google.golang.org/genproto v0.0.0-20220728213248-dd149ef739b9 h1:d3fKQZK+1rWQMg3xLKQbPMirUCo29I/NRdI2WarSzTg=
google.golang.org/genproto v0.0.0-20220728213248-dd149ef739b9/go.mod h1:iHe1svFLAZg9VWz891+QbRMwUv9O/1Ww+/mngYeThbc=
google.golang.org/genproto v0.0.0-20220822174746-9e6da59bd2fc h1:Nf+EdcTLHR8qDNN/KfkQL0u0ssxt9OhbaWCl5C0ucEI=
google.golang.org/genproto v0.0.0-20220822174746-9e6da59bd2fc/go.mod h1:dbqgFATTzChvnt+ujMdZwITVAJHFtfyN1qUhDqEiIlk=
google.golang.org/grpc v1.17.0/go.mod h1:6QZJwpn2B+Zp71q/5VxRsJ6NXXVCE5NRUHRo+f3cWCs=
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
google.golang.org/grpc v1.19.1/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
Expand Down

0 comments on commit 4bddd97

Please sign in to comment.