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

View File

@@ -24,8 +24,8 @@ import (
"sync"
"github.com/pelletier/go-toml/v2"
"go.elara.ws/lure/internal/types"
"go.elara.ws/lure/pkg/loggerctx"
"lure.sh/lure/internal/types"
"lure.sh/lure/pkg/loggerctx"
)
var defaultConfig = &types.Config{

View File

@@ -24,7 +24,7 @@ import (
"strings"
"sync"
"go.elara.ws/lure/pkg/loggerctx"
"lure.sh/lure/pkg/loggerctx"
"golang.org/x/text/language"
)

View File

@@ -25,7 +25,7 @@ import (
"sync"
"github.com/pelletier/go-toml/v2"
"go.elara.ws/lure/pkg/loggerctx"
"lure.sh/lure/pkg/loggerctx"
)
// Paths contains various paths used by LURE