File: go.mod

package info (click to toggle)
golang-github-santhosh-tekuri-jsonschema 5.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 476 kB
  • sloc: makefile: 15
file content (8 lines) | stat: -rw-r--r-- 148 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/santhosh-tekuri/jsonschema/cmd/jv

go 1.15

require (
	github.com/santhosh-tekuri/jsonschema/v5 v5.3.0
	gopkg.in/yaml.v3 v3.0.1
)