mirror of
https://github.com/rancher/steve.git
synced 2025-09-12 13:31:57 +00:00
Bumps rancher/wrangler to it's tagged v2 version.
The previous wrangler commit included all of the v2 changes. Except for the import paths changes.
This commit is contained in:
@@ -3,9 +3,9 @@ package table
|
||||
import (
|
||||
types2 "github.com/rancher/apiserver/pkg/types"
|
||||
"github.com/rancher/steve/pkg/attributes"
|
||||
"github.com/rancher/wrangler/pkg/data"
|
||||
types "github.com/rancher/wrangler/pkg/schemas"
|
||||
"github.com/rancher/wrangler/pkg/schemas/mappers"
|
||||
"github.com/rancher/wrangler/v2/pkg/data"
|
||||
types "github.com/rancher/wrangler/v2/pkg/schemas"
|
||||
"github.com/rancher/wrangler/v2/pkg/schemas/mappers"
|
||||
)
|
||||
|
||||
type Column struct {
|
||||
|
Reference in New Issue
Block a user