Update go dependencies and cleanup deprecated packages

This commit is contained in:
Manuel de Brito Fontes 2018-01-07 12:10:25 -03:00
parent 03a1e20fde
commit 44fd79d061
No known key found for this signature in database
GPG key ID: 786136016A8BA02A
1099 changed files with 75691 additions and 31913 deletions

View file

@ -11,13 +11,15 @@ load(
go_library(
name = "go_default_library",
srcs = ["expand.go"],
importpath = "k8s.io/kubernetes/third_party/forked/golang/expansion",
)
go_test(
name = "go_default_test",
srcs = ["expand_test.go"],
importpath = "k8s.io/kubernetes/third_party/forked/golang/expansion",
library = ":go_default_library",
deps = ["//pkg/api:go_default_library"],
deps = ["//pkg/apis/core:go_default_library"],
)
filegroup(

View file

@ -2,8 +2,7 @@ package expansion
import (
"testing"
"k8s.io/kubernetes/pkg/api"
api "k8s.io/kubernetes/pkg/apis/core"
)
func TestMapReference(t *testing.T) {