mirror of
https://github.com/goreleaser/goreleaser.git
synced 2024-12-31 01:53:50 +02:00
571cde5d9e
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.2.0 to 0.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/golang/tools/releases">golang.org/x/tools's releases</a>.</em></p> <blockquote> <h2>gopls/v0.5.0</h2> <p>A full list of issues closed can be found in the <a href="https://github.com/golang/go/milestone/138?closed=1">gopls/v0.5.0 milestone</a>.</p> <h2>Memory usage</h2> <ul> <li>Rewrite of caching model, resulting in significant memory usage improvements (<a href="https://github.com/heschik"><code>@heschik</code></a>).</li> </ul> <h2>New features</h2> <ul> <li>Extract to function: Support for extracting code blocks that contain return statements (<a href="https://github.com/joshbaum"><code>@joshbaum</code></a>).</li> <li>Workspace symbols: Support for <a href="https://github.com/junegunn/fzf#search-syntax">fzf-style search syntax</a> (<a href="https://github.com/findleyr"><code>@findleyr</code></a>). The following syntax is supported: <ul> <li><code>'</code> for exact matching</li> <li><code>^</code> for prefix matching</li> <li><code>$</code> for suffix matching</li> </ul> </li> </ul> <p><strong>Note</strong>: This feature does not yet work in VS Code. See <a href="https://github-redirect.dependabot.com/golang/vscode-go/issues/647">golang/vscode-go#647</a> and <a href="https://github-redirect.dependabot.com/microsoft/vscode/issues/106788">microsoft/vscode#106788</a>.</p> <ul> <li>An experimental new code lens to view GC optimization details (<a href="https://github.com/pjweinb"><code>@pjweinb</code></a>). Once the code lens is enabled, you will see a <code>Toggle gc details</code> annotation at the top of your file. Clicking it will show optimization diagnostics produced by the Go compiler, and clicking it once again will hide these diagnostics. Enable the code lens by adding the following to your settings: <pre lang="json5"><code>"codelens": { "gc_details": true } </code></pre> </li> <li><code>go mod tidy</code> and <code>go mod vendor</code> code lenses for <code>go.mod</code> files (<a href="https://github.com/dandua98"><code>@dandua98</code></a>).</li> <li>Support for filling in matching in-scope variables instead of just empty values in fillstruct and fillreturns (<a href="https://github.com/joshbaum"><code>@joshbaum</code></a>).</li> <li>Autocompletion within import statements (<a href="https://github.com/dandua98"><code>@dandua98</code></a>).</li> <li>Autocompletion within package declarations (<a href="https://github.com/dandua98"><code>@dandua98</code></a>).</li> </ul> <h2>Improvements</h2> <ul> <li>Improvements to workspace symbols ranking and fuzzy matching (<a href="https://github.com/findleyr"><code>@findleyr</code></a>, <a href="https://github.com/myitcv"><code>@myitcv</code></a>).</li> <li>Better completion suggestions in type switch case clauses and for calls to <code>append</code>, function literals, and unnamed types (<a href="https://github.com/muirdm"><code>@muirdm</code></a>).</li> </ul> <h2>Thank you</h2> <p>Thank you to everyone who contributed to this release!</p> <p><a href="https://github.com/heschik"><code>@heschik</code></a> <a href="https://github.com/findleyr"><code>@findleyr</code></a> <a href="https://github.com/pjweinb"><code>@pjweinb</code></a> <a href="https://github.com/joshbaum"><code>@joshbaum</code></a> <a href="https://github.com/mcjcloud"><code>@mcjcloud</code></a> <a href="https://github.com/dandua98"><code>@dandua98</code></a> <a href="https://github.com/muirdm"><code>@muirdm</code></a> <a href="https://github.com/leitzler"><code>@leitzler</code></a> <a href="https://github.com/myitcv"><code>@myitcv</code></a> <a href="https://github.com/matloob"><code>@matloob</code></a> <a href="https://github.com/tennashi"><code>@tennashi</code></a> <a href="https://github.com/ainar-g"><code>@ainar-g</code></a> <a href="https://github.com/hasheddan"><code>@hasheddan</code></a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="7db99dd126
"><code>7db99dd</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="1e0dff28f4
"><code>1e0dff2</code></a> gopls/internal/regtest: avoid race in TestSwitchFromGOPATHToModuleMode</li> <li><a href="0441b432ca
"><code>0441b43</code></a> gopls/internal/lsp/cache: use specific mutexes for module data</li> <li><a href="33071fbe1a
"><code>33071fb</code></a> internal/robustio: move robustio</li> <li><a href="b01e7a4e75
"><code>b01e7a4</code></a> gopls/internal/regtest/watch: don't run TestSwitchFromGOPATHToModuleMode</li> <li><a href="e417ea36ba
"><code>e417ea3</code></a> gopls: remove dead analysis code</li> <li><a href="1a08d01ac9
"><code>1a08d01</code></a> gopls/internal/lsp: update replace directives in go.mod for package renaming</li> <li><a href="eac36cb2ac
"><code>eac36cb</code></a> gopls/internal/regtest: port experimental workspace tests to go.work</li> <li><a href="224a61b354
"><code>224a61b</code></a> gopls/internal/lsp/source: delete Snapshot.WriteEnv method</li> <li><a href="81e741e32f
"><code>81e741e</code></a> gopls/internal/lsp/safetoken: funnel more calls through this package</li> <li>Additional commits viewable in <a href="https://github.com/golang/tools/compare/v0.2.0...v0.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/tools&package-manager=go_modules&previous-version=0.2.0&new-version=0.5.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>
254 lines
13 KiB
Modula-2
254 lines
13 KiB
Modula-2
module github.com/goreleaser/goreleaser
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
code.gitea.io/sdk/gitea v0.15.1
|
|
github.com/Masterminds/semver/v3 v3.2.0
|
|
github.com/atc0005/go-teams-notify/v2 v2.7.0
|
|
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20220517224237-e6f29200ae04
|
|
github.com/caarlos0/ctrlc v1.2.0
|
|
github.com/caarlos0/env/v6 v6.10.1
|
|
github.com/caarlos0/go-reddit/v3 v3.0.1
|
|
github.com/caarlos0/go-shellwords v1.0.12
|
|
github.com/caarlos0/log v0.2.1
|
|
github.com/charmbracelet/keygen v0.3.0
|
|
github.com/charmbracelet/lipgloss v0.6.0
|
|
github.com/chrismellard/docker-credential-acr-env v0.0.0-20220327082430-c57b701bfc08
|
|
github.com/dghubble/go-twitter v0.0.0-20211115160449-93a8679adecb
|
|
github.com/dghubble/oauth1 v0.7.2
|
|
github.com/disgoorg/disgo v0.14.1
|
|
github.com/disgoorg/snowflake/v2 v2.0.1
|
|
github.com/distribution/distribution/v3 v3.0.0-20221021092657-c47a966fded8
|
|
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
|
|
github.com/google/go-containerregistry v0.12.1
|
|
github.com/google/go-github/v48 v48.2.0
|
|
github.com/google/ko v0.12.0
|
|
github.com/google/uuid v1.3.0
|
|
github.com/goreleaser/fileglob v1.3.0
|
|
github.com/goreleaser/nfpm/v2 v2.23.0
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
github.com/imdario/mergo v0.3.13
|
|
github.com/invopop/jsonschema v0.7.0
|
|
github.com/jarcoal/httpmock v1.2.0
|
|
github.com/klauspost/pgzip v1.2.5
|
|
github.com/mattn/go-mastodon v0.0.6
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/muesli/mango-cobra v1.2.0
|
|
github.com/muesli/roff v0.1.0
|
|
github.com/muesli/termenv v0.13.0
|
|
github.com/ory/dockertest/v3 v3.9.1
|
|
github.com/slack-go/slack v0.12.1
|
|
github.com/spf13/cobra v1.6.1
|
|
github.com/stretchr/testify v1.8.1
|
|
github.com/ulikunitz/xz v0.5.11
|
|
github.com/withfig/autocomplete-tools/integrations/cobra v1.2.1
|
|
github.com/xanzy/go-gitlab v0.78.0
|
|
gocloud.dev v0.28.0
|
|
golang.org/x/crypto v0.5.0
|
|
golang.org/x/oauth2 v0.4.0
|
|
golang.org/x/sync v0.1.0
|
|
golang.org/x/text v0.6.0
|
|
golang.org/x/tools v0.5.0
|
|
gopkg.in/mail.v2 v2.3.1
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go v0.107.0 // indirect
|
|
cloud.google.com/go/compute v1.13.0 // indirect
|
|
cloud.google.com/go/compute/metadata v0.2.2 // indirect
|
|
cloud.google.com/go/iam v0.7.0 // indirect
|
|
cloud.google.com/go/kms v1.7.0 // indirect
|
|
cloud.google.com/go/storage v1.28.0 // indirect
|
|
github.com/AlekSi/pointer v1.2.0 // indirect
|
|
github.com/Azure/azure-sdk-for-go v66.0.0+incompatible // indirect
|
|
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.2.0 // indirect
|
|
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.2.0 // indirect
|
|
github.com/Azure/azure-sdk-for-go/sdk/internal v1.1.2 // indirect
|
|
github.com/Azure/azure-sdk-for-go/sdk/keyvault/azkeys v0.9.0 // indirect
|
|
github.com/Azure/azure-sdk-for-go/sdk/keyvault/internal v0.7.1 // indirect
|
|
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.6.1 // indirect
|
|
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
|
|
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
|
|
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
|
|
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/logger v0.2.1 // indirect
|
|
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
|
|
github.com/AzureAD/microsoft-authentication-library-for-go v0.7.0 // indirect
|
|
github.com/BurntSushi/toml v1.1.0 // indirect
|
|
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
|
|
github.com/Microsoft/go-winio v0.6.0 // indirect
|
|
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
|
|
github.com/ProtonMail/go-crypto v0.0.0-20210512092938-c05353c2d58c // indirect
|
|
github.com/acomagu/bufpipe v1.0.3 // indirect
|
|
github.com/alessio/shellescape v1.4.1 // indirect
|
|
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
|
|
github.com/aws/aws-sdk-go v1.44.151 // indirect
|
|
github.com/aws/aws-sdk-go-v2 v1.17.1 // indirect
|
|
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.9 // indirect
|
|
github.com/aws/aws-sdk-go-v2/config v1.18.3 // indirect
|
|
github.com/aws/aws-sdk-go-v2/credentials v1.13.3 // indirect
|
|
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.19 // indirect
|
|
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.11.42 // indirect
|
|
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.25 // indirect
|
|
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.19 // indirect
|
|
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.26 // indirect
|
|
github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.16 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.5 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.13.5 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.10 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.20 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.19 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.19 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/kms v1.19.0 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/s3 v1.29.4 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/sso v1.11.25 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.13.8 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/sts v1.17.5 // indirect
|
|
github.com/aws/smithy-go v1.13.4 // indirect
|
|
github.com/aymanbagabas/go-osc52 v1.2.1 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb // indirect
|
|
github.com/caarlos0/sshmarshal v0.0.0-20220308164159-9ddb9f83c6b3 // indirect
|
|
github.com/cavaliergopher/cpio v1.0.1 // indirect
|
|
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/containerd/continuity v0.3.0 // indirect
|
|
github.com/containerd/stargz-snapshotter/estargz v0.12.1 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dghubble/sling v1.4.0 // indirect
|
|
github.com/dimchansky/utfbom v1.1.1 // indirect
|
|
github.com/disgoorg/json v1.0.0 // indirect
|
|
github.com/disgoorg/log v1.2.0 // indirect
|
|
github.com/docker/cli v20.10.20+incompatible // indirect
|
|
github.com/docker/distribution v2.8.1+incompatible // indirect
|
|
github.com/docker/docker v20.10.21+incompatible // indirect
|
|
github.com/docker/docker-credential-helpers v0.7.0 // indirect
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
|
github.com/docker/go-metrics v0.0.1 // indirect
|
|
github.com/docker/go-units v0.5.0 // indirect
|
|
github.com/emirpasic/gods v1.12.0 // indirect
|
|
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
|
github.com/go-git/gcfg v1.5.0 // indirect
|
|
github.com/go-git/go-billy/v5 v5.3.1 // indirect
|
|
github.com/go-git/go-git/v5 v5.4.2 // indirect
|
|
github.com/go-openapi/analysis v0.21.4 // indirect
|
|
github.com/go-openapi/errors v0.20.3 // indirect
|
|
github.com/go-openapi/jsonpointer v0.19.5 // indirect
|
|
github.com/go-openapi/jsonreference v0.20.0 // indirect
|
|
github.com/go-openapi/loads v0.21.2 // indirect
|
|
github.com/go-openapi/runtime v0.24.2 // indirect
|
|
github.com/go-openapi/spec v0.20.7 // indirect
|
|
github.com/go-openapi/strfmt v0.21.3 // indirect
|
|
github.com/go-openapi/swag v0.22.3 // indirect
|
|
github.com/go-openapi/validate v0.22.0 // indirect
|
|
github.com/gobwas/glob v0.2.3 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang-jwt/jwt/v4 v4.4.3 // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
|
github.com/google/wire v0.5.0 // indirect
|
|
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
|
|
github.com/googleapis/gax-go/v2 v2.7.0 // indirect
|
|
github.com/goreleaser/chglog v0.2.2 // indirect
|
|
github.com/gorilla/mux v1.8.0 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/hashicorp/go-retryablehttp v0.7.1 // indirect
|
|
github.com/hashicorp/go-version v1.6.0 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/huandu/xstrings v1.3.2 // indirect
|
|
github.com/iancoleman/orderedmap v0.2.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
|
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/kevinburke/ssh_config v1.1.0 // indirect
|
|
github.com/klauspost/compress v1.15.13 // indirect
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
|
github.com/letsencrypt/boulder v0.0.0-20220929215747-76583552c2be // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
github.com/magiconair/properties v1.8.6 // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
|
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
|
|
github.com/muesli/mango v0.1.0 // indirect
|
|
github.com/muesli/mango-pflag v0.1.0 // indirect
|
|
github.com/muesli/reflow v0.3.0 // indirect
|
|
github.com/oklog/ulid v1.3.1 // indirect
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
github.com/opencontainers/image-spec v1.1.0-rc2 // indirect
|
|
github.com/opencontainers/runc v1.1.2 // indirect
|
|
github.com/pelletier/go-toml v1.9.5 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
|
|
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/prometheus/client_golang v1.13.1 // indirect
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
|
github.com/prometheus/common v0.37.0 // indirect
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
|
github.com/rivo/uniseg v0.4.2 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/sasha-s/go-csync v0.0.0-20210812194225-61421b77c44b // indirect
|
|
github.com/sergi/go-diff v1.2.0 // indirect
|
|
github.com/sigstore/cosign v1.13.1 // indirect
|
|
github.com/sigstore/rekor v0.12.1-0.20220915152154-4bb6f441c1b2 // indirect
|
|
github.com/sigstore/sigstore v1.4.4 // indirect
|
|
github.com/sirupsen/logrus v1.9.0 // indirect
|
|
github.com/spf13/afero v1.9.2 // indirect
|
|
github.com/spf13/cast v1.5.0 // indirect
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/spf13/viper v1.13.0 // indirect
|
|
github.com/subosito/gotenv v1.4.1 // indirect
|
|
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
|
|
github.com/theupdateframework/go-tuf v0.5.2-0.20220930112810-3890c1e7ace4 // indirect
|
|
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect
|
|
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect
|
|
github.com/vbatts/tar-split v0.11.2 // indirect
|
|
github.com/xanzy/ssh-agent v0.3.1 // indirect
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
|
|
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
|
|
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
|
|
gitlab.com/digitalxero/go-conventional-commit v1.0.7 // indirect
|
|
go.mongodb.org/mongo-driver v1.10.2 // indirect
|
|
go.opencensus.io v0.24.0 // indirect
|
|
golang.org/x/mod v0.7.0 // indirect
|
|
golang.org/x/net v0.5.0 // indirect
|
|
golang.org/x/sys v0.4.0 // indirect
|
|
golang.org/x/term v0.4.0 // indirect
|
|
golang.org/x/time v0.3.0 // indirect
|
|
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
|
|
google.golang.org/api v0.103.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20221201204527-e3fa12d562f3 // indirect
|
|
google.golang.org/grpc v1.51.0 // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
|
|
gopkg.in/warnings.v0 v0.1.2 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
sigs.k8s.io/kind v0.14.0 // indirect
|
|
sigs.k8s.io/yaml v1.3.0 // indirect
|
|
)
|