module github.com/grafana/tanka go 1.12 require ( github.com/Masterminds/semver v1.4.2 github.com/alecthomas/chroma v0.6.6 github.com/fatih/color v1.7.0 github.com/fatih/structs v1.1.0 github.com/google/go-jsonnet v0.14.1-0.20191006203837-42cb19ef24fb github.com/kr/pretty v0.1.0 // indirect github.com/pkg/errors v0.8.1 github.com/posener/complete v1.2.1 github.com/spf13/cobra v0.0.5 github.com/spf13/pflag v1.0.3 github.com/spf13/viper v1.3.2 github.com/stretchr/objx v0.2.0 github.com/stretchr/testify v1.3.0 github.com/thoas/go-funk v0.4.0 golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect gopkg.in/yaml.v2 v2.2.2 gopkg.in/yaml.v3 v3.0.0-20191010095647-fc94e3f71652 )