aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJan Mercl <0xjnml@gmail.com>2020-08-26 23:31:54 +0200
committerJan Mercl <0xjnml@gmail.com>2020-08-26 23:31:54 +0200
commite662a135d139be00d9539517df0976318adbdfa1 (patch)
treea3f39f3ad0b653020dbd24f23ca5e32ac86fce3b /go.mod
parent43c865ce5d35eb463e4a05f65e8e388364480711 (diff)
release 1.4.0v1.4.0
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
)