aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJan Mercl <0xjnml@gmail.com>2020-07-28 18:41:54 +0200
committerJan Mercl <0xjnml@gmail.com>2020-07-28 18:42:57 +0200
commit2491c1ae5a0c50a7bd21d8f7709b8ba39dcc20eb (patch)
treedfcc4c2b2499a07815936cf70b70f1911a3de6af /go.mod
parentb406626c64313ae348996c243a0a05d3f6ed2c3c (diff)
575 errors out of 200676 tests on Linux 64-bit little-endian
All memory allocations freed - no leaks
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 2a3c58a..566be2b 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module modernc.org/sqlite
go 1.14
require (
- modernc.org/crt/v3 v3.24.0
+ modernc.org/crt/v3 v3.24.6
modernc.org/mathutil v1.0.0
- modernc.org/tcl v1.0.0-beta1
+ modernc.org/tcl v1.0.1-beta1
)