mirror of
https://github.com/TECHNOFAB11/docsonnet.git
synced 2026-02-02 23:55:10 +01:00
feat: builtin Jsonnet
This commit is contained in:
parent
7308eecaf3
commit
09e8e3ddd9
5 changed files with 166 additions and 10 deletions
4
go.mod
4
go.mod
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue