mirror of
https://github.com/goreleaser/goreleaser.git
synced 2024-12-31 01:53:50 +02:00
f6eb51cb9c
<!-- Hi, thanks for contributing! Please make sure you read our CONTRIBUTING guide. Also, add tests and the respective documentation changes as well. --> <!-- If applied, this commit will... --> This PR upgrades nFPM to v0.20.0, and integrates the new `ConventionalExtension` method to use the correct extension for the packaging format that is being used. <!-- Why is this change being made? --> Currently, goreleaser uses the name of the format to determine the extension. This has worked fine, but with the introduction of Archlinux packages, goreleaser has to handle packages with extensions that don't match the name of the format, since Archlinux uses `.pkg.tar.zst` as the extension. <!-- # Provide links to any relevant tickets, URLs or other resources --> goreleaser/nfpm#546 goreleaser/nfpm#543
166 lines
8.2 KiB
Modula-2
166 lines
8.2 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.1.1
|
|
github.com/atc0005/go-teams-notify/v2 v2.6.1
|
|
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.1.8
|
|
github.com/charmbracelet/keygen v0.3.0
|
|
github.com/charmbracelet/lipgloss v0.6.1-0.20221011104340-92c8fa0a572b
|
|
github.com/dghubble/go-twitter v0.0.0-20211115160449-93a8679adecb
|
|
github.com/dghubble/oauth1 v0.7.1
|
|
github.com/disgoorg/disgo v0.13.20
|
|
github.com/disgoorg/snowflake/v2 v2.0.0
|
|
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
|
|
github.com/google/go-github/v47 v47.1.0
|
|
github.com/google/uuid v1.3.0
|
|
github.com/goreleaser/fileglob v1.3.0
|
|
github.com/goreleaser/nfpm/v2 v2.20.0
|
|
github.com/imdario/mergo v0.3.13
|
|
github.com/invopop/jsonschema v0.6.0
|
|
github.com/jarcoal/httpmock v1.2.0
|
|
github.com/klauspost/pgzip v1.2.5
|
|
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.12.1-0.20220901123159-d729275e0977
|
|
github.com/slack-go/slack v0.11.3
|
|
github.com/spf13/cobra v1.6.0
|
|
github.com/stretchr/testify v1.8.0
|
|
github.com/ulikunitz/xz v0.5.10
|
|
github.com/withfig/autocomplete-tools/integrations/cobra v1.2.1
|
|
github.com/xanzy/go-gitlab v0.73.1
|
|
gocloud.dev v0.27.0
|
|
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
|
|
golang.org/x/oauth2 v0.0.0-20220722155238-128564f6959c
|
|
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
|
|
gopkg.in/mail.v2 v2.3.1
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go v0.103.0 // indirect
|
|
cloud.google.com/go/compute v1.7.0 // indirect
|
|
cloud.google.com/go/iam v0.3.0 // indirect
|
|
cloud.google.com/go/kms v1.4.0 // indirect
|
|
cloud.google.com/go/storage v1.24.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.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
|
|
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/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
|
|
github.com/AzureAD/microsoft-authentication-library-for-go v0.4.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.5.1 // indirect
|
|
github.com/ProtonMail/go-crypto v0.0.0-20210512092938-c05353c2d58c // indirect
|
|
github.com/acomagu/bufpipe v1.0.3 // indirect
|
|
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
|
|
github.com/aymanbagabas/go-osc52 v1.0.3 // 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/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/log v1.2.0 // indirect
|
|
github.com/emirpasic/gods v1.12.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/gobwas/glob v0.2.3 // indirect
|
|
github.com/golang-jwt/jwt v3.2.1+incompatible // indirect
|
|
github.com/golang-jwt/jwt/v4 v4.4.2 // 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/wire v0.5.0 // indirect
|
|
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
|
|
github.com/googleapis/gax-go/v2 v2.4.0 // indirect
|
|
github.com/goreleaser/chglog v0.2.2 // indirect
|
|
github.com/gorilla/websocket v1.5.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.2.1 // 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/kevinburke/ssh_config v1.1.0 // indirect
|
|
github.com/klauspost/compress v1.15.11 // indirect
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
github.com/mitchellh/reflectwalk v1.0.2 // 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/pkg/browser v0.0.0-20210115035449-ce105d075bb4 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.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/spf13/pflag v1.0.5 // indirect
|
|
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
|
|
github.com/xanzy/ssh-agent v0.3.1 // indirect
|
|
gitlab.com/digitalxero/go-conventional-commit v1.0.7 // indirect
|
|
go.opencensus.io v0.23.0 // indirect
|
|
golang.org/x/net v0.0.0-20220805013720-a33c5aa5df48 // indirect
|
|
golang.org/x/sys v0.0.0-20220909162455-aba9fc2a8ff2 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
|
|
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
|
|
google.golang.org/api v0.91.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20220802133213-ce4fa296bf78 // indirect
|
|
google.golang.org/grpc v1.48.0 // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
gopkg.in/warnings.v0 v0.1.2 // indirect
|
|
)
|