module github.com/coveooss/gotemplate/v3 go 1.13 require ( github.com/Masterminds/sprig/v3 v3.1.0 github.com/PuerkitoBio/goquery v1.6.0 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-20201120081800-1786d5ef83d4 // indirect github.com/andybalholm/cascadia v1.2.0 // indirect github.com/bmatcuk/doublestar v1.3.4 github.com/coveooss/multilogger v0.5.2 github.com/coveord/kingpin/v2 v2.3.1 github.com/drhodes/goLorem v0.0.0-20160418191928-ecccc744c2d9 github.com/fatih/color v1.10.0 github.com/go-errors/errors v1.1.1 github.com/hashicorp/hcl v1.0.0 github.com/mitchellh/reflectwalk v1.0.1 // indirect github.com/sergi/go-diff v1.1.0 github.com/sirupsen/logrus v1.7.0 github.com/stretchr/testify v1.6.1 golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9 golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect gopkg.in/src-d/go-git.v4 v4.13.1 gopkg.in/yaml.v2 v2.3.0 )