module github.com/grafana/tanka go 1.12 require ( github.com/Masterminds/semver v1.4.2 github.com/fatih/color v1.9.0 github.com/fatih/structs v1.1.0 github.com/go-clix/cli v0.1.1 github.com/gobwas/glob v0.2.3 github.com/google/go-cmp v0.3.0 github.com/google/go-jsonnet v0.15.1-0.20200331184325-4f4aa80dd785 github.com/karrick/godirwalk v1.15.5 github.com/pkg/errors v0.8.1 github.com/posener/complete v1.2.3 github.com/spf13/pflag v1.0.5 github.com/stretchr/objx v0.2.0 github.com/stretchr/testify v1.4.0 github.com/thoas/go-funk v0.4.0 golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586 gopkg.in/yaml.v2 v2.2.8 gopkg.in/yaml.v3 v3.0.0-20191010095647-fc94e3f71652 k8s.io/apimachinery v0.18.3 )