2018-10-29 02:54:15 +02:00
|
|
|
module github.com/goreleaser/goreleaser
|
|
|
|
|
2021-02-17 00:51:11 +02:00
|
|
|
go 1.16
|
2019-09-09 15:17:30 +02:00
|
|
|
|
2018-10-29 02:54:15 +02:00
|
|
|
require (
|
2021-07-01 13:33:23 +02:00
|
|
|
code.gitea.io/sdk/gitea v0.14.1
|
2020-11-24 14:21:38 +02:00
|
|
|
github.com/Masterminds/semver/v3 v3.1.1
|
2020-08-18 14:14:51 +02:00
|
|
|
github.com/apex/log v1.9.0
|
2018-10-29 02:54:15 +02:00
|
|
|
github.com/caarlos0/ctrlc v1.0.0
|
2021-06-01 12:54:37 +02:00
|
|
|
github.com/caarlos0/env/v6 v6.6.2
|
2021-03-22 13:45:18 +02:00
|
|
|
github.com/caarlos0/go-shellwords v1.0.12
|
2021-07-03 19:04:19 +02:00
|
|
|
github.com/dghubble/go-twitter v0.0.0-20210609183100-2fdbf421508e
|
2021-05-25 05:19:06 +02:00
|
|
|
github.com/dghubble/oauth1 v0.7.0
|
2021-05-25 14:36:47 +02:00
|
|
|
github.com/fatih/color v1.12.0
|
2021-06-07 13:41:19 +02:00
|
|
|
github.com/google/go-github/v35 v35.3.0
|
2021-03-01 19:19:13 +02:00
|
|
|
github.com/goreleaser/fileglob v1.2.0
|
2021-07-12 13:50:09 +02:00
|
|
|
github.com/goreleaser/nfpm/v2 v2.6.0
|
2021-03-10 14:43:22 +02:00
|
|
|
github.com/imdario/mergo v0.3.12
|
2021-02-03 14:53:51 +02:00
|
|
|
github.com/jarcoal/httpmock v1.0.8
|
2019-06-29 16:02:40 +02:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2021-07-03 21:18:43 +02:00
|
|
|
github.com/spf13/cobra v1.2.1
|
2021-01-14 13:32:46 +02:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-02-03 14:21:16 +02:00
|
|
|
github.com/ulikunitz/xz v0.5.10
|
2021-08-12 14:02:35 +02:00
|
|
|
github.com/xanzy/go-gitlab v0.50.3
|
2021-05-17 14:03:45 +02:00
|
|
|
gocloud.dev v0.23.0
|
2021-07-03 19:04:19 +02:00
|
|
|
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914
|
2021-05-17 14:03:45 +02:00
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
2020-11-26 14:51:27 +02:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2018-10-29 02:54:15 +02:00
|
|
|
)
|