aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 4 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index d709571..62338f1 100644
--- a/go.mod
+++ b/go.mod
@@ -1,9 +1,9 @@
module modernc.org/sqlite
-go 1.14
+go 1.15
require (
- modernc.org/crt/v3 v3.25.0
- modernc.org/mathutil v1.0.0
- modernc.org/tcl v1.0.3-beta1
+ modernc.org/libc v1.0.0
+ modernc.org/mathutil v1.1.1
+ modernc.org/tcl v1.1.0
)