diff options
author | Jan Mercl <0xjnml@gmail.com> | 2020-07-31 14:18:38 +0200 |
---|---|---|
committer | Jan Mercl <0xjnml@gmail.com> | 2020-07-31 14:18:38 +0200 |
commit | 1349149922b282e74a77c7d51c316d883fba5b89 (patch) | |
tree | 6aef7056dbfe750984954ba25cbb97feb251d4cf /go.mod | |
parent | 3337c85b5e539021d90ccec9891d73b14c64671b (diff) |
use crt v3.24.9
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.8 + modernc.org/crt/v3 v3.24.9 modernc.org/mathutil v1.0.0 - modernc.org/tcl v1.0.1-beta1 + modernc.org/tcl v1.0.2-beta1 ) |