summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-02-05 18:35:45 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-02-05 18:35:45 -0700
commit87013d526ea1b0647ef6e08758fe587cee11d854 (patch)
treec0ed2c803d3779aaeb6030f3b4a9029cf564c052 /go.mod
parent88b0f90f95ded3a221ab1ba0bd5befbef0d9fcbe (diff)
Fix compilation with Go 1.20v0.3.4
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 6d5804b..06770f0 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module git.lukeshu.com/go/lowmemjson
-go 1.18
+go 1.20
require (
git.lukeshu.com/go/typedsync v0.1.0