mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-14 03:51:24 +02:00
chore: go mod tidy
This commit is contained in:
parent
679ed3b7c9
commit
809a6da0f0
13
go.mod
13
go.mod
@ -4,21 +4,25 @@ go 1.17
|
|||||||
|
|
||||||
require (
|
require (
|
||||||
code.gitea.io/sdk/gitea v0.15.0
|
code.gitea.io/sdk/gitea v0.15.0
|
||||||
|
github.com/DisgoOrg/disgohook v1.4.3
|
||||||
github.com/Masterminds/semver/v3 v3.1.1
|
github.com/Masterminds/semver/v3 v3.1.1
|
||||||
github.com/alecthomas/jsonschema v0.0.0-20211022214203-8b29eab41725
|
github.com/alecthomas/jsonschema v0.0.0-20211022214203-8b29eab41725
|
||||||
github.com/apex/log v1.9.0
|
github.com/apex/log v1.9.0
|
||||||
|
github.com/atc0005/go-teams-notify/v2 v2.6.0
|
||||||
github.com/caarlos0/ctrlc v1.0.0
|
github.com/caarlos0/ctrlc v1.0.0
|
||||||
github.com/caarlos0/env/v6 v6.7.0
|
github.com/caarlos0/env/v6 v6.7.0
|
||||||
github.com/caarlos0/go-shellwords v1.0.12
|
github.com/caarlos0/go-shellwords v1.0.12
|
||||||
github.com/dghubble/go-twitter v0.0.0-20210609183100-2fdbf421508e
|
github.com/dghubble/go-twitter v0.0.0-20210609183100-2fdbf421508e
|
||||||
github.com/dghubble/oauth1 v0.7.0
|
github.com/dghubble/oauth1 v0.7.0
|
||||||
github.com/fatih/color v1.12.0
|
github.com/fatih/color v1.12.0
|
||||||
|
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
|
||||||
github.com/google/go-github/v39 v39.2.0
|
github.com/google/go-github/v39 v39.2.0
|
||||||
github.com/goreleaser/fileglob v1.2.0
|
github.com/goreleaser/fileglob v1.2.0
|
||||||
github.com/goreleaser/nfpm/v2 v2.6.0
|
github.com/goreleaser/nfpm/v2 v2.6.0
|
||||||
github.com/imdario/mergo v0.3.12
|
github.com/imdario/mergo v0.3.12
|
||||||
github.com/jarcoal/httpmock v1.0.8
|
github.com/jarcoal/httpmock v1.0.8
|
||||||
github.com/mitchellh/go-homedir v1.1.0
|
github.com/mitchellh/go-homedir v1.1.0
|
||||||
|
github.com/slack-go/slack v0.9.4
|
||||||
github.com/spf13/cobra v1.2.1
|
github.com/spf13/cobra v1.2.1
|
||||||
github.com/stretchr/testify v1.7.0
|
github.com/stretchr/testify v1.7.0
|
||||||
github.com/ulikunitz/xz v0.5.10
|
github.com/ulikunitz/xz v0.5.10
|
||||||
@ -27,15 +31,8 @@ require (
|
|||||||
gocloud.dev v0.24.0
|
gocloud.dev v0.24.0
|
||||||
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
|
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
|
||||||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
||||||
gopkg.in/yaml.v2 v2.4.0
|
|
||||||
)
|
|
||||||
|
|
||||||
require (
|
|
||||||
github.com/DisgoOrg/disgohook v1.4.3
|
|
||||||
github.com/atc0005/go-teams-notify/v2 v2.6.0
|
|
||||||
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
|
|
||||||
github.com/slack-go/slack v0.9.4
|
|
||||||
gopkg.in/mail.v2 v2.3.1
|
gopkg.in/mail.v2 v2.3.1
|
||||||
|
gopkg.in/yaml.v2 v2.4.0
|
||||||
)
|
)
|
||||||
|
|
||||||
require (
|
require (
|
||||||
|
Loading…
Reference in New Issue
Block a user