aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJan Mercl <0xjnml@gmail.com>2020-07-30 17:13:42 +0200
committerJan Mercl <0xjnml@gmail.com>2020-07-30 17:13:42 +0200
commit3337c85b5e539021d90ccec9891d73b14c64671b (patch)
tree5772afec52b44db2fc97c3b5ca1544a2189bb3b8 /go.mod
parent2491c1ae5a0c50a7bd21d8f7709b8ba39dcc20eb (diff)
103 errors out of 202628 tests on Linux 64-bit little-endian
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 566be2b..586daa4 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.6
+ modernc.org/crt/v3 v3.24.8
modernc.org/mathutil v1.0.0
modernc.org/tcl v1.0.1-beta1
)