mirror of
https://github.com/goreleaser/nfpm
synced 2024-11-19 03:25:08 +01:00
16 lines
549 B
Modula-2
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
|
||
|
)
|