We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46fdc8c commit ff49d95Copy full SHA for ff49d95
pkg/api/htpasswd.go
@@ -10,8 +10,8 @@ import (
10
11
"golang.org/x/crypto/bcrypt"
12
13
- zerr "zotregistry.io/zot/errors"
14
- "zotregistry.io/zot/pkg/storage/constants"
+ zerr "zotregistry.dev/zot/errors"
+ "zotregistry.dev/zot/pkg/storage/constants"
15
)
16
17
const (
pkg/api/htpasswd_test.go
@@ -8,9 +8,9 @@ import (
8
. "github.com/smartystreets/goconvey/convey"
9
- "zotregistry.io/zot/pkg/api"
- test "zotregistry.io/zot/pkg/test/common"
+ "zotregistry.dev/zot/pkg/api"
+ test "zotregistry.dev/zot/pkg/test/common"
func TestHtpasswdClient_ChangePassword(t *testing.T) {
0 commit comments