module github.com/CloudAutomationSolutions/invoicerender go 1.12 require ( github.com/jung-kurt/gofpdf v1.5.2 github.com/spf13/cobra v0.0.5 github.com/spf13/viper v1.3.2 golang.org/x/text v0.3.0 gopkg.in/yaml.v2 v2.2.2 )