git.s-ol.nu json-hopper / main go.mod
main

Tree @main (Download .tar.gz)

go.mod @mainraw · history · blame

1
2
3
4
5
6
7
8
module s-ol.nu/json-hopper

go 1.16

require (
	github.com/google/uuid v1.3.0 // indirect
	github.com/santhosh-tekuri/jsonschema/v5 v5.0.0
)