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 (
|
2020-12-12 18:33:54 +02:00
|
|
|
code.gitea.io/sdk/gitea v0.13.2
|
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
|
|
|
|
github.com/campoy/unique v0.0.0-20180121183637-88950e537e7e
|
2020-11-03 13:49:37 +02:00
|
|
|
github.com/fatih/color v1.10.0
|
2019-10-06 17:39:53 +02:00
|
|
|
github.com/google/go-github/v28 v28.1.1
|
2021-03-01 19:19:13 +02:00
|
|
|
github.com/goreleaser/fileglob v1.2.0
|
|
|
|
github.com/goreleaser/nfpm/v2 v2.3.1
|
2020-08-12 14:13:04 +02:00
|
|
|
github.com/imdario/mergo v0.3.11
|
2021-02-03 14:53:51 +02:00
|
|
|
github.com/jarcoal/httpmock v1.0.8
|
2020-04-12 19:12:53 +02:00
|
|
|
github.com/mattn/go-shellwords v1.0.10
|
2019-06-29 16:02:40 +02:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2021-02-11 14:56:57 +02:00
|
|
|
github.com/spf13/cobra v1.1.3
|
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-03-08 22:20:13 +02:00
|
|
|
github.com/xanzy/go-gitlab v0.46.0
|
2021-02-08 14:42:17 +02:00
|
|
|
gocloud.dev v0.22.0
|
2020-12-12 01:14:58 +02:00
|
|
|
golang.org/x/oauth2 v0.0.0-20201203001011-0b49973bad19
|
|
|
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
|
2021-03-01 19:45:06 +02:00
|
|
|
golang.org/x/tools v0.0.0-20210105210202-9ed45478a130 // indirect
|
2020-11-26 14:51:27 +02:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2018-10-29 02:54:15 +02:00
|
|
|
)
|
2020-08-14 15:14:48 +02:00
|
|
|
|
|
|
|
// https://github.com/mattn/go-shellwords/pull/39
|
|
|
|
replace github.com/mattn/go-shellwords => github.com/caarlos0/go-shellwords v1.0.11
|