github.com/alecthomas/jsonschema@v0.0.0-20220216202328-9eeeec9d044b/go.mod (about)

     1  module github.com/alecthomas/jsonschema
     2  
     3  go 1.12
     4  
     5  require (
     6  	github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0
     7  	github.com/stretchr/testify v1.3.1-0.20190311161405-34c6fa2dc709
     8  )