updated the sqlite driver connection string
All checks were successful
Build and Release Core / Test and Build (push) Successful in 4m2s

This commit is contained in:
t
2026-04-02 15:05:40 -04:00
parent 5f53ffec4f
commit fd0ff13991
2 changed files with 31 additions and 4 deletions

3
go.mod
View File

@@ -3,8 +3,8 @@ module epigas.gitea.cloud/RiskRancher/core
go 1.26.0
require (
github.com/mattn/go-sqlite3 v1.14.34
golang.org/x/crypto v0.48.0
modernc.org/sqlite v1.48.0
)
require (
@@ -17,5 +17,4 @@ require (
modernc.org/libc v1.70.0 // indirect
modernc.org/mathutil v1.7.1 // indirect
modernc.org/memory v1.11.0 // indirect
modernc.org/sqlite v1.48.0 // indirect
)