fix(render): argument formatting

Printed go internals previously, now works properly with Jsonnet representation
This commit is contained in:
sh0rez 2020-05-13 12:30:05 +02:00
parent 66a158a8f2
commit 0d8cf83b56
No known key found for this signature in database
GPG key ID: 87C71DF9F8181FF1
3 changed files with 62 additions and 18 deletions

2
go.mod
View file

@ -5,7 +5,7 @@ go 1.14
require (
github.com/go-clix/cli v0.1.2-0.20200502172020-b8f4629e879a
github.com/google/go-cmp v0.4.0
github.com/google/go-jsonnet v0.15.0
github.com/google/go-jsonnet v0.15.1-0.20200415122941-8a0084e64395
github.com/markbates/pkger v0.15.1
github.com/stretchr/testify v1.4.0
gopkg.in/yaml.v2 v2.2.7