Update bazel

This commit is contained in:
Dr. Stefan Schimanski 2016-12-13 16:34:47 +01:00
parent cab89a67df
commit c341cb55e5
2 changed files with 1 additions and 12 deletions

View File

@ -72,6 +72,7 @@ go_library(
"//plugin/pkg/auth/authenticator/request/union:go_default_library",
"//vendor:github.com/coreos/go-systemd/daemon",
"//vendor:github.com/emicklei/go-restful",
"//vendor:github.com/emicklei/go-restful/swagger",
"//vendor:github.com/go-openapi/spec",
"//vendor:github.com/golang/glog",
"//vendor:github.com/pborman/uuid",

View File

@ -5,7 +5,6 @@ licenses(["notice"])
load(
"@io_bazel_rules_go//go:def.bzl",
"go_library",
"go_test",
)
go_library(
@ -38,14 +37,3 @@ go_library(
"//vendor:github.com/prometheus/client_golang/prometheus",
],
)
go_test(
name = "go_default_test",
srcs = ["swagger_test.go"],
library = "go_default_library",
tags = ["automanaged"],
deps = [
"//pkg/genericapiserver/mux:go_default_library",
"//vendor:github.com/stretchr/testify/assert",
],
)