2018-10-28 21:54:15 -03:00
|
|
|
module github.com/goreleaser/goreleaser
|
|
|
|
|
2021-02-16 19:51:11 -03:00
|
|
|
go 1.16
|
2019-09-09 15:17:30 +02:00
|
|
|
|
2018-10-28 21:54:15 -03:00
|
|
|
require (
|
2021-07-01 08:33:23 -03:00
|
|
|
code.gitea.io/sdk/gitea v0.14.1
|
2020-11-24 09:21:38 -03:00
|
|
|
github.com/Masterminds/semver/v3 v3.1.1
|
2020-08-18 09:14:51 -03:00
|
|
|
github.com/apex/log v1.9.0
|
2018-10-28 21:54:15 -03:00
|
|
|
github.com/caarlos0/ctrlc v1.0.0
|
2021-06-01 07:54:37 -03:00
|
|
|
github.com/caarlos0/env/v6 v6.6.2
|
2021-03-22 08:45:18 -03:00
|
|
|
github.com/caarlos0/go-shellwords v1.0.12
|
2018-10-28 21:54:15 -03:00
|
|
|
github.com/campoy/unique v0.0.0-20180121183637-88950e537e7e
|
2021-07-03 14:04:19 -03:00
|
|
|
github.com/dghubble/go-twitter v0.0.0-20210609183100-2fdbf421508e
|
2021-05-25 00:19:06 -03:00
|
|
|
github.com/dghubble/oauth1 v0.7.0
|
2021-05-25 09:36:47 -03:00
|
|
|
github.com/fatih/color v1.12.0
|
2021-06-07 08:41:19 -03:00
|
|
|
github.com/google/go-github/v35 v35.3.0
|
2021-03-01 14:19:13 -03:00
|
|
|
github.com/goreleaser/fileglob v1.2.0
|
2021-05-04 14:44:43 -03:00
|
|
|
github.com/goreleaser/nfpm/v2 v2.5.1
|
2021-03-10 12:43:22 +00:00
|
|
|
github.com/imdario/mergo v0.3.12
|
2021-02-03 12:53:51 +00:00
|
|
|
github.com/jarcoal/httpmock v1.0.8
|
2019-06-29 16:02:40 +02:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2021-07-03 16:18:43 -03:00
|
|
|
github.com/spf13/cobra v1.2.1
|
2021-01-14 08:32:46 -03:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-02-03 12:21:16 +00:00
|
|
|
github.com/ulikunitz/xz v0.5.10
|
2021-07-01 11:43:16 +00:00
|
|
|
github.com/xanzy/go-gitlab v0.50.1
|
2021-05-17 12:03:45 +00:00
|
|
|
gocloud.dev v0.23.0
|
2021-07-03 14:04:19 -03:00
|
|
|
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914
|
2021-05-17 12:03:45 +00:00
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
2020-11-26 09:51:27 -03:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2018-10-28 21:54:15 -03:00
|
|
|
)
|