2018-10-28 21:54:15 -03:00
|
|
|
module github.com/goreleaser/goreleaser
|
|
|
|
|
2020-08-16 11:29:44 -03:00
|
|
|
go 1.15
|
2019-09-09 15:17:30 +02:00
|
|
|
|
2018-10-28 21:54:15 -03:00
|
|
|
require (
|
2020-12-12 13:33:54 -03:00
|
|
|
code.gitea.io/sdk/gitea v0.13.2
|
2020-11-24 09:21:38 -03:00
|
|
|
github.com/Masterminds/semver/v3 v3.1.1
|
2020-08-18 09:14:51 -03:00
|
|
|
github.com/apex/log v1.9.0
|
2018-10-28 21:54:15 -03:00
|
|
|
github.com/caarlos0/ctrlc v1.0.0
|
|
|
|
github.com/campoy/unique v0.0.0-20180121183637-88950e537e7e
|
2020-05-10 21:34:55 +02:00
|
|
|
github.com/client9/misspell v0.3.4
|
2020-11-03 08:49:37 -03:00
|
|
|
github.com/fatih/color v1.10.0
|
2020-11-27 02:16:08 +00:00
|
|
|
github.com/golangci/golangci-lint v1.33.0
|
2019-10-06 12:39:53 -03:00
|
|
|
github.com/google/go-github/v28 v28.1.1
|
2020-12-09 08:39:38 -03:00
|
|
|
github.com/goreleaser/fileglob v0.3.1
|
2020-12-28 14:40:23 -03:00
|
|
|
github.com/goreleaser/nfpm/v2 v2.1.0
|
2020-08-12 09:13:04 -03:00
|
|
|
github.com/imdario/mergo v0.3.11
|
2020-08-10 09:55:22 -03:00
|
|
|
github.com/jarcoal/httpmock v1.0.6
|
2020-04-12 14:12:53 -03: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
|
2020-10-19 09:58:37 -03:00
|
|
|
github.com/spf13/cobra v1.1.1
|
2020-06-08 09:52:43 -03:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2020-12-18 08:27:43 -03:00
|
|
|
github.com/ulikunitz/xz v0.5.9
|
2020-12-28 16:38:56 -03:00
|
|
|
github.com/xanzy/go-gitlab v0.40.2
|
2020-12-11 20:14:58 -03:00
|
|
|
gocloud.dev v0.21.0
|
|
|
|
golang.org/x/oauth2 v0.0.0-20201203001011-0b49973bad19
|
|
|
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
|
2020-11-26 09:51:27 -03:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2018-10-28 21:54:15 -03:00
|
|
|
)
|
2020-08-14 10:14:48 -03:00
|
|
|
|
|
|
|
// https://github.com/mattn/go-shellwords/pull/39
|
|
|
|
replace github.com/mattn/go-shellwords => github.com/caarlos0/go-shellwords v1.0.11
|