feat: bank card.

This commit is contained in:
tx7do
2023-10-17 23:06:53 +08:00
parent d402e4bd0b
commit 733bfb6199
17 changed files with 2632 additions and 164 deletions

18
geoip/go.mod Normal file
View File

@@ -0,0 +1,18 @@
module github.com/tx7do/kratos-utils/geoip
go 1.20
require (
github.com/go-kratos/kratos/v2 v2.7.0
github.com/oschwald/geoip2-golang v1.9.0
github.com/stretchr/testify v1.8.4
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/oschwald/maxminddb-golang v1.11.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.10.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)