chore: delete old driver from deps
All checks were successful
build / build (push) Successful in 1m43s
CD - BanForge Release / release (push) Successful in 3m18s

This commit is contained in:
d3m0k1d
2026-01-21 16:56:26 +03:00
parent f03ec114b1
commit 11453bd0d9
2 changed files with 0 additions and 3 deletions

1
go.mod
View File

@@ -5,7 +5,6 @@ go 1.25.5
require (
github.com/BurntSushi/toml v1.6.0
github.com/jedib0t/go-pretty/v6 v6.7.8
github.com/mattn/go-sqlite3 v1.14.33
github.com/ncruces/go-sqlite3 v0.30.4
github.com/spf13/cobra v1.10.2
)