docsonnet/go.mod
Jeroen Op 't Eynde 1f8d4c6fbf
feat: containerize (#19)
* feat: containerize

* Stripping reduces binary size, fully static linking makes the binary more portable

Co-authored-by: sh0rez <me@shorez.de>
2021-06-03 14:58:12 +02:00

12 lines
322 B
Modula-2

module github.com/jsonnet-libs/docsonnet
go 1.16
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.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
)