1
1
mirror of https://github.com/goreleaser/nfpm synced 2024-11-19 03:25:08 +01:00
nfpm/go.mod

28 lines
1.1 KiB
Modula-2
Raw Normal View History

2018-10-29 01:36:46 +01:00
module github.com/goreleaser/nfpm
go 1.14
replace github.com/google/rpmpack => github.com/goreleaser/rpmpack v0.0.0-20200915084912-ac8a7d0c1fdc
2018-10-29 01:36:46 +01:00
require (
github.com/Masterminds/semver/v3 v3.1.0
2018-10-29 01:36:46 +01:00
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.31.0
github.com/google/rpmpack v0.0.0-20200731134257-3685799e8fdf
github.com/goreleaser/chglog v0.1.1
github.com/imdario/mergo v0.3.11
github.com/mattn/go-zglob v0.0.3
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/objx v0.2.0 // indirect
github.com/stretchr/testify v1.6.1
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
gopkg.in/yaml.v2 v2.3.0
gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c // indirect
2018-10-29 01:36:46 +01:00
)