浏览代码

:art: 修复 SQLite 编译警告

Liang Ding 3 年之前
父节点
当前提交
febd8b4f1a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      kernel/go.mod

+ 1 - 1
kernel/go.mod

@@ -121,7 +121,7 @@ require (
 	gopkg.in/yaml.v2 v2.4.0 // indirect
 )
 
-replace github.com/mattn/go-sqlite3 => github.com/88250/go-sqlite3 v1.14.13-0.20220713124603-951e48d11239
+replace github.com/mattn/go-sqlite3 => github.com/88250/go-sqlite3 v1.14.13-0.20220714142610-fbbda1ee84f5
 
 //replace github.com/siyuan-note/dejavu => D:\88250\dejavu
 //replace github.com/siyuan-note/httpclient => D:\88250\httpclient