Skip to content
Snippets Groups Projects
This project manages its dependencies using Go Modules. Learn more
go.mod 264 B
module _ // go.mod created for tooling dependencies

go 1.15

require (
	github.com/brancz/gojsontoyaml v0.0.0-20200602132005-3697ded27e8c
	github.com/campoy/embedmd v1.0.0
	github.com/google/go-jsonnet v0.17.0
	github.com/jsonnet-bundler/jsonnet-bundler v0.4.0
)