| module github.com/webgpu-native/webgpu-headers |
| |
| go 1.21 |
| |
| require ( |
| github.com/goccy/go-yaml v1.11.3 |
| github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 |
| ) |
| |
| require ( |
| github.com/a8m/envsubst v1.4.2 // indirect |
| github.com/alecthomas/participle/v2 v2.1.1 // indirect |
| github.com/dimchansky/utfbom v1.1.1 // indirect |
| github.com/elliotchance/orderedmap v1.6.0 // indirect |
| github.com/fatih/color v1.17.0 // indirect |
| github.com/goccy/go-json v0.10.3 // indirect |
| github.com/inconshreveable/mousetrap v1.1.0 // indirect |
| github.com/jinzhu/copier v0.4.0 // indirect |
| github.com/magiconair/properties v1.8.7 // indirect |
| github.com/mattn/go-colorable v0.1.13 // indirect |
| github.com/mattn/go-isatty v0.0.20 // indirect |
| github.com/mikefarah/yq/v4 v4.44.2 // indirect |
| github.com/pelletier/go-toml/v2 v2.2.2 // indirect |
| github.com/spf13/cobra v1.8.0 // indirect |
| github.com/spf13/pflag v1.0.5 // indirect |
| github.com/yuin/gopher-lua v1.1.1 // indirect |
| golang.org/x/net v0.26.0 // indirect |
| golang.org/x/sys v0.21.0 // indirect |
| golang.org/x/text v0.16.0 // indirect |
| golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect |
| gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473 // indirect |
| gopkg.in/yaml.v3 v3.0.1 // indirect |
| ) |