feat: upgrade go.mod. add bank card utils; add cryptocurrency utils.

This commit is contained in:
tx7do
2023-09-28 23:34:48 +08:00
parent 2c9f983ecc
commit a5ffa41fea
6 changed files with 1008 additions and 6 deletions

4
go.mod
View File

@@ -4,7 +4,7 @@ go 1.20
require (
entgo.io/contrib v0.4.5
entgo.io/ent v0.12.3
entgo.io/ent v0.12.4
github.com/go-kratos/kratos/v2 v2.7.0
github.com/google/uuid v1.3.1
github.com/oschwald/geoip2-golang v1.9.0
@@ -14,7 +14,7 @@ require (
)
require (
ariga.io/atlas v0.14.0 // indirect
ariga.io/atlas v0.14.1 // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
github.com/bufbuild/protocompile v0.6.0 // indirect