2018-10-29 02:54:15 +02:00
|
|
|
module github.com/goreleaser/goreleaser
|
|
|
|
|
|
|
|
require (
|
2019-08-26 09:31:38 +02:00
|
|
|
code.gitea.io/gitea v1.10.0-dev.0.20190711052757-a0820e09fbf7
|
|
|
|
code.gitea.io/sdk/gitea v0.0.0-20190802154435-bbad0d915e44
|
2018-10-29 02:54:15 +02:00
|
|
|
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-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-08-31 15:29:24 +02:00
|
|
|
github.com/gogo/protobuf v1.2.0 // indirect
|
2019-04-22 14:44:08 +02:00
|
|
|
github.com/google/go-github/v25 v25.0.1
|
2019-06-29 17:26:01 +02:00
|
|
|
github.com/goreleaser/nfpm v0.12.0
|
2018-10-29 02:54:15 +02:00
|
|
|
github.com/imdario/mergo v0.3.6
|
2019-08-26 09:31:38 +02:00
|
|
|
github.com/jarcoal/httpmock v0.0.0-20180424175123-9c70cfe4a1da
|
2019-03-03 18:16:01 +02: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
|
2018-10-29 02:54:15 +02: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 18:16:01 +02:00
|
|
|
github.com/stretchr/testify v1.3.0
|
2019-08-14 15:07:59 +02:00
|
|
|
github.com/xanzy/go-gitlab v0.19.0
|
2019-06-29 16:02:40 +02:00
|
|
|
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 16:07:07 +02: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
|
2019-01-22 05:12:17 +02:00
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
2019-08-26 09:31:38 +02:00
|
|
|
gopkg.in/yaml.v2 v2.2.2
|
2018-10-29 02:54:15 +02:00
|
|
|
)
|