diff options
author | Jan Mercl <0xjnml@gmail.com> | 2020-07-28 18:41:54 +0200 |
---|---|---|
committer | Jan Mercl <0xjnml@gmail.com> | 2020-07-28 18:42:57 +0200 |
commit | 2491c1ae5a0c50a7bd21d8f7709b8ba39dcc20eb (patch) | |
tree | dfcc4c2b2499a07815936cf70b70f1911a3de6af /go.mod | |
parent | b406626c64313ae348996c243a0a05d3f6ed2c3c (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.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ) |