aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJan Mercl <0xjnml@gmail.com>2019-12-19 15:58:58 +0100
committerJan Mercl <0xjnml@gmail.com>2019-12-19 15:58:58 +0100
commit58026126c2d182c9a75f5b98d263f1733ddd9dd3 (patch)
treea014f3258f1b07721a7016222fd3fc0e99672bbd /go.mod
parent179c16d747dbaad875f20b52af14a4f95357003c (diff)
support SQLite's multi-thread model
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 73f7414..1685ff1 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,4 @@ module modernc.org/sqlite
go 1.13
-require modernc.org/crt/v2 v2.0.0-alpha.1
+require modernc.org/crt/v2 v2.0.0-20191219143825-5728f219e36a