Bumps [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) from 0.0.14 to 0.0.16.
<details>
<summary>Commits</summary>
<ul>
<li><a href="13e91bf405"><code>13e91bf</code></a> bump</li>
<li><a href="47c6087c85"><code>47c6087</code></a> update GitHub Workflow</li>
<li><a href="f001b72333"><code>f001b72</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mattn/go-isatty/issues/75">#75</a> from tjni/update-x-sys</li>
<li><a href="89699b952e"><code>89699b9</code></a> Update golang.org/x/sys for Go 1.18 on M1 Macs.</li>
<li><a href="cdb00f17c3"><code>cdb00f1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mattn/go-isatty/issues/68">#68</a> from tklauser/fix-go.sum</li>
<li><a href="689cfc231e"><code>689cfc2</code></a> Update go.sum after golang.org/x/sys update</li>
<li><a href="d423e9c6c3"><code>d423e9c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mattn/go-isatty/issues/67">#67</a> from tklauser/fix-go-version-gh-action</li>
<li><a href="65c33a100f"><code>65c33a1</code></a> Use correct field to specify Go version in GitHub action</li>
<li>See full diff in <a href="https://github.com/mattn/go-isatty/compare/v0.0.14...v0.0.16">compare view</a></li>
</ul>
</details>
<br />
[](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>
The Cosmos SDK is a framework for building blockchain applications. Tendermint Core (BFT Consensus) and the Cosmos SDK are written in the Golang programming language. Cosmos SDK is used to build Gaia, the first implementation of the Cosmos Hub.
WARNING: The Cosmos SDK has mostly stabilized, but we are still making some
breaking changes.
To learn how the Cosmos SDK works from a high-level perspective, see the Cosmos SDK High-Level Intro.
If you want to get started quickly and learn how to build on top of Cosmos SDK, visit Cosmos SDK Tutorials. You can also fork the tutorial's repository to get started building your own Cosmos SDK application.
See CONTRIBUTING.md for details how to contribute and participate in our dev calls.
If you want to follow the updates or learn more about the latest design then join our Discord.
Tools and Frameworks
The Cosmos ecosystem is vast. We will only make a few notable mentions here.
CosmJS: the Swiss Army knife to power JavaScript based client solutions.
Cosmos Hub Mainnet
The Cosmos Hub application, gaia, has moved to its own cosmos/gaia repository. Go there to join the Cosmos Hub mainnet and more.
Inter-Blockchain Communication (IBC)
The IBC module for the Cosmos SDK has moved to its own cosmos/ibc-go repository. Go there to build and integrate with the IBC module.
Ignite CLI
Ignite CLI is the all-in-one platform to build, launch, and maintain any crypto application on a sovereign and secured blockchain. If you are building a new app or a new module, use Ignite CLI to get started and speed up development.
Disambiguation
This Cosmos SDK project is not related to the React-Cosmos project (yet). Many thanks to Evan Coury and Ovidiu (@skidding) for this Github organization name. As per our agreement, this disambiguation notice will stay here.