module github.com/coveooss/gotemplate/v3 go 1.13 require ( github.com/Masterminds/sprig/v3 v3.1.0 github.com/PuerkitoBio/goquery v1.5.1 github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect github.com/bmatcuk/doublestar v1.3.1 github.com/coveooss/multilogger v0.4.6 github.com/coveord/kingpin/v2 v2.3.1 github.com/drhodes/goLorem v0.0.0-20160418191928-ecccc744c2d9 github.com/fatih/color v1.9.0 github.com/go-errors/errors v1.1.1 github.com/hashicorp/hcl v1.0.0 github.com/mattn/go-colorable v0.1.6 // indirect github.com/mitchellh/reflectwalk v1.0.1 // indirect github.com/sergi/go-diff v1.1.0 github.com/sirupsen/logrus v1.6.0 github.com/stretchr/testify v1.6.1 golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect golang.org/x/sys v0.0.0-20200610111108-226ff32320da // indirect gopkg.in/src-d/go-git.v4 v4.13.1 gopkg.in/yaml.v2 v2.3.0 )