크론구조 개선
This commit is contained in:
2
go.mod
2
go.mod
@@ -3,6 +3,7 @@ module geoip-rest
|
||||
go 1.25
|
||||
|
||||
require (
|
||||
github.com/go-sql-driver/mysql v1.8.1
|
||||
github.com/gofiber/fiber/v2 v2.52.8
|
||||
github.com/jackc/pgx/v5 v5.7.6
|
||||
github.com/oschwald/geoip2-golang v1.9.0
|
||||
@@ -11,6 +12,7 @@ require (
|
||||
)
|
||||
|
||||
require (
|
||||
filippo.io/edwards25519 v1.1.0 // indirect
|
||||
github.com/andybalholm/brotli v1.1.0 // indirect
|
||||
github.com/google/uuid v1.6.0 // indirect
|
||||
github.com/jackc/pgpassfile v1.0.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user