From 5c129b22e84f5415c407ddb4eafb878037d69b7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 10:27:00 +0000 Subject: [PATCH] chore(deps): update module github.com/oschwald/geoip2-golang to v2 --- go.mod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/go.mod b/go.mod index fa53948d7..ca40be278 100644 --- a/go.mod +++ b/go.mod @@ -34,7 +34,7 @@ require ( github.com/minio/selfupdate v0.6.0 github.com/nikoksr/notify v1.3.0 github.com/nxadm/tail v1.4.11 - github.com/oschwald/geoip2-golang v1.13.0 + github.com/oschwald/geoip2-golang/v2 v2.0.0 github.com/pkg/errors v0.9.1 github.com/pquerna/otp v1.5.0 github.com/pretty66/websocketproxy v0.0.0-20220507015215-930b3a686308 @@ -264,7 +264,6 @@ require ( github.com/nzdjb/go-metaname v1.0.0 // indirect github.com/opencontainers/go-digest v1.0.0 // indirect github.com/opencontainers/image-spec v1.1.1 // indirect - github.com/oschwald/geoip2-golang/v2 v2.0.0 // indirect github.com/oschwald/maxminddb-golang v1.13.1 // indirect github.com/oschwald/maxminddb-golang/v2 v2.1.0 // indirect github.com/ovh/go-ovh v1.9.0 // indirect