github.com/ahmet2mir/goreleaser@v0.180.3-0.20210927151101-8e5ee5a9b8c5/go.mod (about)

     1  module github.com/ahmet2mir/goreleaser
     2  
     3  go 1.17
     4  
     5  require (
     6  	code.gitea.io/sdk/gitea v0.15.0
     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/caarlos0/env/v6 v6.7.0
    11  	github.com/caarlos0/go-shellwords v1.0.12
    12  	github.com/dghubble/go-twitter v0.0.0-20210609183100-2fdbf421508e
    13  	github.com/dghubble/oauth1 v0.7.0
    14  	github.com/fatih/color v1.12.0
    15  	github.com/google/go-github/v35 v35.3.0
    16  	github.com/goreleaser/fileglob v1.2.0
    17  	github.com/goreleaser/nfpm/v2 v2.6.0
    18  	github.com/imdario/mergo v0.3.12
    19  	github.com/jarcoal/httpmock v1.0.8
    20  	github.com/mitchellh/go-homedir v1.1.0
    21  	github.com/spf13/cobra v1.2.1
    22  	github.com/stretchr/testify v1.7.0
    23  	github.com/ulikunitz/xz v0.5.10
    24  	github.com/vartanbeno/go-reddit/v2 v2.0.0
    25  	github.com/xanzy/go-gitlab v0.50.3
    26  	gocloud.dev v0.24.0
    27  	golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
    28  	golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
    29  	gopkg.in/yaml.v2 v2.4.0
    30  )
    31  
    32  require (
    33  	github.com/DisgoOrg/disgohook v1.4.3
    34  	github.com/atc0005/go-teams-notify/v2 v2.6.0
    35  	github.com/slack-go/slack v0.9.4
    36  	gopkg.in/mail.v2 v2.3.1
    37  )
    38  
    39  require (
    40  	github.com/goreleaser/goreleaser v0.180.2
    41  	github.com/sassoftware/go-rpmutils v0.2.0 // indirect
    42  )