Update GeoIP library import path in geoip.go for consistency
Publish telemt-api gateway Docker image / test (push) Successful in 27s
Publish telemt-api gateway Docker image / build-and-push (push) Successful in 1m22s

This commit is contained in:
Denozordec
2026-03-30 01:50:00 +07:00
parent d7a63f0da3
commit b259d759fd
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"fmt"
"net"
"github.com/oschwald/geoip2-golang/geoip2"
"github.com/oschwald/geoip2-golang"
)
// Service holds optional GeoLite2 City and/or ASN MMDB readers.