We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d73805b commit 8b1fb30Copy full SHA for 8b1fb30
go.mod
@@ -1,6 +1,8 @@
1
module github.com/twpayne/go-jsonstruct/v3
2
3
-go 1.22
+go 1.24
4
+
5
+tool github.com/twpayne/go-jsonstruct/v3/cmd/gojsonstruct
6
7
require (
8
github.com/alecthomas/assert/v2 v2.6.0
0 commit comments