We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e21e1 commit 54f1ae1Copy full SHA for 54f1ae1
go.mod
@@ -1,6 +1,6 @@
1
module github.com/CASParser/cas-parser-go
2
3
-go 1.21
+go 1.22
4
5
require (
6
github.com/tidwall/gjson v1.14.4
internal/encoding/json/shims/shims.go
@@ -1,5 +1,5 @@
// This package provides shims over Go 1.2{2,3} APIs
-// which are missing from Go 1.21, and used by the Go 1.24 encoding/json package.
+// which are missing from Go 1.22, and used by the Go 1.24 encoding/json package.
//
// Inside the vendored package, all shim code has comments that begin look like
// // SHIM(...): ...
0 commit comments