2021-09-17 04:31:46 -07:00
|
|
|
go 1.17
|
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-10-21 09:51:06 -07:00
|
|
|
github.com/armon/go-metrics v0.3.10
|
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
|
2021-12-09 08:16:09 -08:00
|
|
|
github.com/coinbase/rosetta-sdk-go v0.7.2
|
2021-04-20 02:40:25 -07:00
|
|
|
github.com/confio/ics23/go v0.6.6
|
2021-09-30 06:25:44 -07:00
|
|
|
github.com/cosmos/btcutil v1.0.4
|
2021-11-23 09:47:45 -08:00
|
|
|
github.com/cosmos/cosmos-proto v0.0.0-20211123144845-528f5002c9f8
|
2021-10-19 04:58:06 -07:00
|
|
|
github.com/cosmos/cosmos-sdk/db v0.0.0
|
2021-12-10 03:02:11 -08:00
|
|
|
github.com/cosmos/cosmos-sdk/x/group v0.0.0-00010101000000-000000000000
|
2020-12-10 01:04:17 -08:00
|
|
|
github.com/cosmos/go-bip39 v1.0.0
|
2021-12-01 15:11:51 -08:00
|
|
|
github.com/cosmos/iavl v0.17.3
|
2019-10-21 02:46:16 -07:00
|
|
|
github.com/cosmos/ledger-cosmos-go v0.11.1
|
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
|
2021-11-16 10:29:49 -08:00
|
|
|
github.com/hashicorp/go-getter v1.5.9
|
2021-11-09 02:09:24 -08:00
|
|
|
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
|
2021-02-26 02:09:05 -08:00
|
|
|
github.com/hdevalence/ed25519consensus v0.0.0-20210204194344-59a8610d2b87
|
2021-11-09 05:02:37 -08:00
|
|
|
github.com/improbable-eng/grpc-web v0.15.0
|
2021-10-11 02:30:34 -07:00
|
|
|
github.com/jhump/protoreflect v1.10.1
|
2021-10-19 04:58:06 -07:00
|
|
|
github.com/lazyledger/smt v0.2.1-0.20210709230900-03ea40719554
|
2021-03-25 02:40:48 -07:00
|
|
|
github.com/magiconair/properties v1.8.5
|
2021-09-09 07:25:18 -07:00
|
|
|
github.com/mattn/go-isatty v0.0.14
|
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-10-21 10:03:09 -07:00
|
|
|
github.com/prometheus/common v0.32.1
|
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-11-02 10:50:20 -07:00
|
|
|
github.com/rs/zerolog v1.26.0
|
2021-08-17 03:22:46 -07:00
|
|
|
github.com/spf13/cast v1.4.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-09-21 00:26:55 -07:00
|
|
|
github.com/spf13/viper v1.9.0
|
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-11-16 11:24:38 -08:00
|
|
|
github.com/tendermint/tendermint v0.35.0
|
2021-02-10 00:29:06 -08:00
|
|
|
github.com/tendermint/tm-db v0.6.4
|
2021-11-16 11:24:38 -08:00
|
|
|
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
|
|
|
|
google.golang.org/genproto v0.0.0-20210917145530-b395a37504d4
|
2021-11-15 04:02:14 -08:00
|
|
|
google.golang.org/grpc v1.42.0
|
2021-07-02 02:49:36 -07:00
|
|
|
google.golang.org/protobuf v1.27.1
|
2021-09-26 07:05:15 -07:00
|
|
|
sigs.k8s.io/yaml v1.3.0
|
2019-03-18 05:45:25 -07:00
|
|
|
)
|
2019-09-04 07:58:29 -07:00
|
|
|
|
2021-09-17 04:31:46 -07:00
|
|
|
require (
|
2021-11-12 09:44:33 -08:00
|
|
|
cloud.google.com/go v0.93.3 // indirect
|
|
|
|
cloud.google.com/go/storage v1.10.0 // indirect
|
2021-09-17 04:31:46 -07:00
|
|
|
filippo.io/edwards25519 v1.0.0-beta.2 // indirect
|
2021-11-16 11:24:38 -08:00
|
|
|
github.com/Workiva/go-datastructures v1.0.53 // indirect
|
|
|
|
github.com/aws/aws-sdk-go v1.40.45 // indirect
|
2021-09-17 04:31:46 -07:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2021-11-12 09:44:33 -08:00
|
|
|
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
|
2021-11-09 05:02:37 -08:00
|
|
|
github.com/cenkalti/backoff/v4 v4.1.1 // indirect
|
2021-09-17 04:31:46 -07:00
|
|
|
github.com/cespare/xxhash v1.1.0 // indirect
|
2021-11-15 06:13:18 -08:00
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
2021-12-10 03:02:11 -08:00
|
|
|
github.com/cockroachdb/apd/v2 v2.0.2 // indirect
|
2021-09-17 04:31:46 -07:00
|
|
|
github.com/cosmos/ledger-go v0.9.2 // indirect
|
|
|
|
github.com/danieljoos/wincred v1.0.2 // indirect
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
|
2021-11-09 02:09:24 -08:00
|
|
|
github.com/dgraph-io/badger/v2 v2.2007.4 // indirect
|
2021-10-19 04:58:06 -07:00
|
|
|
github.com/dgraph-io/ristretto v0.1.0 // indirect
|
2021-09-17 04:31:46 -07:00
|
|
|
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
|
|
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
|
|
|
github.com/dvsekhvalnov/jose2go v0.0.0-20200901110807-248326c1351b // indirect
|
|
|
|
github.com/felixge/httpsnoop v1.0.1 // indirect
|
2021-09-21 00:26:55 -07:00
|
|
|
github.com/fsnotify/fsnotify v1.5.1 // indirect
|
2021-11-16 11:24:38 -08:00
|
|
|
github.com/go-kit/kit v0.12.0 // indirect
|
2021-09-17 04:31:46 -07:00
|
|
|
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
|
2021-11-15 06:13:18 -08:00
|
|
|
github.com/golang/glog v1.0.0 // indirect
|
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
2021-11-09 02:09:24 -08:00
|
|
|
github.com/golang/snappy v0.0.4 // indirect
|
2021-11-15 06:13:18 -08:00
|
|
|
github.com/google/btree v1.0.1 // indirect
|
2021-09-17 04:31:46 -07:00
|
|
|
github.com/google/orderedcode v0.0.1 // indirect
|
2021-11-16 11:24:38 -08:00
|
|
|
github.com/google/uuid v1.3.0 // indirect
|
2021-11-12 09:44:33 -08:00
|
|
|
github.com/googleapis/gax-go/v2 v2.1.0 // indirect
|
2021-09-17 04:31:46 -07:00
|
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
2021-11-16 11:24:38 -08:00
|
|
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
|
2021-09-17 04:31:46 -07:00
|
|
|
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
|
2021-11-30 03:09:16 -08:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
2021-11-16 11:24:38 -08:00
|
|
|
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
|
2021-11-12 09:44:33 -08:00
|
|
|
github.com/hashicorp/go-safetemp v1.0.0 // indirect
|
2021-11-16 11:24:38 -08:00
|
|
|
github.com/hashicorp/go-version v1.2.1 // indirect
|
2021-09-17 04:31:46 -07:00
|
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
2021-11-12 09:44:33 -08:00
|
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
2021-09-17 04:31:46 -07:00
|
|
|
github.com/jmhodges/levigo v1.0.0 // indirect
|
|
|
|
github.com/keybase/go-keychain v0.0.0-20190712205309-48d3d31d256d // indirect
|
2021-11-15 06:13:18 -08:00
|
|
|
github.com/klauspost/compress v1.13.6 // indirect
|
2021-11-16 11:24:38 -08:00
|
|
|
github.com/lib/pq v1.10.3 // indirect
|
2021-09-17 04:31:46 -07:00
|
|
|
github.com/libp2p/go-buffer-pool v0.0.2 // indirect
|
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
2021-11-16 11:24:38 -08:00
|
|
|
github.com/minio/highwayhash v1.0.2 // indirect
|
2021-11-12 09:44:33 -08:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
|
|
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
|
2021-12-09 08:16:09 -08:00
|
|
|
github.com/mitchellh/mapstructure v1.4.3 // indirect
|
2021-09-17 04:31:46 -07:00
|
|
|
github.com/mtibben/percent v0.2.1 // indirect
|
2021-11-16 11:24:38 -08:00
|
|
|
github.com/oasisprotocol/curve25519-voi v0.0.0-20210609091139-0a56a4bca00b // indirect
|
2021-09-21 00:26:55 -07:00
|
|
|
github.com/pelletier/go-toml v1.9.4 // indirect
|
2021-09-17 04:31:46 -07:00
|
|
|
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
2021-11-16 11:24:38 -08:00
|
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
2021-09-17 04:31:46 -07:00
|
|
|
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
|
2021-11-16 11:24:38 -08:00
|
|
|
github.com/rs/cors v1.8.0 // indirect
|
2021-09-17 04:31:46 -07:00
|
|
|
github.com/sasha-s/go-deadlock v0.2.1-0.20190427202633-1595213edefa // indirect
|
|
|
|
github.com/spf13/afero v1.6.0 // indirect
|
|
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
|
|
github.com/subosito/gotenv v1.2.0 // indirect
|
2021-11-09 02:09:24 -08:00
|
|
|
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
|
2021-09-17 04:31:46 -07:00
|
|
|
github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c // indirect
|
2021-11-16 10:29:49 -08:00
|
|
|
github.com/ulikunitz/xz v0.5.8 // indirect
|
2021-09-17 04:31:46 -07:00
|
|
|
github.com/zondax/hid v0.9.0 // indirect
|
|
|
|
go.etcd.io/bbolt v1.3.5 // indirect
|
2021-11-12 09:44:33 -08:00
|
|
|
go.opencensus.io v0.23.0 // indirect
|
2021-11-15 06:13:18 -08:00
|
|
|
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
|
2021-11-12 09:44:33 -08:00
|
|
|
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
|
2021-11-16 11:24:38 -08:00
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
2021-11-15 06:13:18 -08:00
|
|
|
golang.org/x/sys v0.0.0-20211113001501-0c823b97ae02 // indirect
|
2021-09-17 04:31:46 -07:00
|
|
|
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
|
2021-11-16 11:24:38 -08:00
|
|
|
golang.org/x/text v0.3.7 // indirect
|
2021-11-12 09:44:33 -08:00
|
|
|
google.golang.org/api v0.56.0 // indirect
|
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2021-09-21 00:26:55 -07:00
|
|
|
gopkg.in/ini.v1 v1.63.2 // indirect
|
2021-09-24 07:37:34 -07:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2021-09-17 04:31:46 -07:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
|
|
nhooyr.io/websocket v1.8.6 // indirect
|
|
|
|
)
|
|
|
|
|
2021-10-05 12:19:39 -07:00
|
|
|
// latest grpc doesn't work with with our modified proto compiler, so we need to enforce
|
|
|
|
// the following version across all dependencies.
|
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
|
2021-10-19 04:58:06 -07:00
|
|
|
|
2021-10-20 07:37:32 -07:00
|
|
|
// Fix upstream GHSA-h395-qcrw-5vmq vulnerability.
|
|
|
|
// TODO Remove it: https://github.com/cosmos/cosmos-sdk/issues/10409
|
|
|
|
replace github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.7.0
|
|
|
|
|
2021-10-19 04:58:06 -07:00
|
|
|
replace github.com/cosmos/cosmos-sdk/db => ./db
|
2021-12-10 03:02:11 -08:00
|
|
|
|
|
|
|
replace github.com/cosmos/cosmos-sdk/x/group => ./x/group
|