diff options
author | Jan Mercl <0xjnml@gmail.com> | 2019-12-21 11:00:50 +0100 |
---|---|---|
committer | Jan Mercl <0xjnml@gmail.com> | 2019-12-21 11:00:50 +0100 |
commit | 8717080461412ef105e587b66fecfc6221691674 (patch) | |
tree | 2c505c6e20609c4863b48791c5c6e04b601fbc37 /go.mod | |
parent | bfb8a00ee0efc6704123d17c4f37ec0b075b1459 (diff) |
add concurrent inserts test
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 +) |