2018-10-29 02:54:15 +02:00
|
|
|
module github.com/goreleaser/goreleaser
|
|
|
|
|
2021-02-17 00:51:11 +02:00
|
|
|
go 1.16
|
2019-09-09 15:17:30 +02:00
|
|
|
|
2018-10-29 02:54:15 +02:00
|
|
|
require (
|
2021-03-23 14:28:30 +02:00
|
|
|
code.gitea.io/sdk/gitea v0.14.0
|
2020-11-24 14:21:38 +02:00
|
|
|
github.com/Masterminds/semver/v3 v3.1.1
|
2020-08-18 14:14:51 +02:00
|
|
|
github.com/apex/log v1.9.0
|
2018-10-29 02:54:15 +02:00
|
|
|
github.com/caarlos0/ctrlc v1.0.0
|
2021-05-25 05:19:06 +02:00
|
|
|
github.com/caarlos0/env/v6 v6.6.0
|
2021-03-22 13:45:18 +02:00
|
|
|
github.com/caarlos0/go-shellwords v1.0.12
|
2018-10-29 02:54:15 +02:00
|
|
|
github.com/campoy/unique v0.0.0-20180121183637-88950e537e7e
|
2021-05-25 05:19:06 +02:00
|
|
|
github.com/dghubble/go-twitter v0.0.0-20201011215211-4b180d0cc78d
|
|
|
|
github.com/dghubble/oauth1 v0.7.0
|
2021-05-14 15:08:45 +02:00
|
|
|
github.com/fatih/color v1.11.0
|
2021-05-07 14:45:10 +02:00
|
|
|
github.com/google/go-github/v35 v35.2.0
|
2021-03-01 19:19:13 +02:00
|
|
|
github.com/goreleaser/fileglob v1.2.0
|
2021-05-04 19:44:43 +02:00
|
|
|
github.com/goreleaser/nfpm/v2 v2.5.1
|
2021-03-10 14:43:22 +02:00
|
|
|
github.com/imdario/mergo v0.3.12
|
2021-02-03 14:53:51 +02: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-02-11 14:56:57 +02:00
|
|
|
github.com/spf13/cobra v1.1.3
|
2021-01-14 13:32:46 +02:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-02-03 14:21:16 +02:00
|
|
|
github.com/ulikunitz/xz v0.5.10
|
2021-05-14 15:01:16 +02:00
|
|
|
github.com/xanzy/go-gitlab v0.50.0
|
2021-05-17 14:03:45 +02:00
|
|
|
gocloud.dev v0.23.0
|
|
|
|
golang.org/x/oauth2 v0.0.0-20210427180440-81ed05c6b58c
|
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
2020-11-26 14:51:27 +02:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2018-10-29 02:54:15 +02:00
|
|
|
)
|