mirror of
https://github.com/goreleaser/nfpm
synced 2024-11-19 03:25:08 +01:00
6f9fccf78f
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.26.0 to 1.27.0. - [Release notes](https://github.com/golangci/golangci-lint/releases) - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md) - [Commits](https://github.com/golangci/golangci-lint/compare/v1.26.0...v1.27.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
22 lines
837 B
Modula-2
22 lines
837 B
Modula-2
module github.com/goreleaser/nfpm
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/Masterminds/semver/v3 v3.1.0
|
|
github.com/alecthomas/kingpin v2.2.6+incompatible
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
|
|
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
|
|
github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb
|
|
github.com/golangci/golangci-lint v1.27.0
|
|
github.com/google/rpmpack v0.0.0-20191226140753-aa36bfddb3a0
|
|
github.com/imdario/mergo v0.3.9
|
|
github.com/mattn/go-zglob v0.0.1
|
|
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sassoftware/go-rpmutils v0.0.0-20190420191620-a8f1baeba37b
|
|
github.com/stretchr/testify v1.5.1
|
|
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
)
|