From db529da366a6dd8df00f5554d4a2a2686bb72065 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 00:33:37 +0000 Subject: [PATCH] fix(deps): update module github.com/oschwald/geoip2-golang/v2 to v2.0.1 --- api/go.mod | 2 +- api/go.sum | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/api/go.mod b/api/go.mod index eec9d30..16cc35e 100644 --- a/api/go.mod +++ b/api/go.mod @@ -20,7 +20,7 @@ require ( github.com/mattn/go-sqlite3 v1.14.34 github.com/nqd/flat v0.2.0 github.com/oschwald/geoip2-golang v1.13.0 - github.com/oschwald/geoip2-golang/v2 v2.0.0 + github.com/oschwald/geoip2-golang/v2 v2.0.1 github.com/pquerna/otp v1.5.0 github.com/stretchr/testify v1.11.1 golang.org/x/crypto v0.45.0 diff --git a/api/go.sum b/api/go.sum index 0822983..2389129 100644 --- a/api/go.sum +++ b/api/go.sum @@ -115,6 +115,7 @@ github.com/nqd/flat v0.2.0/go.mod h1:FOuslZmNY082wVfVUUb7qAGWKl8z8Nor9FMg+Xj2Nss github.com/oschwald/geoip2-golang v1.13.0 h1:Q44/Ldc703pasJeP5V9+aFSZFmBN7DKHbNsSFzQATJI= github.com/oschwald/geoip2-golang v1.13.0/go.mod h1:P9zG+54KPEFOliZ29i7SeYZ/GM6tfEL+rgSn03hYuUo= github.com/oschwald/geoip2-golang/v2 v2.0.0/go.mod h1:MR3+NmQTkjxyJ/u6iZJSfpfy5al/QqsaJL1Gg6uI7sU= +github.com/oschwald/geoip2-golang/v2 v2.0.1/go.mod h1:qdVmcPgrTJ4q2eP9tHq/yldMTdp2VMr33uVdFbHBiBc= github.com/oschwald/maxminddb-golang v1.13.0 h1:R8xBorY71s84yO06NgTmQvqvTvlS/bnYZrrWX1MElnU= github.com/oschwald/maxminddb-golang v1.13.0/go.mod h1:BU0z8BfFVhi1LQaonTwwGQlsHUEu9pWNdMfmq4ztm0o= github.com/pelletier/go-toml/v2 v2.0.1/go.mod h1:r9LEWfGN8R5k0VXJ+0BkIe7MYkRdwZOjgMj2KwnJFUo=