github.com/amane3/goreleaser@v0.182.0/go.mod (about)

     1  module github.com/amane3/goreleaser
     2  
     3  go 1.15
     4  
     5  require (
     6  	code.gitea.io/sdk/gitea v0.13.2
     7  	github.com/Masterminds/semver/v3 v3.1.1
     8  	github.com/apex/log v1.9.0
     9  	github.com/caarlos0/ctrlc v1.0.0
    10  	github.com/campoy/unique v0.0.0-20180121183637-88950e537e7e
    11  	github.com/client9/misspell v0.3.4
    12  	github.com/fatih/color v1.10.0
    13  	github.com/golangci/golangci-lint v1.33.0
    14  	github.com/google/go-github/v28 v28.1.1
    15  	github.com/goreleaser/fileglob v0.3.1
    16  	github.com/goreleaser/nfpm/v2 v2.0.0
    17  	github.com/imdario/mergo v0.3.11
    18  	github.com/jarcoal/httpmock v1.0.6
    19  	github.com/mattn/go-shellwords v1.0.10
    20  	github.com/mitchellh/go-homedir v1.1.0
    21  	github.com/spf13/cobra v1.1.1
    22  	github.com/stretchr/testify v1.6.1
    23  	github.com/ulikunitz/xz v0.5.9
    24  	github.com/xanzy/go-gitlab v0.40.1
    25  	gocloud.dev v0.21.0
    26  	golang.org/x/oauth2 v0.0.0-20201203001011-0b49973bad19
    27  	golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
    28  	gopkg.in/yaml.v2 v2.4.0
    29  )
    30  
    31  // https://github.com/mattn/go-shellwords/pull/39
    32  replace github.com/mattn/go-shellwords => github.com/caarlos0/go-shellwords v1.0.11
    33  
    34  replace github.com/google/rpmpack => github.com/djgilcrease/rpmpack v0.0.0-20201221224521-5ac1d3b45cee