Skip to content

Commit

Permalink
goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
rmweir committed May 30, 2024
1 parent 10610d6 commit c52da27
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion pkg/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import (
"context"
"errors"
"fmt"
"net/http"

apiserver "github.com/rancher/apiserver/pkg/server"
"github.com/rancher/apiserver/pkg/types"
"github.com/rancher/dynamiclistener/server"
Expand All @@ -25,7 +27,6 @@ import (
"github.com/rancher/steve/pkg/stores/proxy_alpha"
"github.com/rancher/steve/pkg/summarycache"
"k8s.io/client-go/rest"
"net/http"
)

var ErrConfigRequired = errors.New("rest config is required")
Expand Down
2 changes: 1 addition & 1 deletion pkg/stores/partition_alpha/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ package partition_alpha
import (
"context"
"fmt"
"reflect"

"github.com/rancher/apiserver/pkg/types"
"github.com/rancher/lasso/pkg/cache/sql/partition"
Expand All @@ -14,7 +15,6 @@ import (
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/apimachinery/pkg/watch"
"reflect"
)

// Partitioner is an interface for interacting with partitions.
Expand Down
4 changes: 2 additions & 2 deletions pkg/stores/proxy_alpha/tablelistconvert/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ package tablelistconvert
import (
"context"
"fmt"

"github.com/rancher/apiserver/pkg/types"
"github.com/rancher/wrangler/pkg/data"
k8sWatch "k8s.io/apimachinery/pkg/watch"

metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
k8sWatch "k8s.io/apimachinery/pkg/watch"
"k8s.io/client-go/dynamic"
)

Expand Down

0 comments on commit c52da27

Please sign in to comment.