feat: builtin Jsonnet

This commit is contained in:
sh0rez 2020-04-29 17:13:38 +02:00
parent 7308eecaf3
commit 09e8e3ddd9
No known key found for this signature in database
GPG key ID: 87C71DF9F8181FF1
5 changed files with 166 additions and 10 deletions

4
go.mod
View file

@ -3,7 +3,9 @@ module github.com/sh0rez/docsonnet
go 1.14
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-clix/cli v0.1.1
github.com/google/go-cmp v0.4.0
github.com/google/go-jsonnet v0.15.0
github.com/markbates/pkger v0.15.1
github.com/stretchr/testify v1.4.0
)