mirror of
https://github.com/goreleaser/goreleaser.git
synced 2024-12-31 01:53:50 +02:00
b8b0b02f6e
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.41.0 to 0.42.0. - [Release notes](https://github.com/xanzy/go-gitlab/releases) - [Changelog](https://github.com/xanzy/go-gitlab/blob/master/CHANGELOG.md) - [Commits](https://github.com/xanzy/go-gitlab/compare/v0.41.0...v0.42.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
33 lines
1.0 KiB
Modula-2
33 lines
1.0 KiB
Modula-2
module github.com/goreleaser/goreleaser
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
code.gitea.io/sdk/gitea v0.13.2
|
|
github.com/Masterminds/semver/v3 v3.1.1
|
|
github.com/apex/log v1.9.0
|
|
github.com/caarlos0/ctrlc v1.0.0
|
|
github.com/campoy/unique v0.0.0-20180121183637-88950e537e7e
|
|
github.com/client9/misspell v0.3.4
|
|
github.com/fatih/color v1.10.0
|
|
github.com/golangci/golangci-lint v1.34.1
|
|
github.com/google/go-github/v28 v28.1.1
|
|
github.com/goreleaser/fileglob v0.3.1
|
|
github.com/goreleaser/nfpm/v2 v2.2.2
|
|
github.com/imdario/mergo v0.3.11
|
|
github.com/jarcoal/httpmock v1.0.7
|
|
github.com/mattn/go-shellwords v1.0.10
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/spf13/cobra v1.1.1
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/ulikunitz/xz v0.5.9
|
|
github.com/xanzy/go-gitlab v0.42.0
|
|
gocloud.dev v0.21.0
|
|
golang.org/x/oauth2 v0.0.0-20201203001011-0b49973bad19
|
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
// https://github.com/mattn/go-shellwords/pull/39
|
|
replace github.com/mattn/go-shellwords => github.com/caarlos0/go-shellwords v1.0.11
|