mirror of
https://github.com/rancher/steve.git
synced 2025-09-16 15:29:04 +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:
@@ -8,9 +8,9 @@ import (
|
||||
"strings"
|
||||
|
||||
"github.com/rancher/apiserver/pkg/types"
|
||||
"github.com/rancher/wrangler/pkg/data"
|
||||
"github.com/rancher/wrangler/pkg/data/convert"
|
||||
corecontrollers "github.com/rancher/wrangler/pkg/generated/controllers/core/v1"
|
||||
"github.com/rancher/wrangler/v2/pkg/data"
|
||||
"github.com/rancher/wrangler/v2/pkg/data/convert"
|
||||
corecontrollers "github.com/rancher/wrangler/v2/pkg/generated/controllers/core/v1"
|
||||
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
|
||||
)
|
||||
|
||||
|
@@ -3,7 +3,7 @@ package listprocessor
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/rancher/wrangler/pkg/generic"
|
||||
"github.com/rancher/wrangler/v2/pkg/generic"
|
||||
"github.com/stretchr/testify/assert"
|
||||
corev1 "k8s.io/api/core/v1"
|
||||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
|
Reference in New Issue
Block a user