mirror of https://github.com/k3s-io/k3s
remove imports of v1 in latest_test.go
parent
89c8949e78
commit
3358f37871
|
@ -21,7 +21,6 @@ import (
|
|||
"testing"
|
||||
|
||||
internal "github.com/GoogleCloudPlatform/kubernetes/pkg/api"
|
||||
_ "github.com/GoogleCloudPlatform/kubernetes/pkg/api/v1"
|
||||
)
|
||||
|
||||
func TestResourceVersioner(t *testing.T) {
|
||||
|
|
Loading…
Reference in New Issue