diff --git a/src/pkg/reg/adapter/gitlab/client.go b/src/pkg/reg/adapter/gitlab/client.go index d0f69da9233..af268da62d8 100644 --- a/src/pkg/reg/adapter/gitlab/client.go +++ b/src/pkg/reg/adapter/gitlab/client.go @@ -18,7 +18,6 @@ import ( "encoding/json" "errors" "fmt" - "github.com/goharbor/harbor/src/lib/log" "io" "net/http" "net/url" @@ -26,6 +25,7 @@ import ( common_http "github.com/goharbor/harbor/src/common/http" liberrors "github.com/goharbor/harbor/src/lib/errors" + "github.com/goharbor/harbor/src/lib/log" "github.com/goharbor/harbor/src/pkg/reg/model" "github.com/goharbor/harbor/src/pkg/reg/util" )