2018-10-29 02:54:15 +02:00
|
|
|
module github.com/goreleaser/goreleaser
|
|
|
|
|
2020-03-04 06:24:51 +02:00
|
|
|
go 1.14
|
2019-09-09 15:17:30 +02:00
|
|
|
|
2018-10-29 02:54:15 +02:00
|
|
|
require (
|
2020-03-31 15:14:02 +02:00
|
|
|
code.gitea.io/sdk/gitea v0.11.2
|
2020-04-17 09:30:31 +02:00
|
|
|
github.com/Masterminds/semver/v3 v3.1.0
|
2019-09-13 14:53:56 +02:00
|
|
|
github.com/apex/log v1.1.1
|
2020-01-26 17:25:27 +02:00
|
|
|
github.com/aws/aws-sdk-go v1.25.11 // indirect
|
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-01-13 10:54:10 +02:00
|
|
|
github.com/fatih/color v1.9.0
|
2019-10-06 17:39:53 +02:00
|
|
|
github.com/google/go-github/v28 v28.1.1
|
2020-03-17 10:51:52 +02:00
|
|
|
github.com/goreleaser/nfpm v1.2.1
|
2020-03-25 11:11:30 +02:00
|
|
|
github.com/imdario/mergo v0.3.9
|
2020-03-18 10:17:14 +02:00
|
|
|
github.com/jarcoal/httpmock v1.0.5
|
2020-04-12 19:12:53 +02:00
|
|
|
github.com/mattn/go-shellwords v1.0.10
|
2019-09-13 14:53:56 +02:00
|
|
|
github.com/mattn/go-zglob v0.0.1
|
2019-06-29 16:02:40 +02:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2020-01-26 16:49:18 +02:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-02-20 09:33:16 +02:00
|
|
|
github.com/stretchr/testify v1.5.1
|
2020-04-14 14:51:22 +02:00
|
|
|
github.com/ulikunitz/xz v0.5.7
|
2020-03-24 14:44:58 +02:00
|
|
|
github.com/xanzy/go-gitlab v0.29.0
|
2020-02-17 14:56:49 +02:00
|
|
|
gocloud.dev v0.19.0
|
2020-01-26 16:49:18 +02:00
|
|
|
golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa // indirect
|
|
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
2019-10-06 17:39:53 +02:00
|
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
|
2019-10-30 23:01:53 +02:00
|
|
|
google.golang.org/appengine v1.6.5 // indirect
|
2019-01-22 05:12:17 +02:00
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
2020-01-26 16:49:18 +02:00
|
|
|
gopkg.in/yaml.v2 v2.2.8
|
2018-10-29 02:54:15 +02:00
|
|
|
)
|