Skip to content

Commit 8920d6d

Browse files
committed
Merge branch 'chore/go-mod-tidy' into develop
2 parents 67e0e06 + 2641ba5 commit 8920d6d

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ go 1.25.0
55
require (
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

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
github.com/cloudflare/circl v1.6.5 h1:O64F26HEqNhznd/hrC5KZXVKYuKM2rx4deZDTc4ihQA=
22
github.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=
35
github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=
46
github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto=
57
github.com/fxamacker/cbor/v2 v2.9.2 h1:X4Ksno9+x3cz0TZv69ec1hxP/+tymuR8PXQJyDwfh78=

0 commit comments

Comments
 (0)