module github.com/flant/multiwerf go 1.13 require ( github.com/Masterminds/semver v1.5.0 github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect github.com/fatih/color v1.7.0 github.com/flant/shluz v0.0.0-20191223174507-c6152b298d53 github.com/mattn/go-colorable v0.1.4 // indirect github.com/mattn/go-isatty v0.0.10 github.com/onsi/ginkgo v1.11.0 github.com/onsi/gomega v1.8.1 github.com/otiai10/copy v1.0.2 github.com/stretchr/testify v1.4.0 gopkg.in/alecthomas/kingpin.v2 v2.2.6 )