mirror of
https://github.com/goreleaser/goreleaser.git
synced 2024-12-31 01:53:50 +02:00
aa07bad2fe
Bumps [github.com/apex/log](https://github.com/apex/log) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/apex/log/releases) - [Changelog](https://github.com/apex/log/blob/master/History.md) - [Commits](https://github.com/apex/log/compare/v1.6.0...v1.7.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
32 lines
1002 B
Modula-2
32 lines
1002 B
Modula-2
module github.com/goreleaser/goreleaser
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
code.gitea.io/sdk/gitea v0.12.1
|
|
github.com/Masterminds/semver/v3 v3.1.0
|
|
github.com/apex/log v1.7.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.9.0
|
|
github.com/golangci/golangci-lint v1.30.0
|
|
github.com/google/go-github/v28 v28.1.1
|
|
github.com/goreleaser/nfpm v1.5.0
|
|
github.com/hashicorp/go-version v1.2.1 // indirect
|
|
github.com/imdario/mergo v0.3.10
|
|
github.com/jarcoal/httpmock v1.0.5
|
|
github.com/mattn/go-shellwords v1.0.10
|
|
github.com/mattn/go-zglob v0.0.3
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/spf13/cobra v1.0.0
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/ulikunitz/xz v0.5.7
|
|
github.com/xanzy/go-gitlab v0.33.0
|
|
gocloud.dev v0.20.0
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
|
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
)
|