diff options
author | Jan Mercl <0xjnml@gmail.com> | 2020-07-30 17:13:42 +0200 |
---|---|---|
committer | Jan Mercl <0xjnml@gmail.com> | 2020-07-30 17:13:42 +0200 |
commit | 3337c85b5e539021d90ccec9891d73b14c64671b (patch) | |
tree | 5772afec52b44db2fc97c3b5ca1544a2189bb3b8 /go.mod | |
parent | 2491c1ae5a0c50a7bd21d8f7709b8ba39dcc20eb (diff) |
103 errors out of 202628 tests on Linux 64-bit little-endian
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |