Update go-sqlite3

This commit is contained in:
Neil Alexander
2023-12-09 22:19:45 +00:00
parent 34dbc97d89
commit df696d4bdb
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -10,7 +10,7 @@ require (
github.com/emersion/go-smtp v0.15.0
github.com/fatih/color v1.15.0
github.com/gologme/log v1.3.0
github.com/mattn/go-sqlite3 v1.14.17
github.com/mattn/go-sqlite3 v1.14.18
github.com/yggdrasil-network/yggdrasil-go v0.5.4
github.com/yggdrasil-network/yggquic v0.0.0-20231209220136-b412fc6f0d7e
go.uber.org/atomic v1.11.0