feat: rewrite render

This commit is contained in:
sh0rez 2020-04-29 16:39:37 +02:00
parent 5fbee517fe
commit 7308eecaf3
No known key found for this signature in database
GPG key ID: 87C71DF9F8181FF1
10 changed files with 352 additions and 198 deletions

3
go.mod
View file

@ -3,6 +3,7 @@ module github.com/sh0rez/docsonnet
go 1.14
require (
github.com/Masterminds/sprig/v3 v3.0.2
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/go-cmp v0.4.0
github.com/stretchr/testify v1.4.0
)