mirror of
https://github.com/goreleaser/goreleaser.git
synced 2024-12-31 01:53:50 +02:00
1a78829698
Signed-off-by: Carlos Becker <caarlos0@gmail.com>
29 lines
921 B
Modula-2
29 lines
921 B
Modula-2
module github.com/goreleaser/goreleaser
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
code.gitea.io/sdk/gitea v0.14.0
|
|
github.com/Masterminds/semver/v3 v3.1.1
|
|
github.com/apex/log v1.9.0
|
|
github.com/caarlos0/ctrlc v1.0.0
|
|
github.com/caarlos0/go-shellwords v1.0.12
|
|
github.com/campoy/unique v0.0.0-20180121183637-88950e537e7e
|
|
github.com/fatih/color v1.10.0
|
|
github.com/google/go-github/v35 v35.1.0
|
|
github.com/goreleaser/fileglob v1.2.0
|
|
github.com/goreleaser/nfpm/v2 v2.5.0
|
|
github.com/imdario/mergo v0.3.12
|
|
github.com/jarcoal/httpmock v1.0.8
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/spf13/cobra v1.1.3
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/ulikunitz/xz v0.5.10
|
|
github.com/xanzy/go-gitlab v0.48.0
|
|
gocloud.dev v0.22.0
|
|
golang.org/x/oauth2 v0.0.0-20201203001011-0b49973bad19
|
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
|
|
golang.org/x/tools v0.0.0-20210105210202-9ed45478a130 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|