2021-06-03 14:58:12 +02:00
|
|
|
module github.com/jsonnet-libs/docsonnet
|
2020-03-22 16:47:47 +01:00
|
|
|
|
2023-02-16 09:38:05 +01:00
|
|
|
go 1.19
|
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
|
|
|
)
|
2023-02-16 09:38:05 +01:00
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
|
github.com/gobuffalo/here v0.6.0 // indirect
|
|
|
|
|
github.com/hashicorp/errwrap v1.0.0 // indirect
|
|
|
|
|
github.com/hashicorp/go-multierror v1.0.0 // indirect
|
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
|
github.com/posener/complete v1.2.3 // indirect
|
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
|
sigs.k8s.io/yaml v1.1.0 // indirect
|
|
|
|
|
)
|