This commit is contained in:
parent
6561db6723
commit
9e5c58207c
4 changed files with 6 additions and 8 deletions
8
main.go
8
main.go
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue