mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-24 04:16:27 +02:00
43b91b6baf
Bumps code.gitea.io/sdk/gitea from 0.14.1 to 0.15.0. --- updated-dependencies: - dependency-name: code.gitea.io/sdk/gitea dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
30 lines
930 B
Modula-2
30 lines
930 B
Modula-2
module github.com/goreleaser/goreleaser
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
code.gitea.io/sdk/gitea v0.15.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/env/v6 v6.6.2
|
|
github.com/caarlos0/go-shellwords v1.0.12
|
|
github.com/dghubble/go-twitter v0.0.0-20210609183100-2fdbf421508e
|
|
github.com/dghubble/oauth1 v0.7.0
|
|
github.com/fatih/color v1.12.0
|
|
github.com/google/go-github/v35 v35.3.0
|
|
github.com/goreleaser/fileglob v1.2.0
|
|
github.com/goreleaser/nfpm/v2 v2.6.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.2.1
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/ulikunitz/xz v0.5.10
|
|
github.com/xanzy/go-gitlab v0.50.3
|
|
gocloud.dev v0.23.0
|
|
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|