mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-08 03:31:59 +02:00
31 lines
1.3 KiB
Modula-2
31 lines
1.3 KiB
Modula-2
|
module github.com/goreleaser/goreleaser
|
||
|
|
||
|
require (
|
||
|
github.com/Masterminds/semver v1.4.2
|
||
|
github.com/alecthomas/kingpin v2.2.6+incompatible
|
||
|
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
|
||
|
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
|
||
|
github.com/apex/log v1.1.0
|
||
|
github.com/aws/aws-sdk-go v1.15.64
|
||
|
github.com/blakesmith/ar v0.0.0-20150311145944-8bd4349a67f2
|
||
|
github.com/caarlos0/ctrlc v1.0.0
|
||
|
github.com/campoy/unique v0.0.0-20180121183637-88950e537e7e
|
||
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
||
|
github.com/fatih/color v1.7.0
|
||
|
github.com/google/go-github v17.0.0+incompatible
|
||
|
github.com/google/go-querystring v1.0.0 // indirect
|
||
|
github.com/goreleaser/nfpm v0.9.5
|
||
|
github.com/imdario/mergo v0.3.6
|
||
|
github.com/mattn/go-colorable v0.0.9 // indirect
|
||
|
github.com/mattn/go-isatty v0.0.4 // indirect
|
||
|
github.com/mattn/go-zglob v0.0.0-20180803001819-2ea3427bfa53
|
||
|
github.com/mitchellh/go-homedir v1.0.0
|
||
|
github.com/pkg/errors v0.8.0
|
||
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||
|
github.com/stretchr/testify v1.2.2
|
||
|
golang.org/x/net v0.0.0-20181023162649-9b4f9f5ad519 // indirect
|
||
|
golang.org/x/oauth2 v0.0.0-20181017192945-9dcd33a902f4
|
||
|
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
|
||
|
gopkg.in/yaml.v2 v2.2.1
|
||
|
)
|