change repo name
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2023-12-23 18:22:37 +01:00 committed by Tom3201
parent 6561db6723
commit 9e5c58207c
Signed by: tom
GPG key ID: F17EFE4272D89FF6
4 changed files with 6 additions and 8 deletions

View file

@ -4,7 +4,7 @@ import (
"context"
"net/http"
"git.ar21.de/tom/country-geo-locations/pkg/geoloc"
"git.ar21.de/yolokube/country-geo-locations/pkg/geoloc"
"github.com/go-chi/chi/v5"
"github.com/go-chi/render"
)