move files and update import paths
1 file changed, 3 insertions(+), 3 deletions(-)
changed files
M internal/fetcher/fetcher.go → domain/content/fetcher/fetcher.go
@@ -15,12 +15,12 @@ "strconv" "strings" "time" + "alin.ovh/homestead/shared/config" + "alin.ovh/homestead/shared/events" + "alin.ovh/x/log" "github.com/Southclaws/fault" "github.com/Southclaws/fault/fmsg" "github.com/google/renameio/v2" - "alin.ovh/homestead/internal/config" - "alin.ovh/homestead/internal/events" - "alin.ovh/x/log" ) var files = []string{"config.toml", "site.db"}