forked from goreleaser/nfpm
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
21 lines (19 loc) · 837 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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.2
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.6.1
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
gopkg.in/yaml.v2 v2.3.0
)