...
1module crypto/internal/cryptotest/wycheproof/_schema
2
3go 1.26.4
4
5require (
6 github.com/atombender/go-jsonschema v0.23.1
7 github.com/c2sp/wycheproof v0.0.0-20260625212325-ee7b4f7e6119
8)
9
10require (
11 dario.cat/mergo v1.0.2 // indirect
12 github.com/goccy/go-yaml v1.19.2 // indirect
13 github.com/google/go-cmp v0.7.0 // indirect
14 github.com/mitchellh/go-wordwrap v1.0.1 // indirect
15 github.com/sanity-io/litter v1.5.8 // indirect
16 github.com/sosodev/duration v1.4.0 // indirect
17)
18
19replace github.com/atombender/go-jsonschema => github.com/filippo-claude/go-jsonschema v0.23.2-0.20260625215234-f867483bec31
View as plain text