aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
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 1c6d332..49c9763 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module modernc.org/sqlite
go 1.15
require (
- modernc.org/libc v1.3.0
+ modernc.org/libc v1.3.1
modernc.org/mathutil v1.1.1
- modernc.org/tcl v1.4.0
+ modernc.org/tcl v1.4.1
)