summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-01-08 23:48:37 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-02-12 16:16:53 -0700
commit573316e3c2ddd91fd0f36d2251f9660b4f98bebc (patch)
tree3e4793944472e3e2ae8262e4b2ef52cd19b08d58 /go.mod
parent61656c6d1ba2bb463c1a51b69c151eb2e495c20b (diff)
binstruct: Make the cache thread-safe
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 2bd05ff..f2e26e7 100644
--- a/go.mod
+++ b/go.mod
@@ -4,7 +4,7 @@
module git.lukeshu.com/btrfs-progs-ng
-go 1.19
+go 1.20
require (
git.lukeshu.com/go/lowmemjson v0.3.4