feat: crypto

This commit is contained in:
Bobo
2025-05-07 13:52:07 +08:00
parent e90588b9ca
commit 363a18b1c8
13 changed files with 237 additions and 45 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.25
github.com/mattn/go-sqlite3 v1.14.28
github.com/stretchr/testify v1.10.0
)