Update import paths to reflect migration to schultesdev domain in all relevant files

This commit is contained in:
Gregor Schulte
2026-02-02 09:15:39 +01:00
parent d98b8369fd
commit df4978cc04
9 changed files with 19 additions and 19 deletions

View File

@@ -4,9 +4,9 @@ import (
"context"
"fmt"
"git.schultes.dev/schultesdev/prefect-go/pkg/models"
"git.schultes.dev/schultesdev/prefect-go/pkg/pagination"
"github.com/google/uuid"
"github.com/gregor/prefect-go/pkg/models"
"github.com/gregor/prefect-go/pkg/pagination"
)
// FlowsService handles operations related to flows.