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

@ -8,10 +8,10 @@ import (
"os/signal"
"syscall"
api_v1 "git.ar21.de/tom/country-geo-locations/api/v1"
"git.ar21.de/tom/country-geo-locations/cfg"
"git.ar21.de/tom/country-geo-locations/pkg/downloader"
"git.ar21.de/tom/country-geo-locations/pkg/geoloc"
api_v1 "git.ar21.de/yolokube/country-geo-locations/api/v1"
"git.ar21.de/yolokube/country-geo-locations/cfg"
"git.ar21.de/yolokube/country-geo-locations/pkg/downloader"
"git.ar21.de/yolokube/country-geo-locations/pkg/geoloc"
"github.com/go-chi/chi/v5"
"github.com/go-chi/chi/v5/middleware"
"github.com/go-chi/render"