mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 12:58:02 +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:
@@ -4,7 +4,7 @@
|
||||
package api
|
||||
|
||||
import (
|
||||
"zotregistry.io/zot/pkg/log"
|
||||
"zotregistry.dev/zot/pkg/log"
|
||||
)
|
||||
|
||||
type Controller struct {
|
||||
|
||||
@@ -22,12 +22,12 @@ import (
|
||||
. "github.com/smartystreets/goconvey/convey"
|
||||
"gopkg.in/resty.v1"
|
||||
|
||||
zotapi "zotregistry.io/zot/pkg/api"
|
||||
zotcfg "zotregistry.io/zot/pkg/api/config"
|
||||
"zotregistry.io/zot/pkg/exporter/api"
|
||||
"zotregistry.io/zot/pkg/extensions/monitoring"
|
||||
"zotregistry.io/zot/pkg/scheduler"
|
||||
. "zotregistry.io/zot/pkg/test/common"
|
||||
zotapi "zotregistry.dev/zot/pkg/api"
|
||||
zotcfg "zotregistry.dev/zot/pkg/api/config"
|
||||
"zotregistry.dev/zot/pkg/exporter/api"
|
||||
"zotregistry.dev/zot/pkg/extensions/monitoring"
|
||||
"zotregistry.dev/zot/pkg/scheduler"
|
||||
. "zotregistry.dev/zot/pkg/test/common"
|
||||
)
|
||||
|
||||
func getRandomLatencyN(max int64) time.Duration {
|
||||
|
||||
@@ -15,8 +15,8 @@ import (
|
||||
"github.com/prometheus/client_golang/prometheus"
|
||||
"github.com/prometheus/client_golang/prometheus/promhttp"
|
||||
|
||||
"zotregistry.io/zot/pkg/extensions/monitoring"
|
||||
"zotregistry.io/zot/pkg/log"
|
||||
"zotregistry.dev/zot/pkg/extensions/monitoring"
|
||||
"zotregistry.dev/zot/pkg/log"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user