feat: upgrade go.mod.

This commit is contained in:
tx7do
2024-10-18 12:52:55 +08:00
parent f7abc4e941
commit e8e61fc7a1
10 changed files with 238 additions and 2893 deletions

View File

@@ -1,21 +1,22 @@
module github.com/tx7do/go-utils/geoip
go 1.20
go 1.21
toolchain go1.23.2
require (
github.com/go-kratos/kratos/v2 v2.7.3
github.com/oschwald/geoip2-golang v1.9.0
github.com/go-kratos/kratos/v2 v2.8.1
github.com/oschwald/geoip2-golang v1.11.0
github.com/stretchr/testify v1.9.0
golang.org/x/text v0.14.0
golang.org/x/text v0.19.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/oschwald/maxminddb-golang v1.12.0 // indirect
github.com/oschwald/maxminddb-golang v1.13.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/sys v0.26.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)