mirror of
https://github.com/goreleaser/goreleaser.git
synced 2024-12-29 01:44:39 +02:00
1f5b7ee814
Bumps [github.com/slack-go/slack](https://github.com/slack-go/slack) from 0.13.1 to 0.14.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/slack-go/slack/releases">github.com/slack-go/slack's releases</a>.</em></p> <blockquote> <h2>v0.14.0</h2> <h2>What's Changed</h2> <p>v0.14.0 is now available. It contains <strong>no breaking changes</strong> but does include several pieces of new functionality and long-standing bug fixes.</p> <h3>Enhancements</h3> <ul> <li>Added Support for receiving <code>metadata</code> when receiving a <code>MessageEvent</code> over WebSocket by <a href="https://github.com/rfratto"><code>@rfratto</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1307">slack-go/slack#1307</a></li> <li>Added a new field to expose file data when receiving a <code>File</code> event from a Slack Connect Channel by <a href="https://github.com/zFlabmonsta"><code>@zFlabmonsta</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1312">slack-go/slack#1312</a></li> <li>Added support for the <code>slack_file</code> in the image block by <a href="https://github.com/rhysm"><code>@rhysm</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1311">slack-go/slack#1311</a></li> <li>Added 35 missing Websocket event types by <a href="https://github.com/Aryakoste"><code>@Aryakoste</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1306">slack-go/slack#1306</a></li> <li>Added support for parsing <code>AppRateLimited</code> events in the <code>ParseEvent</code> function by <a href="https://github.com/nemuvski"><code>@nemuvski</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1308">slack-go/slack#1308</a></li> <li>Added newly documented Channel Canvas properties to the <code>conversations.info</code> Web API method by <a href="https://github.com/ku"><code>@ku</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1228">slack-go/slack#1228</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li>Fixed an edge case when using <code>UpdateRemoteFileContext</code> and <code>UpdateRemoteFile</code> and Image Previews would return an <code>invalid_auth</code> error by <a href="https://github.com/EkeMinusYou"><code>@EkeMinusYou</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1117">slack-go/slack#1117</a></li> </ul> <h3>Chores / Code Cleanup</h3> <ul> <li>Replaced deprecated <code>ioutil</code> with <code>io</code> and <code>os</code> packages by <a href="https://github.com/nakamasato"><code>@nakamasato</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1310">slack-go/slack#1310</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/rfratto"><code>@rfratto</code></a> made their first contribution in <a href="https://redirect.github.com/slack-go/slack/pull/1307">slack-go/slack#1307</a></li> <li><a href="https://github.com/nakamasato"><code>@nakamasato</code></a> made their first contribution in <a href="https://redirect.github.com/slack-go/slack/pull/1310">slack-go/slack#1310</a></li> <li><a href="https://github.com/rhysm"><code>@rhysm</code></a> made their first contribution in <a href="https://redirect.github.com/slack-go/slack/pull/1311">slack-go/slack#1311</a></li> <li><a href="https://github.com/Aryakoste"><code>@Aryakoste</code></a> made their first contribution in <a href="https://redirect.github.com/slack-go/slack/pull/1306">slack-go/slack#1306</a></li> <li><a href="https://github.com/nemuvski"><code>@nemuvski</code></a> made their first contribution in <a href="https://redirect.github.com/slack-go/slack/pull/1308">slack-go/slack#1308</a></li> <li><a href="https://github.com/ku"><code>@ku</code></a> made their first contribution in <a href="https://redirect.github.com/slack-go/slack/pull/1228">slack-go/slack#1228</a></li> <li><a href="https://github.com/EkeMinusYou"><code>@EkeMinusYou</code></a> made their first contribution in <a href="https://redirect.github.com/slack-go/slack/pull/1117">slack-go/slack#1117</a></li> <li><a href="https://github.com/jjjjeeffff"><code>@jjjjeeffff</code></a> was instrumental in the successful resolution of <a href="https://redirect.github.com/slack-go/slack/pull/1117">slack-go/slack#1117</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/slack-go/slack/compare/v0.13.1...v0.14.0">https://github.com/slack-go/slack/compare/v0.13.1...v0.14.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="242df4614e
"><code>242df46</code></a> fix: create multipart form when multipart request (<a href="https://redirect.github.com/slack-go/slack/issues/1117">#1117</a>)</li> <li><a href="5345c06b76
"><code>5345c06</code></a> feat: Add Properties.Canvas to Channel (<a href="https://redirect.github.com/slack-go/slack/issues/1228">#1228</a>)</li> <li><a href="50e7414b58
"><code>50e7414</code></a> feat: Add support for parsing AppRateLimited events (<a href="https://redirect.github.com/slack-go/slack/issues/1308">#1308</a>)</li> <li><a href="e947079302
"><code>e947079</code></a> feat: Events api reconcilation (<a href="https://redirect.github.com/slack-go/slack/issues/1306">#1306</a>)</li> <li><a href="99b3ebefe7
"><code>99b3ebe</code></a> Add slack_file to image block (<a href="https://redirect.github.com/slack-go/slack/issues/1311">#1311</a>)</li> <li><a href="75103a9661
"><code>75103a9</code></a> add file access field to file struct for slackevents (<a href="https://redirect.github.com/slack-go/slack/issues/1312">#1312</a>)</li> <li><a href="25fefc8d6f
"><code>25fefc8</code></a> chore: replace ioutil with io or os package (<a href="https://redirect.github.com/slack-go/slack/issues/1310">#1310</a>)</li> <li><a href="b9d4317540
"><code>b9d4317</code></a> slackevents: support metadata in MessageEvent (<a href="https://redirect.github.com/slack-go/slack/issues/1307">#1307</a>)</li> <li>See full diff in <a href="https://github.com/slack-go/slack/compare/v0.13.1...v0.14.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/slack-go/slack&package-manager=go_modules&previous-version=0.13.1&new-version=0.14.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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>
346 lines
18 KiB
Modula-2
346 lines
18 KiB
Modula-2
module github.com/goreleaser/goreleaser/v2
|
|
|
|
go 1.22.5
|
|
|
|
require (
|
|
code.gitea.io/sdk/gitea v0.19.0
|
|
dario.cat/mergo v1.0.0
|
|
github.com/Masterminds/semver/v3 v3.2.1
|
|
github.com/anchore/quill v0.4.2
|
|
github.com/atc0005/go-teams-notify/v2 v2.11.0
|
|
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20240514230400-03fa26f5508f
|
|
github.com/bluesky-social/indigo v0.0.0-20240411170459-440932307e0d
|
|
github.com/caarlos0/ctrlc v1.2.0
|
|
github.com/caarlos0/env/v11 v11.2.2
|
|
github.com/caarlos0/go-reddit/v3 v3.0.1
|
|
github.com/caarlos0/go-shellwords v1.0.12
|
|
github.com/caarlos0/go-version v0.1.1
|
|
github.com/caarlos0/log v0.4.6
|
|
github.com/charmbracelet/keygen v0.5.0
|
|
github.com/charmbracelet/lipgloss v0.12.1
|
|
github.com/charmbracelet/x/exp/ordered v0.1.0
|
|
github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589
|
|
github.com/dghubble/go-twitter v0.0.0-20211115160449-93a8679adecb
|
|
github.com/dghubble/oauth1 v0.7.3
|
|
github.com/distribution/distribution/v3 v3.0.0-beta.1
|
|
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
|
|
github.com/google/go-containerregistry v0.20.2
|
|
github.com/google/go-github/v63 v63.0.0
|
|
github.com/google/ko v0.16.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/goreleaser/fileglob v1.3.0
|
|
github.com/goreleaser/nfpm/v2 v2.39.0
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
github.com/invopop/jsonschema v0.12.0
|
|
github.com/jarcoal/httpmock v1.3.1
|
|
github.com/klauspost/pgzip v1.2.6
|
|
github.com/mattn/go-mastodon v0.0.8
|
|
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.15.2
|
|
github.com/ory/dockertest/v3 v3.11.0
|
|
github.com/slack-go/slack v0.14.0
|
|
github.com/spf13/cobra v1.8.1
|
|
github.com/stretchr/testify v1.9.0
|
|
github.com/ulikunitz/xz v0.5.12
|
|
github.com/xanzy/go-gitlab v0.107.0
|
|
gocloud.dev v0.38.0
|
|
golang.org/x/crypto v0.26.0
|
|
golang.org/x/oauth2 v0.22.0
|
|
golang.org/x/sync v0.8.0
|
|
golang.org/x/text v0.17.0
|
|
golang.org/x/tools v0.24.0
|
|
gopkg.in/mail.v2 v2.3.1
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go v0.112.2 // indirect
|
|
cloud.google.com/go/auth v0.3.0 // indirect
|
|
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
|
|
cloud.google.com/go/compute/metadata v0.3.0 // indirect
|
|
cloud.google.com/go/iam v1.1.7 // indirect
|
|
cloud.google.com/go/kms v1.15.8 // indirect
|
|
cloud.google.com/go/storage v1.40.0 // indirect
|
|
github.com/AlekSi/pointer v1.2.0 // indirect
|
|
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect
|
|
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.12.0 // indirect
|
|
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 // indirect
|
|
github.com/Azure/azure-sdk-for-go/sdk/internal v1.9.0 // indirect
|
|
github.com/Azure/azure-sdk-for-go/sdk/keyvault/azkeys v0.10.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 v1.3.2 // indirect
|
|
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
|
|
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
|
|
github.com/Azure/go-autorest/autorest v0.11.29 // indirect
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.23 // indirect
|
|
github.com/Azure/go-autorest/autorest/azure/auth v0.5.12 // 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 v1.2.2 // indirect
|
|
github.com/BurntSushi/toml v1.2.1 // indirect
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
|
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
|
|
github.com/Microsoft/go-winio v0.6.2 // indirect
|
|
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
|
|
github.com/ProtonMail/go-crypto v1.0.0 // indirect
|
|
github.com/alessio/shellescape v1.4.1 // indirect
|
|
github.com/anchore/bubbly v0.0.0-20230518153401-87b6af8ccf22 // indirect
|
|
github.com/anchore/go-logger v0.0.0-20230725134548-c21dafa1ec5a // indirect
|
|
github.com/anchore/go-macholibre v0.0.0-20220308212642-53e6d0aaf6fb // indirect
|
|
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
|
|
github.com/aws/aws-sdk-go v1.55.3
|
|
github.com/aws/aws-sdk-go-v2 v1.26.1 // indirect
|
|
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.2 // indirect
|
|
github.com/aws/aws-sdk-go-v2/config v1.27.13 // indirect
|
|
github.com/aws/aws-sdk-go-v2/credentials v1.17.13 // indirect
|
|
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.1 // indirect
|
|
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.16.15 // indirect
|
|
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.5 // indirect
|
|
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.5 // indirect
|
|
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 // indirect
|
|
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.5 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/ecr v1.28.0 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.23.5 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.2 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.3.7 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.7 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.5 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/kms v1.31.0 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/s3 v1.53.1 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/sso v1.20.6 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.0 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/sts v1.28.7 // indirect
|
|
github.com/aws/smithy-go v1.20.2 // indirect
|
|
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
|
github.com/bahlo/generic-list-go v0.2.0 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/blacktop/go-dwarf v1.0.10 // indirect
|
|
github.com/blacktop/go-macho v1.1.225 // indirect
|
|
github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb // indirect
|
|
github.com/buger/jsonparser v1.1.1 // indirect
|
|
github.com/carlmjohnson/versioninfo v0.22.5 // indirect
|
|
github.com/cavaliergopher/cpio v1.0.1 // indirect
|
|
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/charmbracelet/bubbletea v0.26.6 // indirect
|
|
github.com/charmbracelet/x/ansi v0.1.4 // indirect
|
|
github.com/charmbracelet/x/input v0.1.0 // indirect
|
|
github.com/charmbracelet/x/term v0.1.1 // indirect
|
|
github.com/charmbracelet/x/windows v0.1.0 // indirect
|
|
github.com/cloudflare/circl v1.3.8 // indirect
|
|
github.com/containerd/continuity v0.4.3 // indirect
|
|
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
|
|
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/davidmz/go-pageant v1.0.2 // indirect
|
|
github.com/dghubble/sling v1.4.0 // indirect
|
|
github.com/dimchansky/utfbom v1.1.1 // indirect
|
|
github.com/distribution/reference v0.6.0 // indirect
|
|
github.com/docker/cli v27.1.1+incompatible // indirect
|
|
github.com/docker/distribution v2.8.3+incompatible // indirect
|
|
github.com/docker/docker v27.1.1+incompatible // indirect
|
|
github.com/docker/docker-credential-helpers v0.8.1 // indirect
|
|
github.com/docker/go-connections v0.5.0 // indirect
|
|
github.com/docker/go-metrics v0.0.1 // indirect
|
|
github.com/docker/go-units v0.5.0
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/elliotchance/orderedmap/v2 v2.2.0 // indirect
|
|
github.com/emirpasic/gods v1.18.1 // indirect
|
|
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
|
|
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
|
github.com/gabriel-vasile/mimetype v1.4.4 // indirect
|
|
github.com/github/smimesign v0.2.0 // indirect
|
|
github.com/go-fed/httpsig v1.1.0 // indirect
|
|
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
|
|
github.com/go-git/go-billy/v5 v5.5.0 // indirect
|
|
github.com/go-git/go-git/v5 v5.12.0 // indirect
|
|
github.com/go-logr/logr v1.4.2 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/go-openapi/analysis v0.23.0 // indirect
|
|
github.com/go-openapi/errors v0.22.0 // indirect
|
|
github.com/go-openapi/jsonpointer v0.21.0 // indirect
|
|
github.com/go-openapi/jsonreference v0.21.0 // indirect
|
|
github.com/go-openapi/loads v0.22.0 // indirect
|
|
github.com/go-openapi/runtime v0.28.0 // indirect
|
|
github.com/go-openapi/spec v0.21.0 // indirect
|
|
github.com/go-openapi/strfmt v0.23.0 // indirect
|
|
github.com/go-openapi/swag v0.23.0 // indirect
|
|
github.com/go-openapi/validate v0.24.0 // indirect
|
|
github.com/go-restruct/restruct v1.2.0-alpha // indirect
|
|
github.com/go-viper/mapstructure/v2 v2.0.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.5.0 // indirect
|
|
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/google/rpmpack v0.6.1-0.20240329070804-c2247cbb881a // indirect
|
|
github.com/google/s2a-go v0.1.7 // indirect
|
|
github.com/google/safetext v0.0.0-20220905092116-b49f7bc46da2 // indirect
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
|
github.com/google/wire v0.6.0 // indirect
|
|
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
|
|
github.com/googleapis/gax-go/v2 v2.12.3 // indirect
|
|
github.com/goreleaser/chglog v0.6.1 // indirect
|
|
github.com/gorilla/mux v1.8.1 // indirect
|
|
github.com/gorilla/websocket v1.5.1 // indirect
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.1 // 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.7 // indirect
|
|
github.com/hashicorp/go-version v1.6.0 // indirect
|
|
github.com/hashicorp/golang-lru v1.0.2 // indirect
|
|
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
|
|
github.com/huandu/xstrings v1.3.3 // indirect
|
|
github.com/imdario/mergo v0.3.16 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/ipfs/bbloom v0.0.4 // indirect
|
|
github.com/ipfs/go-block-format v0.2.0 // indirect
|
|
github.com/ipfs/go-cid v0.4.1 // indirect
|
|
github.com/ipfs/go-datastore v0.6.0 // indirect
|
|
github.com/ipfs/go-ipfs-blockstore v1.3.1 // indirect
|
|
github.com/ipfs/go-ipfs-ds-help v1.1.1 // indirect
|
|
github.com/ipfs/go-ipfs-util v0.0.3 // indirect
|
|
github.com/ipfs/go-ipld-cbor v0.1.0 // indirect
|
|
github.com/ipfs/go-ipld-format v0.6.0 // indirect
|
|
github.com/ipfs/go-log v1.0.5 // indirect
|
|
github.com/ipfs/go-log/v2 v2.5.1 // indirect
|
|
github.com/ipfs/go-metrics-interface v0.0.1 // indirect
|
|
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
|
|
github.com/jbenet/goprocess v0.1.4 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/kevinburke/ssh_config v1.2.0 // indirect
|
|
github.com/klauspost/compress v1.17.9
|
|
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
|
github.com/letsencrypt/boulder v0.0.0-20231026200631-000cd05d5491 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
github.com/magiconair/properties v1.8.7 // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-localereader v0.0.1 // indirect
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
github.com/minio/sha256-simd v1.0.1 // 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/docker-image-spec v1.3.1 // indirect
|
|
github.com/moby/sys/user v0.1.0 // indirect
|
|
github.com/moby/term v0.5.0 // indirect
|
|
github.com/mr-tron/base58 v1.2.0 // indirect
|
|
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
|
|
github.com/muesli/cancelreader v0.2.2 // indirect
|
|
github.com/muesli/mango v0.1.0 // indirect
|
|
github.com/muesli/mango-pflag v0.1.0 // indirect
|
|
github.com/multiformats/go-base32 v0.1.0 // indirect
|
|
github.com/multiformats/go-base36 v0.2.0 // indirect
|
|
github.com/multiformats/go-multibase v0.2.0 // indirect
|
|
github.com/multiformats/go-multihash v0.2.3 // indirect
|
|
github.com/multiformats/go-varint v0.0.7 // indirect
|
|
github.com/oklog/ulid v1.3.1 // indirect
|
|
github.com/onsi/gomega v1.31.0 // indirect
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
github.com/opencontainers/image-spec v1.1.0 // indirect
|
|
github.com/opencontainers/runc v1.2.0-rc.1 // indirect
|
|
github.com/opentracing/opentracing-go v1.2.0 // indirect
|
|
github.com/pelletier/go-toml v1.9.5 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
|
|
github.com/pjbgf/sha1cd v0.3.0 // indirect
|
|
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/polydawn/refmt v0.89.1-0.20221221234430-40501e09de1f // indirect
|
|
github.com/prometheus/client_golang v1.19.0 // indirect
|
|
github.com/prometheus/client_model v0.6.0 // indirect
|
|
github.com/prometheus/common v0.51.1 // indirect
|
|
github.com/prometheus/procfs v0.12.0 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/sagikazarmark/locafero v0.4.0 // indirect
|
|
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
|
|
github.com/scylladb/go-set v1.0.3-0.20200225121959-cc7b2070d91e // indirect
|
|
github.com/secure-systems-lab/go-securesystemslib v0.8.0 // indirect
|
|
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
|
|
github.com/shopspring/decimal v1.2.0 // indirect
|
|
github.com/sigstore/cosign/v2 v2.2.4 // indirect
|
|
github.com/sigstore/rekor v1.3.6 // indirect
|
|
github.com/sigstore/sigstore v1.8.3 // indirect
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
github.com/skeema/knownhosts v1.2.2 // indirect
|
|
github.com/sourcegraph/conc v0.3.0 // indirect
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
|
github.com/spf13/afero v1.11.0 // indirect
|
|
github.com/spf13/cast v1.6.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/spf13/viper v1.19.0 // indirect
|
|
github.com/subosito/gotenv v1.6.0 // 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.5 // indirect
|
|
github.com/wagoodman/go-partybus v0.0.0-20230516145632-8ccac152c651 // indirect
|
|
github.com/wagoodman/go-progress v0.0.0-20220614130704-4b1c25a33c7c // indirect
|
|
github.com/whyrusleeping/cbor-gen v0.1.1-0.20240311221002-68b9f235c302 // indirect
|
|
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
|
|
github.com/xanzy/ssh-agent v0.3.3 // 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
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
|
gitlab.com/digitalxero/go-conventional-commit v1.0.7 // indirect
|
|
go.mongodb.org/mongo-driver v1.14.0 // indirect
|
|
go.opencensus.io v0.24.0 // indirect
|
|
go.opentelemetry.io/contrib/exporters/autoexport v0.46.1 // indirect
|
|
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.51.0 // indirect
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.51.0 // indirect
|
|
go.opentelemetry.io/otel v1.28.0 // indirect
|
|
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.44.0 // indirect
|
|
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.44.0 // indirect
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.22.0 // indirect
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 // indirect
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.22.0 // indirect
|
|
go.opentelemetry.io/otel/exporters/prometheus v0.44.0 // indirect
|
|
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v0.44.0 // indirect
|
|
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.21.0 // indirect
|
|
go.opentelemetry.io/otel/metric v1.28.0 // indirect
|
|
go.opentelemetry.io/otel/sdk v1.28.0 // indirect
|
|
go.opentelemetry.io/otel/sdk/metric v1.28.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.28.0 // indirect
|
|
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
|
|
go.uber.org/atomic v1.11.0 // indirect
|
|
go.uber.org/automaxprocs v1.5.3
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
go.uber.org/zap v1.27.0 // indirect
|
|
golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb
|
|
golang.org/x/mod v0.20.0 // indirect
|
|
golang.org/x/net v0.28.0 // indirect
|
|
golang.org/x/sys v0.23.0 // indirect
|
|
golang.org/x/term v0.23.0 // indirect
|
|
golang.org/x/time v0.5.0 // indirect
|
|
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
|
|
google.golang.org/api v0.176.1 // indirect
|
|
google.golang.org/genproto v0.0.0-20240415180920-8c6c420018be // indirect
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20240415180920-8c6c420018be // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be // indirect
|
|
google.golang.org/grpc v1.63.2 // indirect
|
|
google.golang.org/protobuf v1.33.0 // indirect
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
gopkg.in/go-jose/go-jose.v2 v2.6.3 // indirect
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
gopkg.in/warnings.v0 v0.1.2 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
lukechampine.com/blake3 v1.2.1 // indirect
|
|
sigs.k8s.io/kind v0.23.0 // indirect
|
|
sigs.k8s.io/yaml v1.4.0 // indirect
|
|
software.sslmate.com/src/go-pkcs12 v0.4.0 // indirect
|
|
)
|