summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-01-31 19:22:10 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-01-31 19:22:10 -0700
commitb9799a080f88472b633d45625c88322f2630d9ea (patch)
tree0f5edbc4c27725761324c50e1dd77b786a36fa7b /go.mod
parentcc00c03b70521bb7ea6c0fb8acb4810eb2cc0d21 (diff)
Upgrade git.lukeshu.com/go/typedsync
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 452d2ff..6d5804b 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module git.lukeshu.com/go/lowmemjson
go 1.18
require (
- git.lukeshu.com/go/typedsync v0.0.0-20230126205501-1e8afc0ceb1e
+ git.lukeshu.com/go/typedsync v0.1.0
github.com/stretchr/testify v1.8.0
)