Browse Source

:art: 修复 SQLite 编译警告

Liang Ding 3 years ago
parent
commit
febd8b4f1a
1 changed files with 1 additions and 1 deletions
  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