Skip to content

Commit

Permalink
fix: Change zotregistry domain in new files
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Kotikov <[email protected]>
  • Loading branch information
onidoru committed Feb 5, 2024
1 parent 46fdc8c commit ff49d95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pkg/api/htpasswd.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import (

"golang.org/x/crypto/bcrypt"

zerr "zotregistry.io/zot/errors"
"zotregistry.io/zot/pkg/storage/constants"
zerr "zotregistry.dev/zot/errors"
"zotregistry.dev/zot/pkg/storage/constants"
)

const (
Expand Down
6 changes: 3 additions & 3 deletions pkg/api/htpasswd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import (
. "github.com/smartystreets/goconvey/convey"
"golang.org/x/crypto/bcrypt"

zerr "zotregistry.io/zot/errors"
"zotregistry.io/zot/pkg/api"
test "zotregistry.io/zot/pkg/test/common"
zerr "zotregistry.dev/zot/errors"
"zotregistry.dev/zot/pkg/api"
test "zotregistry.dev/zot/pkg/test/common"
)

func TestHtpasswdClient_ChangePassword(t *testing.T) {
Expand Down

0 comments on commit ff49d95

Please sign in to comment.