feat: upgrade go.mod.

This commit is contained in:
tx7do
2024-04-07 13:29:42 +08:00
parent df9f3f4430
commit 4d6b87fae6
4 changed files with 24 additions and 21 deletions

View File

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