move pkg/util/rand
This commit is contained in:
@@ -12,7 +12,7 @@ go_library(
|
||||
name = "go_default_library",
|
||||
srcs = ["slice.go"],
|
||||
tags = ["automanaged"],
|
||||
deps = ["//pkg/util/rand:go_default_library"],
|
||||
deps = ["//vendor:k8s.io/apimachinery/pkg/util/rand"],
|
||||
)
|
||||
|
||||
go_test(
|
||||
|
@@ -20,7 +20,7 @@ package slice
|
||||
import (
|
||||
"sort"
|
||||
|
||||
utilrand "k8s.io/kubernetes/pkg/util/rand"
|
||||
utilrand "k8s.io/apimachinery/pkg/util/rand"
|
||||
)
|
||||
|
||||
// CopyStrings copies the contents of the specified string slice
|
||||
|
Reference in New Issue
Block a user