2018-10-28 21:54:15 -03:00
|
|
|
module github.com/goreleaser/goreleaser
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/Masterminds/semver v1.4.2
|
|
|
|
github.com/apex/log v1.1.0
|
2019-06-29 16:02:40 +02:00
|
|
|
github.com/aws/aws-sdk-go v1.19.16
|
2018-10-28 21:54:15 -03: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 15:44:08 +03:00
|
|
|
github.com/google/go-github/v25 v25.0.1
|
2019-06-29 12:26:01 -03:00
|
|
|
github.com/goreleaser/nfpm v0.12.0
|
2018-10-28 21:54:15 -03:00
|
|
|
github.com/imdario/mergo v0.3.6
|
2019-03-03 19:16:01 +03:00
|
|
|
github.com/kamilsk/retry/v4 v4.0.0
|
2019-06-29 16:02:40 +02:00
|
|
|
github.com/mattn/go-colorable v0.0.9 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.4 // indirect
|
2018-10-28 21:54:15 -03:00
|
|
|
github.com/mattn/go-zglob v0.0.0-20180803001819-2ea3427bfa53
|
2019-06-29 16:02:40 +02:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2019-06-05 15:51:01 +02:00
|
|
|
github.com/pkg/errors v0.8.1
|
2019-03-03 19:16:01 +03:00
|
|
|
github.com/stretchr/testify v1.3.0
|
2019-06-29 16:02:40 +02:00
|
|
|
github.com/xanzy/go-gitlab v0.18.0
|
|
|
|
gocloud.dev v0.15.0
|
2019-06-28 13:51:19 +02:00
|
|
|
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect
|
2019-06-29 11:07:07 -03:00
|
|
|
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a
|
2019-06-28 13:51:19 +02:00
|
|
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58
|
|
|
|
golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb // indirect
|
|
|
|
golang.org/x/text v0.3.2 // indirect
|
2019-01-22 01:12:17 -02:00
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
2019-06-29 16:02:40 +02:00
|
|
|
gopkg.in/yaml.v2 v2.2.1
|
2018-10-28 21:54:15 -03:00
|
|
|
)
|