Skip to content

Commit

Permalink
Fix gogo imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kralicky committed Oct 28, 2022
1 parent 21fb725 commit c388571
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (
"time"

"github.com/banzaicloud/k8s-objectmatcher/patch"
"github.com/gogo/status"
backoffv2 "github.com/lestrrat-go/backoff/v2"
"github.com/rancher/opni/apis"
corev1beta1 "github.com/rancher/opni/apis/core/v1beta1"
Expand All @@ -20,6 +19,7 @@ import (
"github.com/rancher/opni/plugins/alerting/pkg/apis/alertops"
"go.uber.org/zap"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
"google.golang.org/protobuf/types/known/emptypb"
k8serrors "k8s.io/apimachinery/pkg/api/errors"
"k8s.io/apimachinery/pkg/types"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (
"time"

"github.com/banzaicloud/k8s-objectmatcher/patch"
"github.com/gogo/status"
backoffv2 "github.com/lestrrat-go/backoff/v2"
corev1beta1 "github.com/rancher/opni/apis/core/v1beta1"
"github.com/rancher/opni/apis/v1beta2"
Expand All @@ -17,6 +16,7 @@ import (
"github.com/rancher/opni/pkg/alerting/shared"
"github.com/rancher/opni/plugins/alerting/pkg/apis/alertops"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
"google.golang.org/protobuf/types/known/emptypb"
k8scorev1 "k8s.io/api/core/v1"
k8serrors "k8s.io/apimachinery/pkg/api/errors"
Expand Down
2 changes: 1 addition & 1 deletion plugins/topology/pkg/topology/agent/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"strings"
"sync"

"github.com/gogo/status"
capabilityv1 "github.com/rancher/opni/pkg/apis/capability/v1"
controlv1 "github.com/rancher/opni/pkg/apis/control/v1"
corev1 "github.com/rancher/opni/pkg/apis/core/v1"
Expand All @@ -18,6 +17,7 @@ import (

"go.uber.org/zap"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
"google.golang.org/protobuf/types/known/emptypb"
)

Expand Down

0 comments on commit c388571

Please sign in to comment.