Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnould Gateaux committed May 2, 2024
1 parent 2861d23 commit 4c3d224
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 24,013 deletions.
23,998 changes: 0 additions & 23,998 deletions charts/harbor-operator/templates/crds.yaml

This file was deleted.

14 changes: 7 additions & 7 deletions controllers/goharbor/project/ctrl_setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ package project
import (
"context"

goharborv1 "github.com/goharbor/harbor-operator/apis/goharbor.io/v1beta1"
"github.com/goharbor/harbor-operator/controllers"
"github.com/goharbor/harbor-operator/pkg/builder"
"github.com/goharbor/harbor-operator/pkg/config"
commonCtrl "github.com/goharbor/harbor-operator/pkg/controller"
v2 "github.com/goharbor/harbor-operator/pkg/rest/v2"
"github.com/goharbor/harbor-operator/pkg/utils/strings"
"github.com/ovh/configstore"
"github.com/pkg/errors"
goharborv1 "github.com/plotly/harbor-operator/apis/goharbor.io/v1beta1"
"github.com/plotly/harbor-operator/controllers"
"github.com/plotly/harbor-operator/pkg/builder"
"github.com/plotly/harbor-operator/pkg/config"
commonCtrl "github.com/plotly/harbor-operator/pkg/controller"
v2 "github.com/plotly/harbor-operator/pkg/rest/v2"
"github.com/plotly/harbor-operator/pkg/utils/strings"
"k8s.io/apimachinery/pkg/runtime"
ctrl "sigs.k8s.io/controller-runtime"
"sigs.k8s.io/controller-runtime/pkg/controller"
Expand Down
4 changes: 2 additions & 2 deletions controllers/goharbor/project/harborproject.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import (
"fmt"
"time"

goharborv1beta1 "github.com/goharbor/harbor-operator/apis/goharbor.io/v1beta1"
harborClient "github.com/goharbor/harbor-operator/pkg/rest"
"github.com/pkg/errors"
goharborv1beta1 "github.com/plotly/harbor-operator/apis/goharbor.io/v1beta1"
harborClient "github.com/plotly/harbor-operator/pkg/rest"
apierrors "k8s.io/apimachinery/pkg/api/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/types"
Expand Down
2 changes: 1 addition & 1 deletion controllers/goharbor/project/memberships.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (

"github.com/go-logr/logr"
"github.com/goharbor/go-client/pkg/sdk/v2.0/models"
goharborv1 "github.com/goharbor/harbor-operator/apis/goharbor.io/v1beta1"
"github.com/pkg/errors"
goharborv1 "github.com/plotly/harbor-operator/apis/goharbor.io/v1beta1"
)

type memberUpdate struct {
Expand Down
2 changes: 1 addition & 1 deletion controllers/goharbor/project/quota.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (

"github.com/go-logr/logr"
"github.com/goharbor/go-client/pkg/sdk/v2.0/models"
goharborv1 "github.com/goharbor/harbor-operator/apis/goharbor.io/v1beta1"
"github.com/pkg/errors"
goharborv1 "github.com/plotly/harbor-operator/apis/goharbor.io/v1beta1"
)

const errorStatus string = "GetProjectQuotaError"
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -604,8 +604,8 @@ github.com/gogo/protobuf v1.3.0/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXP
github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o=
github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=
github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q=
github.com/goharbor/go-client v0.25.0 h1:VDfikJyEe6ejnm4VurAaVi+tDLC2yWhuzMQJkOhUiVo=
github.com/goharbor/go-client v0.25.0/go.mod h1:XMWHucuHU9VTRx6U6wYwbRuyCVhE6ffJGRjaeo0nvwo=
github.com/goharbor/go-client v0.26.2 h1:pu79j/vmrsR7HF5YztHJqUU/Ki2VLJo+c4pMUvdjJmg=
github.com/goharbor/go-client v0.26.2/go.mod h1:XMWHucuHU9VTRx6U6wYwbRuyCVhE6ffJGRjaeo0nvwo=
github.com/goharbor/harbor/src v0.0.0-20220526154154-b0506782b47d h1:MOwBwJi3VIoPls3O8jZrLHRbgw6l3rhIQQmZVAPL/t0=
github.com/goharbor/harbor/src v0.0.0-20220526154154-b0506782b47d/go.mod h1:ud/eT8hR+/hRtF/35KTuXSJFT/CMmaF/W30u03AgSqI=
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
Expand Down
4 changes: 2 additions & 2 deletions pkg/rest/v2/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import (
"github.com/goharbor/go-client/pkg/sdk/v2.0/client/project"
"github.com/goharbor/go-client/pkg/sdk/v2.0/client/quota"
"github.com/goharbor/go-client/pkg/sdk/v2.0/models"
goharborv1beta1 "github.com/goharbor/harbor-operator/apis/goharbor.io/v1beta1"
utilstring "github.com/goharbor/harbor-operator/pkg/utils/strings"
"github.com/pkg/errors"
goharborv1beta1 "github.com/plotly/harbor-operator/apis/goharbor.io/v1beta1"
utilstring "github.com/plotly/harbor-operator/pkg/utils/strings"
"github.com/spotahome/redis-operator/log"
"k8s.io/apimachinery/pkg/api/resource"
)
Expand Down

0 comments on commit 4c3d224

Please sign in to comment.