feat: bank card.
This commit is contained in:
14
bank_card/go.mod
Normal file
14
bank_card/go.mod
Normal file
@@ -0,0 +1,14 @@
|
||||
module github.com/tx7do/kratos-utils/bank_card
|
||||
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
github.com/mattn/go-sqlite3 v1.14.17
|
||||
github.com/stretchr/testify v1.8.4
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user