Use JsonPrintError

This commit is contained in:
George Suntres
2026-04-14 20:46:57 -04:00
parent f79f859517
commit 80b95298f3
3 changed files with 11 additions and 19 deletions

6
go.mod
View File

@@ -3,7 +3,7 @@ module git.gsuntres.com/general/structful
go 1.25.0
require (
git.gsuntres.com/general/commons v0.0.0-20260329160148-434ecef67a94
git.gsuntres.com/general/commons v0.0.0-20260414152905-c0bee95cf6f2
git.gsuntres.com/general/mongo v0.0.0-20260329164619-eff6c4ecee15
github.com/ianlancetaylor/jsonschema v0.0.0-20251021232724-46ecbf32a0a5
github.com/spf13/cast v1.10.0
@@ -21,6 +21,6 @@ require (
github.com/xdg-go/stringprep v1.0.4 // indirect
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
golang.org/x/crypto v0.48.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/text v0.34.0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/text v0.36.0 // indirect
)