diff options
author | Jan Mercl <0xjnml@gmail.com> | 2020-09-13 15:31:23 +0200 |
---|---|---|
committer | Jan Mercl <0xjnml@gmail.com> | 2020-09-13 15:31:23 +0200 |
commit | f228816300a40a6f8cd90293a629fffad952c6ce (patch) | |
tree | d04998fba318c25f03d98220e225678a061326e8 /go.mod | |
parent | 1a09ae480f6b16fb7690999ed66be5c58981c9d0 (diff) |
support linux/arm{,64}v1.7.0
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.15 require ( - modernc.org/libc v1.2.0 + modernc.org/libc v1.3.0 modernc.org/mathutil v1.1.1 - modernc.org/tcl v1.3.0 + modernc.org/tcl v1.4.0 ) |