File: go.mod

package info (click to toggle)
golang-github-alecthomas-jsonschema 0.0~git20210127.19bc6f2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 176 kB
  • sloc: makefile: 4
file content (8 lines) | stat: -rw-r--r-- 197 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
module github.com/alecthomas/jsonschema

go 1.12

require (
	github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0
	github.com/stretchr/testify v1.3.1-0.20190311161405-34c6fa2dc709
)