2018-10-29 02:54:15 +02:00
|
|
|
module github.com/goreleaser/goreleaser
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/Masterminds/semver v1.4.2
|
|
|
|
github.com/apex/log v1.1.0
|
2019-06-05 15:51:01 +02:00
|
|
|
github.com/aws/aws-sdk-go v1.16.23
|
2018-10-29 02:54:15 +02:00
|
|
|
github.com/caarlos0/ctrlc v1.0.0
|
|
|
|
github.com/campoy/unique v0.0.0-20180121183637-88950e537e7e
|
|
|
|
github.com/fatih/color v1.7.0
|
2019-04-22 14:44:08 +02:00
|
|
|
github.com/google/go-github/v25 v25.0.1
|
2019-03-20 03:12:18 +02:00
|
|
|
github.com/goreleaser/nfpm v0.11.0
|
2018-10-29 02:54:15 +02:00
|
|
|
github.com/imdario/mergo v0.3.6
|
2019-03-03 18:16:01 +02:00
|
|
|
github.com/kamilsk/retry/v4 v4.0.0
|
2018-10-29 02:54:15 +02:00
|
|
|
github.com/mattn/go-zglob v0.0.0-20180803001819-2ea3427bfa53
|
|
|
|
github.com/mitchellh/go-homedir v1.0.0
|
2019-06-05 15:51:01 +02:00
|
|
|
github.com/pkg/errors v0.8.1
|
2019-03-03 18:16:01 +02:00
|
|
|
github.com/stretchr/testify v1.3.0
|
2019-06-05 15:51:01 +02:00
|
|
|
gocloud.dev v0.13.0
|
|
|
|
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421
|
2019-04-22 14:44:08 +02:00
|
|
|
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6
|
2019-01-22 05:12:17 +02:00
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
2019-06-05 15:51:01 +02:00
|
|
|
gopkg.in/yaml.v2 v2.2.2
|
2018-10-29 02:54:15 +02:00
|
|
|
)
|