mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 04:17:55 +08:00
refactor: rename go module from zotregistry.io/zot to zotregistry.dev/zot (#2187)
Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
This commit is contained in:
@@ -3,7 +3,7 @@ package uac
|
||||
import (
|
||||
"context"
|
||||
|
||||
"zotregistry.io/zot/errors"
|
||||
"zotregistry.dev/zot/errors"
|
||||
)
|
||||
|
||||
// request-local context key.
|
||||
|
||||
@@ -6,8 +6,8 @@ import (
|
||||
|
||||
glob "github.com/bmatcuk/doublestar/v4" //nolint:gci
|
||||
|
||||
"zotregistry.io/zot/errors"
|
||||
"zotregistry.io/zot/pkg/api/constants"
|
||||
"zotregistry.dev/zot/errors"
|
||||
"zotregistry.dev/zot/pkg/api/constants"
|
||||
)
|
||||
|
||||
type Key int
|
||||
|
||||
Reference in New Issue
Block a user