docsonnet/go.mod

13 lines
292 B
Modula-2
Raw Normal View History

module github.com/jsonnet-libs/docsonnet
2020-03-22 16:47:47 +01:00
go 1.16
2020-03-22 16:47:47 +01:00
require (
2020-05-02 19:54:34 +02:00
github.com/go-clix/cli v0.1.2-0.20200502172020-b8f4629e879a
2020-03-22 16:47:47 +01:00
github.com/google/go-cmp v0.4.0
2022-10-20 14:01:16 +03:00
github.com/google/go-jsonnet v0.18.0
2020-04-29 17:13:38 +02:00
github.com/markbates/pkger v0.15.1
2020-04-29 16:39:37 +02:00
github.com/stretchr/testify v1.4.0
2020-05-02 19:54:34 +02:00
gopkg.in/yaml.v2 v2.2.7
2020-03-22 16:47:47 +01:00
)