chore: move geoip into services directory

This commit is contained in:
Gabe Kangas
2024-07-02 21:26:33 -07:00
parent 228e821a5f
commit c963512934
6 changed files with 5 additions and 5 deletions

View File

@@ -8,8 +8,8 @@ import (
log "github.com/sirupsen/logrus"
"github.com/owncast/owncast/core/data"
"github.com/owncast/owncast/geoip"
"github.com/owncast/owncast/models"
"github.com/owncast/owncast/services/geoip"
)
var (