github.com/msaf1980/nfpmc@v0.1.6/go.mod (about)

     1  module github.com/msaf1980/nfpmc
     2  
     3  go 1.16
     4  
     5  require (
     6  	github.com/goreleaser/nfpm/v2 v2.5.1
     7  	github.com/r3labs/diff/v2 v2.13.1 // indirect
     8  	github.com/spf13/pflag v1.0.5
     9  	github.com/stretchr/testify v1.7.0
    10  )