mirror of
https://github.com/TECHNOFAB11/docsonnet.git
synced 2026-02-02 07:35:11 +01:00
feat: make paths work
This commit is contained in:
parent
21c8ebc75f
commit
75f8e7373c
6 changed files with 83 additions and 77 deletions
3
go.mod
3
go.mod
|
|
@ -3,9 +3,10 @@ module github.com/sh0rez/docsonnet
|
|||
go 1.14
|
||||
|
||||
require (
|
||||
github.com/go-clix/cli v0.1.1
|
||||
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/markbates/pkger v0.15.1
|
||||
github.com/stretchr/testify v1.4.0
|
||||
gopkg.in/yaml.v2 v2.2.7
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue