aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJan Mercl <0xjnml@gmail.com>2020-08-04 17:15:32 +0200
committerJan Mercl <0xjnml@gmail.com>2020-08-04 17:15:32 +0200
commit43c865ce5d35eb463e4a05f65e8e388364480711 (patch)
treecf07107d933ff0381f6682cad8fb3986f16d3b2f /go.mod
parent1349149922b282e74a77c7d51c316d883fba5b89 (diff)
regenerate and update dependencies
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 513cf5f..d709571 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.9
+ modernc.org/crt/v3 v3.25.0
modernc.org/mathutil v1.0.0
- modernc.org/tcl v1.0.2-beta1
+ modernc.org/tcl v1.0.3-beta1
)