aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJan Mercl <0xjnml@gmail.com>2019-12-21 11:00:50 +0100
committerJan Mercl <0xjnml@gmail.com>2019-12-21 11:00:50 +0100
commit8717080461412ef105e587b66fecfc6221691674 (patch)
tree2c505c6e20609c4863b48791c5c6e04b601fbc37 /go.mod
parentbfb8a00ee0efc6704123d17c4f37ec0b075b1459 (diff)
add concurrent inserts test
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 1685ff1..5895e86 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,7 @@ module modernc.org/sqlite
go 1.13
-require modernc.org/crt/v2 v2.0.0-20191219143825-5728f219e36a
+require (
+ modernc.org/crt/v2 v2.0.0-20191219143825-5728f219e36a
+ modernc.org/mathutil v1.0.0
+)