feat: upgrade go.mod.

This commit is contained in:
tx7do
2024-10-18 12:52:55 +08:00
parent f7abc4e941
commit e8e61fc7a1
10 changed files with 238 additions and 2893 deletions

View File

@@ -3,7 +3,7 @@ module github.com/tx7do/go-utils/bank_card
go 1.20
require (
github.com/mattn/go-sqlite3 v1.14.22
github.com/mattn/go-sqlite3 v1.14.24
github.com/stretchr/testify v1.9.0
)