module github.com/benbjohnson/tmpl

require (
	github.com/Masterminds/semver v1.4.2
	github.com/Masterminds/sprig v2.16.0+incompatible
	github.com/aokoli/goutils v1.0.1
	github.com/dustin/go-humanize v1.0.0
	github.com/google/uuid v1.0.0
	github.com/huandu/xstrings v1.0.0
	github.com/imdario/mergo v0.3.4
	golang.org/x/crypto v0.0.0-20180505025534-4ec37c66abab
)
