Skip to content

Commit ff49d95

Browse files
committed
fix: Change zotregistry domain in new files
Signed-off-by: Nikita Kotikov <[email protected]>
1 parent 46fdc8c commit ff49d95

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pkg/api/htpasswd.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import (
1010

1111
"golang.org/x/crypto/bcrypt"
1212

13-
zerr "zotregistry.io/zot/errors"
14-
"zotregistry.io/zot/pkg/storage/constants"
13+
zerr "zotregistry.dev/zot/errors"
14+
"zotregistry.dev/zot/pkg/storage/constants"
1515
)
1616

1717
const (

pkg/api/htpasswd_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ import (
88
. "github.com/smartystreets/goconvey/convey"
99
"golang.org/x/crypto/bcrypt"
1010

11-
zerr "zotregistry.io/zot/errors"
12-
"zotregistry.io/zot/pkg/api"
13-
test "zotregistry.io/zot/pkg/test/common"
11+
zerr "zotregistry.dev/zot/errors"
12+
"zotregistry.dev/zot/pkg/api"
13+
test "zotregistry.dev/zot/pkg/test/common"
1414
)
1515

1616
func TestHtpasswdClient_ChangePassword(t *testing.T) {

0 commit comments

Comments
 (0)