updated the sqlite driver connection string
All checks were successful
Build and Release Core / Test and Build (push) Successful in 4m2s
All checks were successful
Build and Release Core / Test and Build (push) Successful in 4m2s
This commit is contained in:
3
go.mod
3
go.mod
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user