2018-10-29 02:54:15 +02:00
|
|
|
module github.com/goreleaser/goreleaser
|
|
|
|
|
2022-08-06 23:44:23 +02:00
|
|
|
go 1.19
|
2019-09-09 15:17:30 +02:00
|
|
|
|
2018-10-29 02:54:15 +02:00
|
|
|
require (
|
2022-01-10 15:57:19 +02:00
|
|
|
code.gitea.io/sdk/gitea v0.15.1
|
2022-11-29 12:52:29 +02:00
|
|
|
github.com/Masterminds/semver/v3 v3.2.0
|
2022-12-15 19:19:31 +02:00
|
|
|
github.com/atc0005/go-teams-notify/v2 v2.7.0
|
2022-08-17 15:58:18 +02:00
|
|
|
github.com/caarlos0/ctrlc v1.2.0
|
2022-09-15 14:44:28 +02:00
|
|
|
github.com/caarlos0/env/v6 v6.10.1
|
2022-01-10 16:10:35 +02:00
|
|
|
github.com/caarlos0/go-reddit/v3 v3.0.1
|
2021-03-22 13:45:18 +02:00
|
|
|
github.com/caarlos0/go-shellwords v1.0.12
|
2022-12-15 15:16:13 +02:00
|
|
|
github.com/caarlos0/log v0.2.1
|
2022-04-08 18:30:11 +02:00
|
|
|
github.com/charmbracelet/keygen v0.3.0
|
2022-10-19 15:03:25 +02:00
|
|
|
github.com/charmbracelet/lipgloss v0.6.0
|
2021-12-21 05:03:48 +02:00
|
|
|
github.com/dghubble/go-twitter v0.0.0-20211115160449-93a8679adecb
|
2022-12-08 14:41:38 +02:00
|
|
|
github.com/dghubble/oauth1 v0.7.2
|
2022-12-19 16:04:47 +02:00
|
|
|
github.com/disgoorg/disgo v0.14.1
|
2022-10-17 13:52:12 +02:00
|
|
|
github.com/disgoorg/snowflake/v2 v2.0.1
|
2021-10-29 19:02:33 +02:00
|
|
|
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
|
2022-12-12 14:29:45 +02:00
|
|
|
github.com/google/go-github/v48 v48.2.0
|
2022-01-10 15:29:04 +02:00
|
|
|
github.com/google/uuid v1.3.0
|
2022-02-12 04:17:13 +02:00
|
|
|
github.com/goreleaser/fileglob v1.3.0
|
2022-12-01 14:26:51 +02:00
|
|
|
github.com/goreleaser/nfpm/v2 v2.22.2
|
2022-06-02 14:02:00 +02:00
|
|
|
github.com/imdario/mergo v0.3.13
|
2022-11-09 13:35:33 +02:00
|
|
|
github.com/invopop/jsonschema v0.7.0
|
2022-05-09 14:36:03 +02:00
|
|
|
github.com/jarcoal/httpmock v1.2.0
|
2022-02-27 18:16:08 +02:00
|
|
|
github.com/klauspost/pgzip v1.2.5
|
2022-11-18 01:40:00 +02:00
|
|
|
github.com/mattn/go-mastodon v0.0.6
|
2019-06-29 16:02:40 +02:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2022-06-22 13:46:38 +02:00
|
|
|
github.com/muesli/mango-cobra v1.2.0
|
2022-01-18 15:17:52 +02:00
|
|
|
github.com/muesli/roff v0.1.0
|
2022-10-19 15:03:25 +02:00
|
|
|
github.com/muesli/termenv v0.13.0
|
2022-12-15 15:25:52 +02:00
|
|
|
github.com/ory/dockertest/v3 v3.9.1
|
2022-12-21 15:19:18 +02:00
|
|
|
github.com/slack-go/slack v0.12.1
|
2022-10-25 13:29:06 +02:00
|
|
|
github.com/spf13/cobra v1.6.1
|
2022-10-24 15:46:01 +02:00
|
|
|
github.com/stretchr/testify v1.8.1
|
2022-12-13 14:44:34 +02:00
|
|
|
github.com/ulikunitz/xz v0.5.11
|
2022-08-22 14:29:27 +02:00
|
|
|
github.com/withfig/autocomplete-tools/integrations/cobra v1.2.1
|
2022-12-13 14:44:09 +02:00
|
|
|
github.com/xanzy/go-gitlab v0.77.0
|
2022-10-05 14:49:30 +02:00
|
|
|
gocloud.dev v0.27.0
|
|
|
|
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
|
2022-08-10 15:16:07 +02:00
|
|
|
golang.org/x/oauth2 v0.0.0-20220722155238-128564f6959c
|
2022-10-05 14:49:30 +02:00
|
|
|
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
|
2022-12-05 14:53:37 +02:00
|
|
|
golang.org/x/text v0.5.0
|
2021-10-26 20:02:03 +02:00
|
|
|
gopkg.in/mail.v2 v2.3.1
|
2022-06-02 14:01:47 +02:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2021-10-26 20:02:03 +02:00
|
|
|
)
|
|
|
|
|
2021-08-25 01:49:11 +02:00
|
|
|
require (
|
2022-10-05 14:49:30 +02:00
|
|
|
cloud.google.com/go v0.103.0 // indirect
|
2022-08-10 15:16:07 +02:00
|
|
|
cloud.google.com/go/compute v1.7.0 // indirect
|
2022-08-04 20:44:54 +02:00
|
|
|
cloud.google.com/go/iam v0.3.0 // indirect
|
|
|
|
cloud.google.com/go/kms v1.4.0 // indirect
|
2022-10-05 14:49:30 +02:00
|
|
|
cloud.google.com/go/storage v1.24.0 // indirect
|
2021-11-14 03:23:11 +02:00
|
|
|
github.com/AlekSi/pointer v1.2.0 // indirect
|
2022-10-05 14:49:30 +02:00
|
|
|
github.com/Azure/azure-sdk-for-go v66.0.0+incompatible // indirect
|
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.1.1 // indirect
|
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.0.0 // indirect
|
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/internal v1.0.0 // indirect
|
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.4.1 // indirect
|
2022-12-15 15:25:52 +02:00
|
|
|
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
|
2021-08-25 01:49:11 +02:00
|
|
|
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
|
2022-10-05 14:49:30 +02:00
|
|
|
github.com/Azure/go-autorest/autorest v0.11.28 // indirect
|
|
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.21 // indirect
|
|
|
|
github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 // indirect
|
|
|
|
github.com/Azure/go-autorest/autorest/azure/cli v0.4.6 // indirect
|
2021-08-25 01:49:11 +02:00
|
|
|
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
|
|
|
|
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
|
|
|
|
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
|
|
|
|
github.com/Azure/go-autorest/logger v0.2.1 // indirect
|
|
|
|
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
|
2022-10-05 14:49:30 +02:00
|
|
|
github.com/AzureAD/microsoft-authentication-library-for-go v0.4.0 // indirect
|
2021-08-25 01:49:11 +02:00
|
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
|
|
|
github.com/Masterminds/semver v1.5.0 // indirect
|
|
|
|
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
|
2022-12-15 15:25:52 +02:00
|
|
|
github.com/Microsoft/go-winio v0.5.2 // indirect
|
|
|
|
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
|
2022-02-12 04:10:29 +02:00
|
|
|
github.com/ProtonMail/go-crypto v0.0.0-20210512092938-c05353c2d58c // indirect
|
2021-11-14 03:23:11 +02:00
|
|
|
github.com/acomagu/bufpipe v1.0.3 // indirect
|
2022-10-05 14:49:30 +02:00
|
|
|
github.com/aws/aws-sdk-go v1.44.68 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2 v1.16.8 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.3 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/config v1.15.15 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/credentials v1.12.10 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.9 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.11.21 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.15 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.9 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.16 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.6 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.3 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.10 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.9 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.9 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/kms v1.18.1 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/s3 v1.27.2 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/sso v1.11.13 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/sts v1.16.10 // indirect
|
|
|
|
github.com/aws/smithy-go v1.12.0 // indirect
|
2022-10-19 15:03:25 +02:00
|
|
|
github.com/aymanbagabas/go-osc52 v1.2.1 // indirect
|
2021-08-25 01:49:11 +02:00
|
|
|
github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb // indirect
|
2022-04-08 18:30:11 +02:00
|
|
|
github.com/caarlos0/sshmarshal v0.0.0-20220308164159-9ddb9f83c6b3 // indirect
|
2021-12-21 05:03:48 +02:00
|
|
|
github.com/cavaliergopher/cpio v1.0.1 // indirect
|
2022-10-05 14:49:30 +02:00
|
|
|
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
|
2022-12-15 15:25:52 +02:00
|
|
|
github.com/containerd/continuity v0.3.0 // indirect
|
2022-06-21 14:29:43 +02:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
2021-08-25 01:49:11 +02:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2021-12-21 05:03:48 +02:00
|
|
|
github.com/dghubble/sling v1.4.0 // indirect
|
2021-08-25 01:49:11 +02:00
|
|
|
github.com/dimchansky/utfbom v1.1.1 // indirect
|
2022-11-24 20:49:16 +02:00
|
|
|
github.com/disgoorg/json v1.0.0 // indirect
|
2022-08-18 21:22:41 +02:00
|
|
|
github.com/disgoorg/log v1.2.0 // indirect
|
2022-12-15 15:25:52 +02:00
|
|
|
github.com/docker/cli v20.10.14+incompatible // indirect
|
|
|
|
github.com/docker/docker v20.10.17+incompatible // indirect
|
|
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
|
|
|
github.com/docker/go-units v0.4.0 // indirect
|
2021-08-25 01:49:11 +02:00
|
|
|
github.com/emirpasic/gods v1.12.0 // indirect
|
|
|
|
github.com/go-git/gcfg v1.5.0 // indirect
|
2021-11-14 03:23:11 +02:00
|
|
|
github.com/go-git/go-billy/v5 v5.3.1 // indirect
|
|
|
|
github.com/go-git/go-git/v5 v5.4.2 // indirect
|
2021-08-25 01:49:11 +02:00
|
|
|
github.com/gobwas/glob v0.2.3 // indirect
|
2022-12-15 15:25:52 +02:00
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
2022-10-05 14:49:30 +02:00
|
|
|
github.com/golang-jwt/jwt v3.2.1+incompatible // indirect
|
|
|
|
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
|
2021-08-25 01:49:11 +02:00
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
2022-09-29 03:06:58 +02:00
|
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
2021-10-14 14:32:52 +02:00
|
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
2022-12-15 15:25:52 +02:00
|
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
2021-08-25 01:49:11 +02:00
|
|
|
github.com/google/wire v0.5.0 // indirect
|
2022-10-05 14:49:30 +02:00
|
|
|
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
|
2022-08-10 15:16:07 +02:00
|
|
|
github.com/googleapis/gax-go/v2 v2.4.0 // indirect
|
2022-08-16 06:00:17 +02:00
|
|
|
github.com/goreleaser/chglog v0.2.2 // indirect
|
2022-08-18 21:22:41 +02:00
|
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
2022-06-02 14:02:24 +02:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
|
|
github.com/hashicorp/go-retryablehttp v0.7.1 // indirect
|
2022-04-08 18:32:55 +02:00
|
|
|
github.com/hashicorp/go-version v1.2.1 // indirect
|
2021-08-25 01:49:11 +02:00
|
|
|
github.com/huandu/xstrings v1.3.2 // indirect
|
2021-11-14 03:23:11 +02:00
|
|
|
github.com/iancoleman/orderedmap v0.2.0 // indirect
|
feat(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.0 (#3454)
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from
1.5.0 to 1.6.0.
<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.6.0</h2>
<h3>Summer 2022 Release</h3>
<p>Some exciting changes make their way to Cobra! Command completions
continue to get better and better (including adding <code>--help</code>
and <code>--version</code> automatic flags to the completions list).
Grouping is now possible in your help output as well! And you can now
use the <code>OnFinalize</code> method to cleanup things when all
"work" is done. Checkout the full changelog below:</p>
<hr />
<h4>Features 🌠</h4>
<ul>
<li>Add groups for commands in help: <a
href="https://github.com/aawsome"><code>@aawsome</code></a> <a
href="https://github.com/marckhouzam"><code>@marckhouzam</code></a> <a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1003">#1003</a></li>
<li>Support for case-insensitive command names: <a
href="https://github.com/YuviGold"><code>@YuviGold</code></a> <a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1802">#1802</a></li>
<li>Expose <code>ValidateRequiredFlags</code> and
<code>ValidateFlagGroups</code>: <a
href="https://github.com/skeetwu"><code>@skeetwu</code></a> <a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1760">#1760</a></li>
<li>Add <code>--version</code> flag to help output: <a
href="https://github.com/fnickels"><code>@fnickels</code></a> <a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1707">#1707</a></li>
<li>Add <code>--help</code> and <code>--version</code> flag in
completions: <a
href="https://github.com/marckhouzam"><code>@marckhouzam</code></a> <a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1813">#1813</a></li>
<li>Add <code>OnFinalize</code> method: <a
href="https://github.com/yann-soubeyrand"><code>@yann-soubeyrand</code></a>
<a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1788">#1788</a></li>
<li>Allow user to add completion for powershell alias: <a
href="https://github.com/marckhouzam"><code>@marckhouzam</code></a> <a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1621">#1621</a></li>
<li>Make <code>InitDefaultcompletionCmd</code> public: <a
href="https://github.com/gssbzn"><code>@gssbzn</code></a> <a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1467">#1467</a></li>
</ul>
<h4>Deprecation 👎🏼</h4>
<ul>
<li><code>ExactValidArgs</code> is deprecated (but not being removed
entirely). This is abit nuanced, so checkout <a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1643">#1643</a>
for further information and the <a
href="https://github.com/spf13/cobra/blob/main/user_guide.md">updated
<code>user_guide.md</code></a> on how this may affect you (and how you
can take advantage of the <em>correct</em> behavior in the validators):
<a href="https://github.com/umarcor"><code>@umarcor</code></a> <a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1643">#1643</a></li>
</ul>
<h4>Bug fixes 🐛</h4>
<ul>
<li>Fix (bash-v2) <code>activeHelp</code> length check syntax: <a
href="https://github.com/scop"><code>@scop</code></a> <a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1762">#1762</a></li>
<li>Fix correct command path in <code>see_also</code> for yaml
documentation: <a
href="https://github.com/zregvart"><code>@zregvart</code></a> <a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1771">#1771</a></li>
<li>Fix showing flags that shadow parent persistent flag in child help
messaging: <a
href="https://github.com/brianpursley"><code>@brianpursley</code></a>
<a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1776">#1776</a></li>
</ul>
<h4>Dependencies 🗳️</h4>
<ul>
<li>Upgrade to use <code>gopkg.in/yaml.v3</code>: <a
href="https://github.com/tklauser"><code>@tklauser</code></a> <a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1766">#1766</a></li>
</ul>
<h4>Testing 🤔</h4>
<ul>
<li>Test on Golang 1.19: <a
href="https://github.com/umarcor"><code>@umarcor</code></a> & <a
href="https://github.com/jpmcb"><code>@jpmcb</code></a> <a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1782">#1782</a></li>
<li>Renamed powershell completion tests: <a
href="https://github.com/marckhouzam"><code>@marckhouzam</code></a> <a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1803">#1803</a></li>
<li>Use <code>action/setup-go</code> cache: <a
href="https://github.com/umarcor"><code>@umarcor</code></a> <a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1783">#1783</a></li>
<li>Add <code>workflow_dispatch</code> to CI actions: <a
href="https://github.com/umarcor"><code>@umarcor</code></a> <a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1387">#1387</a></li>
<li>Add minimum GitHub token permissions for workflows: <a
href="https://github.com/varunsh-coder"><code>@varunsh-coder</code></a>
<a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1792">#1792</a></li>
</ul>
<h4>Docs ✏️</h4>
<ul>
<li>Fixup spelling for GitHub CLI: <a
href="https://github.com/eltociear"><code>@eltociear</code></a> <a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1744">#1744</a></li>
<li>Clarify <code>SetContext</code> documentation: <a
href="https://github.com/katexochen"><code>@katexochen</code></a> <a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1748">#1748</a></li>
<li>Instruct user to <code>go install</code> for binary: <a
href="https://github.com/marckhouzam"><code>@marckhouzam</code></a> <a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1726">#1726</a></li>
<li>User guide cleanup: <a
href="https://github.com/marckhouzam"><code>@marckhouzam</code></a> <a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1656">#1656</a></li>
<li>Document option to hide the default completion command: <a
href="https://github.com/marckhouzam"><code>@marckhouzam</code></a> <a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1779">#1779</a></li>
</ul>
<h4>Misc 💭</h4>
<ul>
<li>Add KubeVirt, CloudQuery, Cilium, Okteto, Zitadel, Allero to
projects using cobra: <a
href="https://github.com/maiqueb"><code>@maiqueb</code></a> <a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1741">#1741</a>,
<a href="https://github.com/yevgenypats"><code>@yevgenypats</code></a>
<a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1742">#1742</a>,
<a href="https://github.com/tklauser"><code>@tklauser</code></a> <a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1745">#1745</a>,
<a href="https://github.com/jLopezbarb"><code>@jLopezbarb</code></a> <a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1759">#1759</a>,
<a href="https://github.com/fforootd"><code>@fforootd</code></a> <a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1772">#1772</a>,
<a href="https://github.com/dimabru"><code>@dimabru</code></a> <a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1819">#1819</a></li>
<li>Use correct stale action <code>exempt</code> yaml keys: <a
href="https://github.com/jpmcb"><code>@jpmcb</code></a> <a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1800">#1800</a></li>
<li>Add missing license headers: <a
href="https://github.com/umarcor"><code>@umarcor</code></a> <a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1809">#1809</a></li>
</ul>
<p><em>Note:</em> Per <a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1804">#1804</a>,
we will be moving away from "seasonal" releases and doing more
generic point release targets. Continue to track the milestones and
issues in the <code>spf13/cobra</code> GitHub repository for more
information!</p>
<p>Great work everyone! Cobra would never be possible without your
contributions! 🐍</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/spf13/cobra/commit/860791844ed3a2e544a9b9bbbcb14144a948ad20"><code>8607918</code></a>
feat: make InitDefaultCompletionCmd public (<a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1467">#1467</a>)</li>
<li><a
href="https://github.com/spf13/cobra/commit/2169adb5749372c64cdd303864ae8a444da6350f"><code>2169adb</code></a>
Add groups for commands in help (<a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1003">#1003</a>)</li>
<li><a
href="https://github.com/spf13/cobra/commit/212ea4078323771dc49b6f25a41d84efbaac3a4c"><code>212ea40</code></a>
Include --help and --version flag in completion (<a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1813">#1813</a>)</li>
<li><a
href="https://github.com/spf13/cobra/commit/d4040ad8dbc351b7eb88b2ffcff6f3642bce8ce1"><code>d4040ad</code></a>
Allow user to add completion for powershell alias (<a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1621">#1621</a>)</li>
<li><a
href="https://github.com/spf13/cobra/commit/23fc5e099f7bb8b8f979e3928cb1078b9c939daa"><code>23fc5e0</code></a>
ci: add minimum GitHub token permissions for workflows (<a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1792">#1792</a>)</li>
<li><a
href="https://github.com/spf13/cobra/commit/93d1913fb03362f97e95aeacc7d1541764cafc2f"><code>93d1913</code></a>
Add OnFinalize method (<a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1788">#1788</a>)</li>
<li><a
href="https://github.com/spf13/cobra/commit/07034fee4995578a771c4185dab38cc16ac3f420"><code>07034fe</code></a>
build(deps): bump actions/stale from 5 to 6 (<a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1815">#1815</a>)</li>
<li><a
href="https://github.com/spf13/cobra/commit/3dc9761b36e8975006cd9b47d3b55b9751050a1e"><code>3dc9761</code></a>
Add allero to list of projects using cobra (<a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1819">#1819</a>)</li>
<li><a
href="https://github.com/spf13/cobra/commit/7039e1fa214cfc1de404ed6540158c8fda64a758"><code>7039e1f</code></a>
Add '--version' flag to Help output (<a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1707">#1707</a>)</li>
<li><a
href="https://github.com/spf13/cobra/commit/fce8d8aeb08dc6afe413cc0af67a7fbb3cffec4c"><code>fce8d8a</code></a>
Expose ValidateRequiredFlags and ValidateFlagGroups (<a
href="https://github-redirect.dependabot.com/spf13/cobra/issues/1760">#1760</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/spf13/cobra/compare/v1.5.0...v1.6.0">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.5.0&new-version=1.6.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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-13 00:04:16 +02:00
|
|
|
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
2021-08-25 01:49:11 +02:00
|
|
|
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
|
|
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
|
|
github.com/kevinburke/ssh_config v1.1.0 // indirect
|
2022-11-02 20:02:25 +02:00
|
|
|
github.com/klauspost/compress v1.15.12 // indirect
|
2022-10-05 14:49:30 +02:00
|
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
2022-06-22 02:11:15 +02:00
|
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
2022-09-12 04:06:01 +02:00
|
|
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
2022-10-13 00:04:48 +02:00
|
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
2021-11-14 03:23:11 +02:00
|
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
2022-12-15 15:25:52 +02:00
|
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
2021-11-14 03:23:11 +02:00
|
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
2022-12-15 15:25:52 +02:00
|
|
|
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
|
2022-02-04 20:51:42 +02:00
|
|
|
github.com/muesli/mango v0.1.0 // indirect
|
|
|
|
github.com/muesli/mango-pflag v0.1.0 // indirect
|
2022-09-12 04:06:01 +02:00
|
|
|
github.com/muesli/reflow v0.3.0 // indirect
|
2022-12-15 15:25:52 +02:00
|
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
|
|
github.com/opencontainers/image-spec v1.0.2 // indirect
|
|
|
|
github.com/opencontainers/runc v1.1.2 // indirect
|
2022-10-05 14:49:30 +02:00
|
|
|
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4 // indirect
|
2021-08-25 01:49:11 +02:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2022-09-12 04:06:01 +02:00
|
|
|
github.com/rivo/uniseg v0.4.2 // indirect
|
2021-11-14 03:23:11 +02:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2022-08-18 21:22:41 +02:00
|
|
|
github.com/sasha-s/go-csync v0.0.0-20210812194225-61421b77c44b // indirect
|
2021-08-25 01:49:11 +02:00
|
|
|
github.com/sergi/go-diff v1.2.0 // indirect
|
2022-12-15 15:25:52 +02:00
|
|
|
github.com/sirupsen/logrus v1.8.1 // indirect
|
2021-08-25 01:49:11 +02:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2021-10-26 20:02:03 +02:00
|
|
|
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
|
2022-11-18 01:40:00 +02:00
|
|
|
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect
|
2021-11-14 03:23:11 +02:00
|
|
|
github.com/xanzy/ssh-agent v0.3.1 // indirect
|
2022-12-15 15:25:52 +02:00
|
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
|
|
|
|
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
|
|
|
|
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
|
2022-08-16 06:00:17 +02:00
|
|
|
gitlab.com/digitalxero/go-conventional-commit v1.0.7 // indirect
|
2021-08-25 01:49:11 +02:00
|
|
|
go.opencensus.io v0.23.0 // indirect
|
2022-08-10 15:16:07 +02:00
|
|
|
golang.org/x/net v0.0.0-20220805013720-a33c5aa5df48 // indirect
|
2022-10-19 15:03:25 +02:00
|
|
|
golang.org/x/sys v0.1.0 // indirect
|
2022-08-10 15:16:07 +02:00
|
|
|
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
|
|
|
|
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
|
2022-10-05 14:49:30 +02:00
|
|
|
google.golang.org/api v0.91.0 // indirect
|
2021-08-25 01:49:11 +02:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2022-10-05 14:49:30 +02:00
|
|
|
google.golang.org/genproto v0.0.0-20220802133213-ce4fa296bf78 // indirect
|
|
|
|
google.golang.org/grpc v1.48.0 // indirect
|
2022-08-10 15:16:07 +02:00
|
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
2021-10-26 20:02:03 +02:00
|
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
2021-08-25 01:49:11 +02:00
|
|
|
gopkg.in/warnings.v0 v0.1.2 // indirect
|
2022-12-15 15:25:52 +02:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2021-08-25 01:49:11 +02:00
|
|
|
)
|