Update import path
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-10-07 17:34:39 -07:00
parent 7a9cea9702
commit 3f3b575b63
36 changed files with 118 additions and 118 deletions

10
list.go
View File

@@ -22,11 +22,11 @@ import (
"fmt"
"github.com/urfave/cli/v2"
"go.elara.ws/lure/internal/config"
"go.elara.ws/lure/internal/db"
"go.elara.ws/lure/pkg/loggerctx"
"go.elara.ws/lure/pkg/manager"
"go.elara.ws/lure/pkg/repos"
"lure.sh/lure/internal/config"
"lure.sh/lure/internal/db"
"lure.sh/lure/pkg/loggerctx"
"lure.sh/lure/pkg/manager"
"lure.sh/lure/pkg/repos"
"golang.org/x/exp/slices"
)