1
1
mirror of https://github.com/goreleaser/nfpm synced 2024-10-01 10:41:14 +02:00
nfpm/go.mod
Carlos Alexandro Becker 9bd8145ab5 chore: go modules
2018-10-29 09:34:39 -03:00

16 lines
549 B
Modula-2

module github.com/goreleaser/nfpm
require (
github.com/alecthomas/kingpin v2.2.6+incompatible
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf
github.com/blakesmith/ar v0.0.0-20150311145944-8bd4349a67f2
github.com/davecgh/go-spew v1.1.0
github.com/imdario/mergo v0.3.4
github.com/mattn/go-zglob v0.0.0-20171230104132-4959821b4817
github.com/pkg/errors v0.8.0
github.com/pmezard/go-difflib v1.0.0
github.com/stretchr/testify v1.2.1
gopkg.in/yaml.v2 v2.2.1
)