File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ go 1.25.0
55require (
66 github.com/cloudflare/circl v1.6.5
77 github.com/fxamacker/cbor/v2 v2.9.2
8+ github.com/santhosh-tekuri/jsonschema/v6 v6.0.3
89 github.com/transparency-dev/merkle v0.0.2
910 modernc.org/sqlite v1.56.0
1011)
@@ -15,7 +16,6 @@ require (
1516 github.com/mattn/go-isatty v0.0.24 // indirect
1617 github.com/ncruces/go-strftime v1.0.0 // indirect
1718 github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
18- github.com/santhosh-tekuri/jsonschema/v6 v6.0.3 // indirect
1919 github.com/x448/float16 v0.8.4 // indirect
2020 golang.org/x/sys v0.47.0 // indirect
2121 golang.org/x/text v0.14.0 // indirect
Original file line number Diff line number Diff line change 11github.com/cloudflare/circl v1.6.5 h1:O64F26HEqNhznd/hrC5KZXVKYuKM2rx4deZDTc4ihQA =
22github.com/cloudflare/circl v1.6.5 /go.mod h1:h5LNyxAc5nTue9DS5jT+48en2PSDYt3zdGnz5OstK6c =
3+ github.com/dlclark/regexp2 v1.11.0 h1:G/nrcoOa7ZXlpoa/91N3X7mM3r8eIlMBBJZvsz/mxKI =
4+ github.com/dlclark/regexp2 v1.11.0 /go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8 =
35github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY =
46github.com/dustin/go-humanize v1.0.1 /go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto =
57github.com/fxamacker/cbor/v2 v2.9.2 h1:X4Ksno9+x3cz0TZv69ec1hxP/+tymuR8PXQJyDwfh78 =
You can’t perform that action at this time.
0 commit comments