2020-09-18 04:08:24 -07:00
|
|
|
go 1.15
|
2020-06-22 13:31:33 -07:00
|
|
|
|
2019-03-18 05:45:25 -07:00
|
|
|
module github.com/cosmos/cosmos-sdk
|
|
|
|
|
|
|
|
require (
|
2020-09-25 15:38:07 -07:00
|
|
|
github.com/99designs/keyring v1.1.6
|
2021-06-16 23:09:33 -07:00
|
|
|
github.com/armon/go-metrics v0.3.9
|
2019-03-18 05:45:25 -07:00
|
|
|
github.com/bgentry/speakeasy v0.1.0
|
2021-06-09 09:27:02 -07:00
|
|
|
github.com/btcsuite/btcd v0.22.0-beta
|
|
|
|
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce
|
2021-05-14 15:18:59 -07:00
|
|
|
github.com/coinbase/rosetta-sdk-go v0.6.10
|
2021-04-20 02:40:25 -07:00
|
|
|
github.com/confio/ics23/go v0.6.6
|
2020-12-10 01:04:17 -08:00
|
|
|
github.com/cosmos/go-bip39 v1.0.0
|
2021-05-05 06:46:51 -07:00
|
|
|
github.com/cosmos/iavl v0.16.0
|
2019-10-21 02:46:16 -07:00
|
|
|
github.com/cosmos/ledger-cosmos-go v0.11.1
|
2021-01-18 10:25:22 -08:00
|
|
|
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
|
2020-07-23 09:53:47 -07:00
|
|
|
github.com/enigmampc/btcutil v1.0.3-0.20200723161021-e2fb6adb2a25
|
2020-08-25 08:44:13 -07:00
|
|
|
github.com/gogo/gateway v1.1.0
|
2021-01-15 11:45:34 -08:00
|
|
|
github.com/gogo/protobuf v1.3.3
|
2021-06-16 00:44:53 -07:00
|
|
|
github.com/golang/mock v1.6.0
|
2021-03-30 02:05:14 -07:00
|
|
|
github.com/golang/protobuf v1.5.2
|
2020-09-13 23:51:08 -07:00
|
|
|
github.com/gorilla/handlers v1.5.1
|
2020-08-24 03:47:40 -07:00
|
|
|
github.com/gorilla/mux v1.8.0
|
2021-04-26 03:38:48 -07:00
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
|
2020-11-15 04:29:37 -08:00
|
|
|
github.com/grpc-ecosystem/grpc-gateway v1.16.0
|
2020-01-17 07:11:24 -08:00
|
|
|
github.com/hashicorp/golang-lru v0.5.4
|
2021-02-26 02:09:05 -08:00
|
|
|
github.com/hdevalence/ed25519consensus v0.0.0-20210204194344-59a8610d2b87
|
2021-02-08 05:00:11 -08:00
|
|
|
github.com/improbable-eng/grpc-web v0.14.0
|
2021-07-14 13:05:17 -07:00
|
|
|
github.com/jhump/protoreflect v1.9.0
|
2021-03-25 02:40:48 -07:00
|
|
|
github.com/magiconair/properties v1.8.5
|
2021-05-27 01:20:00 -07:00
|
|
|
github.com/mattn/go-isatty v0.0.13
|
2021-05-10 07:03:11 -07:00
|
|
|
github.com/otiai10/copy v1.6.0
|
2020-01-15 06:21:01 -08:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-06-08 03:13:36 -07:00
|
|
|
github.com/prometheus/client_golang v1.11.0
|
2021-06-14 08:11:19 -07:00
|
|
|
github.com/prometheus/common v0.29.0
|
2020-02-26 05:39:02 -08:00
|
|
|
github.com/rakyll/statik v0.1.7
|
2021-01-15 11:45:34 -08:00
|
|
|
github.com/regen-network/cosmos-proto v0.3.1
|
2021-06-15 01:29:43 -07:00
|
|
|
github.com/rs/zerolog v1.23.0
|
2020-07-06 01:18:35 -07:00
|
|
|
github.com/spf13/cast v1.3.1
|
build(deps): bump github.com/spf13/cobra from 1.1.3 to 1.2.1 (#9623)
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.1.3 to 1.2.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/spf13/cobra/releases">github.com/spf13/cobra's releases</a>.</em></p>
<blockquote>
<h2>v1.2.1</h2>
<h3>Bug fixes</h3>
<ul>
<li>Quickfix for <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1437">spf13/cobra#1437</a> after v1.2.0 where parallel use of the <code>cmd.RegisterFlagCompletionFunc()</code> (and subsequent map) now works correctly and flag completions now work again</li>
</ul>
<h2>v1.2.0 - The completions release</h2>
<h1>:stars: v1.2.0 - The completions release</h1>
<p>Welcome to v1.2.0 of Cobra! This release focuses on code completions, several critical bug fixes, some documentation updates, and security bumps. Upgrading should be simple but note please take note of the introduction of completions V2 and their default use. The v1 completions library is still available, but will be <em>deprecated</em> in the future. Please open an issue with any problems!</p>
<hr />
<h2>New Features</h2>
<ul>
<li>Automatically adds <code>completion</code> command for shell completions. If a <code>completion</code> command is already provided, uses that instead. This will <em>automatically</em> provide shell completions for bash, zsh, fish, and PowerShell <a href="https://github-redirect.dependabot.com/spf13/cobra/pull/1192">spf13/cobra#1192</a>
<ul>
<li>Users can configure the command auto creation:
<ul>
<li>disable the creation of the completion command</li>
<li>disable completion descriptions</li>
<li>disable the <code>--no-descriptions</code> flag for "always on" completion descriptions</li>
</ul>
</li>
</ul>
</li>
<li>Introduction of bash completions V2, a uniform completion approach which include completion descriptions. The V1 bash completions are still available <em>and will be deprecated</em> in a latter release - <a href="https://github-redirect.dependabot.com/spf13/cobra/pull/1146">spf13/cobra#1146</a>
<ul>
<li>Note that projects providing completion through a different command name (say a command named "complete") will continue to use v1 for their own command but will also provide cobra's implicit "completion" command which will use v2, unless of course, these projects take the time to disable the default "completion" command as noted above.</li>
</ul>
</li>
<li>Commands now support context being passed to completions - <a href="https://github-redirect.dependabot.com/spf13/cobra/pull/1265">spf13/cobra#1265</a>
<ul>
<li>An example can be found here: <a href="https://github-redirect.dependabot.com/spf13/cobra/pull/1265#issuecomment-734551031">spf13/cobra#1265</a></li>
</ul>
</li>
<li>Removed dependency on<code>mitchellh/go-homedir</code> in favor of core Go <code>os.UserHomeDir()</code> - <a href="https://github.com/spf13/cobra/commit/8eaca5f0f49ad747a0722d39dca7a75c34abd21a">https://github.com/spf13/cobra/commit/8eaca5f0f49ad747a0722d39dca7a75c34abd21a</a></li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>Fix trailing whitespace not being handled in powershell completion scripts <a href="https://github-redirect.dependabot.com/spf13/cobra/pull/1342">spf13/cobra#1342</a></li>
<li>Bash completion variable leak fix <a href="https://github-redirect.dependabot.com/spf13/cobra/pull/1352">spf13/cobra#1352</a></li>
<li>Fish shell completions correctly ignore trailing empty lines <a href="https://github-redirect.dependabot.com/spf13/cobra/pull/1284">spf13/cobra#1284</a></li>
<li>PowerShell completions fix for "no file comp directive" - <a href="https://github-redirect.dependabot.com/spf13/cobra/pull/1363">spf13/cobra#1363</a></li>
<li>Custom completions now correctly handle multiple shorthand flags together - <a href="https://github-redirect.dependabot.com/spf13/cobra/pull/1258">spf13/cobra#1258</a></li>
<li>zsh completions now correctly handle <code>ShellDirectiveCompletionNoSpace</code> and file completion all the time - <a href="https://github-redirect.dependabot.com/spf13/cobra/pull/1213">spf13/cobra#1213</a></li>
<li>Multiple fixes / improvements to the fish shell support - <a href="https://github-redirect.dependabot.com/spf13/cobra/pull/1249">spf13/cobra#1249</a></li>
<li>Fix home directory config not loading correctly - <a href="https://github-redirect.dependabot.com/spf13/cobra/pull/1282">spf13/cobra#1282</a></li>
<li>Fix for <code>RegisterFlagCompletionFunc</code> as a global var not working in multi-threaded programs: <a href="https://github-redirect.dependabot.com/spf13/cobra/pull/1423">spf13/cobra#1423</a></li>
<li>Custom completions correctly do not complete flags after args when interspersed is false <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1308">#1308</a></li>
</ul>
<h2>Testing</h2>
<ul>
<li>Deprecated Travis CI. Now fully using Github Actions - <a href="https://github.com/spf13/cobra/commit/d0f318d45bdb46e3c1bc314c6096674426f1a620">https://github.com/spf13/cobra/commit/d0f318d45bdb46e3c1bc314c6096674426f1a620</a></li>
<li>Added test cases and enhancements (thank you to everyone for taking the time to add tests to your PRs!)</li>
<li>Shoutout to <a href="https://github.com/marckhouzam"><code>@marckhouzam</code></a> and <a href="https://github.com/Luap99"><code>@Luap99</code></a> for their hard work on a cobra command completions testing library. <a href="https://github.com/marckhouzam/cobra-completion-testing">Check out the repo here!</a></li>
</ul>
<h2>Security</h2>
<ul>
<li>Bump viper to 1.8.1. This corrects several issues with vulnerabilities existing in the dependency tree - <a href="https://github-redirect.dependabot.com/spf13/cobra/pull/1433">spf13/cobra#1433</a></li>
</ul>
<h2>Other</h2>
<ul>
<li>Add PR labeler with pull_request_target to enable tests to run from forks - <a href="https://github-redirect.dependabot.com/spf13/cobra/pull/1338">spf13/cobra#1338</a></li>
<li>CI using MSYS2 windows machines pull latest - <a href="https://github-redirect.dependabot.com/spf13/cobra/pull/1366">spf13/cobra#1366</a></li>
<li>Multiple small fixes to spelling / documentation - <a href="https://github-redirect.dependabot.com/spf13/cobra/pull/1349">spf13/cobra#1349</a> <a href="https://github-redirect.dependabot.com/spf13/cobra/pull/1417">spf13/cobra#1417</a> <a href="https://github-redirect.dependabot.com/spf13/cobra/pull/1434">spf13/cobra#1434</a></li>
</ul>
<p><em><em>Thank you to <em>all</em> our amazing contributors :snake::rocket:</em></em></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/spf13/cobra/blob/master/CHANGELOG.md">github.com/spf13/cobra's changelog</a>.</em></p>
<blockquote>
<h1>Cobra Changelog</h1>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/spf13/cobra/commit/de187e874d1ca382320088f8f6d76333408e5c2e"><code>de187e8</code></a> Fix flag completion (<a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1438">#1438</a>)</li>
<li><a href="https://github.com/spf13/cobra/commit/07861c800d0779867f821501b892e635660847d2"><code>07861c8</code></a> Fix documentation (<a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1434">#1434</a>)</li>
<li><a href="https://github.com/spf13/cobra/commit/5738d6b72d7323f2e6fbdb7a559ebeccdb93d27d"><code>5738d6b</code></a> Add install instructions for zsh on Mac OS (<a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1417">#1417</a>)</li>
<li><a href="https://github.com/spf13/cobra/commit/5d46ac904df31583e1c824a3f5d7198cfa1911c0"><code>5d46ac9</code></a> custom comp: do not complete flags after args when interspersed is false (<a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1308">#1308</a>)</li>
<li><a href="https://github.com/spf13/cobra/commit/3c8a19ecd384dc4229545bb174310a50c493f4ae"><code>3c8a19e</code></a> fix RegisterFlagCompletionFunc concurrent map writes error (<a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1423">#1423</a>)</li>
<li><a href="https://github.com/spf13/cobra/commit/2dea4f2ef38d7df919cdca44ac6a7039d30a6594"><code>2dea4f2</code></a> Bump to viper 1.8.1 (<a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1433">#1433</a>)</li>
<li><a href="https://github.com/spf13/cobra/commit/b36196066e3b97b3cc87a352c81279af77028cc8"><code>b361960</code></a> Bash completion V2 with completion descriptions (<a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1146">#1146</a>)</li>
<li><a href="https://github.com/spf13/cobra/commit/d0f318d45bdb46e3c1bc314c6096674426f1a620"><code>d0f318d</code></a> ci: deprecate Travis CI</li>
<li><a href="https://github.com/spf13/cobra/commit/8eaca5f0f49ad747a0722d39dca7a75c34abd21a"><code>8eaca5f</code></a> drop mitchellh/go-homedir (<a href="https://github-redirect.dependabot.com/spf13/cobra/issues/853">#853</a>)</li>
<li><a href="https://github.com/spf13/cobra/commit/ace6b14345897f1b757058291a84945a41f59f30"><code>ace6b14</code></a> readme: split 'Getting Started' into 'user_guide.md'</li>
<li>Additional commits viewable in <a href="https://github.com/spf13/cobra/compare/v1.1.3...v1.2.1">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/spf13/cobra&package-manager=go_modules&previous-version=1.1.3&new-version=1.2.1)](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>
2021-07-07 07:59:50 -07:00
|
|
|
github.com/spf13/cobra v1.2.1
|
2019-09-19 06:46:29 -07:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2021-06-26 02:46:59 -07:00
|
|
|
github.com/spf13/viper v1.8.1
|
2021-01-14 03:41:03 -08:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2019-03-18 05:45:25 -07:00
|
|
|
github.com/tendermint/btcd v0.1.1
|
2019-10-23 06:35:12 -07:00
|
|
|
github.com/tendermint/crypto v0.0.0-20191022145703-50d29ede1e15
|
2020-09-14 02:29:41 -07:00
|
|
|
github.com/tendermint/go-amino v0.16.0
|
2021-06-18 05:41:28 -07:00
|
|
|
github.com/tendermint/tendermint v0.34.11
|
2021-02-10 00:29:06 -08:00
|
|
|
github.com/tendermint/tm-db v0.6.4
|
2020-12-31 08:10:13 -08:00
|
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
|
2021-06-16 23:33:29 -07:00
|
|
|
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
|
2021-07-02 01:45:06 -07:00
|
|
|
google.golang.org/grpc v1.39.0
|
2021-07-02 02:49:36 -07:00
|
|
|
google.golang.org/protobuf v1.27.1
|
2020-12-16 07:06:53 -08:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2021-02-08 05:00:11 -08:00
|
|
|
nhooyr.io/websocket v1.8.6 // indirect
|
2019-03-18 05:45:25 -07:00
|
|
|
)
|
2019-09-04 07:58:29 -07:00
|
|
|
|
2021-01-19 08:49:38 -08:00
|
|
|
replace google.golang.org/grpc => google.golang.org/grpc v1.33.2
|
|
|
|
|
2021-01-15 11:45:34 -08:00
|
|
|
replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
|
2021-06-24 03:07:16 -07:00
|
|
|
|
|
|
|
replace github.com/99designs/keyring => github.com/cosmos/keyring v1.1.7-0.20210622111912-ef00f8ac3d76
|