summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-01-30 23:00:11 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-01-30 23:00:11 -0700
commit5d5ac549dc1a25963418fda4b20ed181b7afd8d2 (patch)
tree8c5c2e9f5bd1c3a2208efe4d11965ecaa95472ec /go.mod
parent005dfe26e308b965c2f42c81d34a4b48757414a3 (diff)
parentccf8dc4b21bb1a547f118affab22bca3a02df270 (diff)
Merge branch 'lukeshu/tune'
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 4 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 74386a3..452d2ff 100644
--- a/go.mod
+++ b/go.mod
@@ -2,7 +2,10 @@ module git.lukeshu.com/go/lowmemjson
go 1.18
-require github.com/stretchr/testify v1.8.0
+require (
+ git.lukeshu.com/go/typedsync v0.0.0-20230126205501-1e8afc0ceb1e
+ github.com/stretchr/testify v1.8.0
+)
require (
github.com/davecgh/go-spew v1.1.1 // indirect