31 lines
1.1 KiB
Modula-2
31 lines
1.1 KiB
Modula-2
module github.com/dapr/components-contrib/build-tools
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/dapr/components-contrib v0.0.0
|
|
github.com/invopop/jsonschema v0.6.0
|
|
github.com/spf13/cobra v1.6.1
|
|
github.com/xeipuuv/gojsonschema v1.2.1-0.20201027075954-b076d39a02e5
|
|
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
sigs.k8s.io/yaml v1.3.0
|
|
)
|
|
|
|
require (
|
|
github.com/dapr/kit v0.11.4-0.20230807225040-b6b141aa3e32 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.1-0.20220423185008-bf980b35cac4 // indirect
|
|
github.com/spf13/cast v1.5.1 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
|
|
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
k8s.io/apimachinery v0.26.3 // indirect
|
|
)
|
|
|
|
replace github.com/dapr/components-contrib => ../
|