2018-10-28 21:54:15 -03:00
|
|
|
module github.com/goreleaser/goreleaser
|
|
|
|
|
2020-03-04 01:24:51 -03:00
|
|
|
go 1.14
|
2019-09-09 15:17:30 +02:00
|
|
|
|
2018-10-28 21:54:15 -03:00
|
|
|
require (
|
2020-05-22 15:21:43 +02:00
|
|
|
code.gitea.io/sdk/gitea v0.12.0
|
2020-04-17 10:30:31 +03:00
|
|
|
github.com/Masterminds/semver/v3 v3.1.0
|
2020-05-28 09:36:48 -03:00
|
|
|
github.com/apex/log v1.3.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-01-13 11:54:10 +03:00
|
|
|
github.com/fatih/color v1.9.0
|
2020-05-26 00:48:10 -03:00
|
|
|
github.com/golangci/golangci-lint v1.27.0
|
2019-10-06 12:39:53 -03:00
|
|
|
github.com/google/go-github/v28 v28.1.1
|
2020-07-01 18:12:41 -03:00
|
|
|
github.com/goreleaser/nfpm v1.3.2
|
2020-03-25 12:11:30 +03:00
|
|
|
github.com/imdario/mergo v0.3.9
|
2020-03-18 11:17:14 +03:00
|
|
|
github.com/jarcoal/httpmock v1.0.5
|
2020-04-12 14:12:53 -03:00
|
|
|
github.com/mattn/go-shellwords v1.0.10
|
2020-06-04 11:05:32 -03:00
|
|
|
github.com/mattn/go-zglob v0.0.2
|
2019-06-29 16:02:40 +02:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2020-01-26 11:49:18 -03:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-04-27 21:42:44 -03:00
|
|
|
github.com/spf13/cobra v1.0.0
|
2020-06-08 09:52:43 -03:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2020-04-14 12:51:22 +00:00
|
|
|
github.com/ulikunitz/xz v0.5.7
|
2020-07-03 09:45:23 +00:00
|
|
|
github.com/xanzy/go-gitlab v0.33.0
|
2020-06-10 10:48:02 -03:00
|
|
|
gocloud.dev v0.20.0
|
2020-01-26 11:49:18 -03:00
|
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
2020-06-10 10:48:02 -03:00
|
|
|
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
|
2020-05-13 11:58:23 +03:00
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2018-10-28 21:54:15 -03:00
|
|
|
)
|