2018-10-28 21:54:15 -03:00
|
|
|
module github.com/goreleaser/goreleaser
|
|
|
|
|
2019-09-23 17:13:38 -04:00
|
|
|
go 1.13
|
2019-09-09 15:17:30 +02:00
|
|
|
|
2018-10-28 21:54:15 -03:00
|
|
|
require (
|
2019-10-29 02:33:01 +01:00
|
|
|
code.gitea.io/sdk/gitea v0.0.0-20191013013401-e41e9ea72caa
|
2019-12-22 14:57:18 -03:00
|
|
|
github.com/Masterminds/semver/v3 v3.0.3
|
2019-09-13 09:53:56 -03:00
|
|
|
github.com/apex/log v1.1.1
|
2019-10-13 20:08:14 -03:00
|
|
|
github.com/aws/aws-sdk-go v1.25.11
|
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-10-30 18:01:53 -03:00
|
|
|
github.com/golang/protobuf v1.3.2 // indirect
|
2019-10-06 12:39:53 -03:00
|
|
|
github.com/google/go-github/v28 v28.1.1
|
2019-12-22 15:00:59 -03:00
|
|
|
github.com/goreleaser/nfpm v1.1.9
|
2019-10-06 12:39:53 -03:00
|
|
|
github.com/imdario/mergo v0.3.8
|
|
|
|
github.com/jarcoal/httpmock v1.0.4
|
2019-09-13 09:53:56 -03:00
|
|
|
github.com/kamilsk/retry/v4 v4.3.1
|
|
|
|
github.com/mattn/go-zglob v0.0.1
|
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-09-13 09:53:56 -03:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2019-12-22 15:02:30 -03:00
|
|
|
github.com/xanzy/go-gitlab v0.22.2
|
2019-11-20 13:08:25 -03:00
|
|
|
gocloud.dev v0.18.0
|
2019-11-20 13:11:42 -03:00
|
|
|
golang.org/x/net v0.0.0-20191119073136-fc4aabc6c914 // indirect
|
2019-09-13 09:53:56 -03:00
|
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
2019-10-06 12:39:53 -03:00
|
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
|
2019-10-30 18:01:53 -03:00
|
|
|
google.golang.org/appengine v1.6.5 // indirect
|
2019-01-22 01:12:17 -02:00
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
2019-11-20 13:10:03 -03:00
|
|
|
gopkg.in/yaml.v2 v2.2.7
|
2018-10-28 21:54:15 -03:00
|
|
|
)
|