update bazel

This commit is contained in:
Chao Xu 2016-12-21 10:25:06 -08:00
parent 991963c925
commit 18358ef69e

368
vendor/BUILD vendored
View File

@ -802,64 +802,6 @@ go_library(
tags = ["automanaged"],
)
go_library(
name = "github.com/chai2010/gettext-go/gettext",
srcs = [
"github.com/chai2010/gettext-go/gettext/caller.go",
"github.com/chai2010/gettext-go/gettext/doc.go",
"github.com/chai2010/gettext-go/gettext/domain.go",
"github.com/chai2010/gettext-go/gettext/domain_helper.go",
"github.com/chai2010/gettext-go/gettext/fs.go",
"github.com/chai2010/gettext-go/gettext/gettext.go",
"github.com/chai2010/gettext-go/gettext/local.go",
"github.com/chai2010/gettext-go/gettext/tr.go",
],
tags = ["automanaged"],
deps = [
"//vendor:github.com/chai2010/gettext-go/gettext/mo",
"//vendor:github.com/chai2010/gettext-go/gettext/plural",
"//vendor:github.com/chai2010/gettext-go/gettext/po",
],
)
go_library(
name = "github.com/chai2010/gettext-go/gettext/mo",
srcs = [
"github.com/chai2010/gettext-go/gettext/mo/doc.go",
"github.com/chai2010/gettext-go/gettext/mo/encoder.go",
"github.com/chai2010/gettext-go/gettext/mo/file.go",
"github.com/chai2010/gettext-go/gettext/mo/header.go",
"github.com/chai2010/gettext-go/gettext/mo/message.go",
"github.com/chai2010/gettext-go/gettext/mo/util.go",
],
tags = ["automanaged"],
)
go_library(
name = "github.com/chai2010/gettext-go/gettext/plural",
srcs = [
"github.com/chai2010/gettext-go/gettext/plural/doc.go",
"github.com/chai2010/gettext-go/gettext/plural/formula.go",
"github.com/chai2010/gettext-go/gettext/plural/table.go",
],
tags = ["automanaged"],
)
go_library(
name = "github.com/chai2010/gettext-go/gettext/po",
srcs = [
"github.com/chai2010/gettext-go/gettext/po/comment.go",
"github.com/chai2010/gettext-go/gettext/po/doc.go",
"github.com/chai2010/gettext-go/gettext/po/file.go",
"github.com/chai2010/gettext-go/gettext/po/header.go",
"github.com/chai2010/gettext-go/gettext/po/line_reader.go",
"github.com/chai2010/gettext-go/gettext/po/message.go",
"github.com/chai2010/gettext-go/gettext/po/re.go",
"github.com/chai2010/gettext-go/gettext/po/util.go",
],
tags = ["automanaged"],
)
go_library(
name = "github.com/cloudflare/cfssl/auth",
srcs = ["github.com/cloudflare/cfssl/auth/auth.go"],
@ -4316,17 +4258,6 @@ go_binary(
tags = ["automanaged"],
)
go_library(
name = "github.com/jteeuwen/go-bindata/go-bindata",
srcs = [
"github.com/jteeuwen/go-bindata/go-bindata/AppendSliceValue.go",
"github.com/jteeuwen/go-bindata/go-bindata/main.go",
"github.com/jteeuwen/go-bindata/go-bindata/version.go",
],
tags = ["automanaged"],
deps = ["//vendor:github.com/jteeuwen/go-bindata"],
)
go_library(
name = "github.com/juju/ratelimit",
srcs = [
@ -4633,37 +4564,6 @@ go_binary(
tags = ["automanaged"],
)
go_library(
name = "github.com/onsi/ginkgo/ginkgo",
srcs = [
"github.com/onsi/ginkgo/ginkgo/bootstrap_command.go",
"github.com/onsi/ginkgo/ginkgo/build_command.go",
"github.com/onsi/ginkgo/ginkgo/convert_command.go",
"github.com/onsi/ginkgo/ginkgo/generate_command.go",
"github.com/onsi/ginkgo/ginkgo/help_command.go",
"github.com/onsi/ginkgo/ginkgo/main.go",
"github.com/onsi/ginkgo/ginkgo/nodot_command.go",
"github.com/onsi/ginkgo/ginkgo/notifications.go",
"github.com/onsi/ginkgo/ginkgo/run_command.go",
"github.com/onsi/ginkgo/ginkgo/run_watch_and_build_command_flags.go",
"github.com/onsi/ginkgo/ginkgo/suite_runner.go",
"github.com/onsi/ginkgo/ginkgo/unfocus_command.go",
"github.com/onsi/ginkgo/ginkgo/version_command.go",
"github.com/onsi/ginkgo/ginkgo/watch_command.go",
],
tags = ["automanaged"],
deps = [
"//vendor:github.com/onsi/ginkgo/config",
"//vendor:github.com/onsi/ginkgo/ginkgo/convert",
"//vendor:github.com/onsi/ginkgo/ginkgo/interrupthandler",
"//vendor:github.com/onsi/ginkgo/ginkgo/nodot",
"//vendor:github.com/onsi/ginkgo/ginkgo/testrunner",
"//vendor:github.com/onsi/ginkgo/ginkgo/testsuite",
"//vendor:github.com/onsi/ginkgo/ginkgo/watch",
"//vendor:github.com/onsi/ginkgo/types",
],
)
go_library(
name = "github.com/onsi/ginkgo/ginkgo/convert",
srcs = [
@ -6472,15 +6372,6 @@ go_binary(
tags = ["automanaged"],
)
go_library(
name = "github.com/ugorji/go/codec/codecgen",
srcs = [
"github.com/ugorji/go/codec/codecgen/gen.go",
"github.com/ugorji/go/codec/codecgen/z.go",
],
tags = ["automanaged"],
)
go_library(
name = "github.com/vishvananda/netlink",
srcs = [
@ -7284,65 +7175,12 @@ go_library(
],
)
go_library(
name = "golang.org/x/text/encoding",
srcs = ["golang.org/x/text/encoding/encoding.go"],
tags = ["automanaged"],
deps = [
"//vendor:golang.org/x/text/encoding/internal/identifier",
"//vendor:golang.org/x/text/transform",
],
)
go_library(
name = "golang.org/x/text/encoding/internal",
srcs = ["golang.org/x/text/encoding/internal/internal.go"],
tags = ["automanaged"],
deps = [
"//vendor:golang.org/x/text/encoding",
"//vendor:golang.org/x/text/encoding/internal/identifier",
"//vendor:golang.org/x/text/transform",
],
)
go_library(
name = "golang.org/x/text/encoding/internal/identifier",
srcs = [
"golang.org/x/text/encoding/internal/identifier/identifier.go",
"golang.org/x/text/encoding/internal/identifier/mib.go",
],
tags = ["automanaged"],
)
go_library(
name = "golang.org/x/text/encoding/unicode",
srcs = [
"golang.org/x/text/encoding/unicode/override.go",
"golang.org/x/text/encoding/unicode/unicode.go",
],
tags = ["automanaged"],
deps = [
"//vendor:golang.org/x/text/encoding",
"//vendor:golang.org/x/text/encoding/internal",
"//vendor:golang.org/x/text/encoding/internal/identifier",
"//vendor:golang.org/x/text/internal/utf8internal",
"//vendor:golang.org/x/text/runes",
"//vendor:golang.org/x/text/transform",
],
)
go_library(
name = "golang.org/x/text/internal/tag",
srcs = ["golang.org/x/text/internal/tag/tag.go"],
tags = ["automanaged"],
)
go_library(
name = "golang.org/x/text/internal/utf8internal",
srcs = ["golang.org/x/text/internal/utf8internal/utf8internal.go"],
tags = ["automanaged"],
)
go_library(
name = "golang.org/x/text/language",
srcs = [
@ -12188,6 +12026,159 @@ go_library(
],
)
go_test(
name = "k8s.io/client-go/pkg/util/workqueue_test",
srcs = [
"k8s.io/client-go/pkg/util/workqueue/default_rate_limiters_test.go",
"k8s.io/client-go/pkg/util/workqueue/delaying_queue_test.go",
"k8s.io/client-go/pkg/util/workqueue/rate_limitting_queue_test.go",
"k8s.io/client-go/pkg/util/workqueue/timed_queue_test.go",
],
library = ":k8s.io/client-go/pkg/util/workqueue",
tags = ["automanaged"],
deps = [
"//vendor:k8s.io/client-go/pkg/api/v1",
"//vendor:k8s.io/client-go/pkg/util/clock",
"//vendor:k8s.io/client-go/pkg/util/wait",
],
)
go_library(
name = "k8s.io/client-go/pkg/util/workqueue",
srcs = [
"k8s.io/client-go/pkg/util/workqueue/default_rate_limiters.go",
"k8s.io/client-go/pkg/util/workqueue/delaying_queue.go",
"k8s.io/client-go/pkg/util/workqueue/doc.go",
"k8s.io/client-go/pkg/util/workqueue/metrics.go",
"k8s.io/client-go/pkg/util/workqueue/parallelizer.go",
"k8s.io/client-go/pkg/util/workqueue/queue.go",
"k8s.io/client-go/pkg/util/workqueue/rate_limitting_queue.go",
"k8s.io/client-go/pkg/util/workqueue/timed_queue.go",
],
tags = ["automanaged"],
deps = [
"//vendor:github.com/juju/ratelimit",
"//vendor:k8s.io/client-go/pkg/util/clock",
"//vendor:k8s.io/client-go/pkg/util/runtime",
],
)
go_test(
name = "k8s.io/client-go/pkg/util/workqueue_xtest",
srcs = ["k8s.io/client-go/pkg/util/workqueue/queue_test.go"],
tags = ["automanaged"],
deps = ["//vendor:k8s.io/client-go/pkg/util/workqueue"],
)
go_library(
name = "github.com/chai2010/gettext-go/gettext",
srcs = [
"github.com/chai2010/gettext-go/gettext/caller.go",
"github.com/chai2010/gettext-go/gettext/doc.go",
"github.com/chai2010/gettext-go/gettext/domain.go",
"github.com/chai2010/gettext-go/gettext/domain_helper.go",
"github.com/chai2010/gettext-go/gettext/fs.go",
"github.com/chai2010/gettext-go/gettext/gettext.go",
"github.com/chai2010/gettext-go/gettext/local.go",
"github.com/chai2010/gettext-go/gettext/tr.go",
],
tags = ["automanaged"],
deps = [
"//vendor:github.com/chai2010/gettext-go/gettext/mo",
"//vendor:github.com/chai2010/gettext-go/gettext/plural",
"//vendor:github.com/chai2010/gettext-go/gettext/po",
],
)
go_library(
name = "github.com/chai2010/gettext-go/gettext/mo",
srcs = [
"github.com/chai2010/gettext-go/gettext/mo/doc.go",
"github.com/chai2010/gettext-go/gettext/mo/encoder.go",
"github.com/chai2010/gettext-go/gettext/mo/file.go",
"github.com/chai2010/gettext-go/gettext/mo/header.go",
"github.com/chai2010/gettext-go/gettext/mo/message.go",
"github.com/chai2010/gettext-go/gettext/mo/util.go",
],
tags = ["automanaged"],
)
go_library(
name = "github.com/chai2010/gettext-go/gettext/plural",
srcs = [
"github.com/chai2010/gettext-go/gettext/plural/doc.go",
"github.com/chai2010/gettext-go/gettext/plural/formula.go",
"github.com/chai2010/gettext-go/gettext/plural/table.go",
],
tags = ["automanaged"],
)
go_library(
name = "github.com/chai2010/gettext-go/gettext/po",
srcs = [
"github.com/chai2010/gettext-go/gettext/po/comment.go",
"github.com/chai2010/gettext-go/gettext/po/doc.go",
"github.com/chai2010/gettext-go/gettext/po/file.go",
"github.com/chai2010/gettext-go/gettext/po/header.go",
"github.com/chai2010/gettext-go/gettext/po/line_reader.go",
"github.com/chai2010/gettext-go/gettext/po/message.go",
"github.com/chai2010/gettext-go/gettext/po/re.go",
"github.com/chai2010/gettext-go/gettext/po/util.go",
],
tags = ["automanaged"],
)
go_library(
name = "github.com/jteeuwen/go-bindata/go-bindata",
srcs = [
"github.com/jteeuwen/go-bindata/go-bindata/AppendSliceValue.go",
"github.com/jteeuwen/go-bindata/go-bindata/main.go",
"github.com/jteeuwen/go-bindata/go-bindata/version.go",
],
tags = ["automanaged"],
deps = ["//vendor:github.com/jteeuwen/go-bindata"],
)
go_library(
name = "github.com/onsi/ginkgo/ginkgo",
srcs = [
"github.com/onsi/ginkgo/ginkgo/bootstrap_command.go",
"github.com/onsi/ginkgo/ginkgo/build_command.go",
"github.com/onsi/ginkgo/ginkgo/convert_command.go",
"github.com/onsi/ginkgo/ginkgo/generate_command.go",
"github.com/onsi/ginkgo/ginkgo/help_command.go",
"github.com/onsi/ginkgo/ginkgo/main.go",
"github.com/onsi/ginkgo/ginkgo/nodot_command.go",
"github.com/onsi/ginkgo/ginkgo/notifications.go",
"github.com/onsi/ginkgo/ginkgo/run_command.go",
"github.com/onsi/ginkgo/ginkgo/run_watch_and_build_command_flags.go",
"github.com/onsi/ginkgo/ginkgo/suite_runner.go",
"github.com/onsi/ginkgo/ginkgo/unfocus_command.go",
"github.com/onsi/ginkgo/ginkgo/version_command.go",
"github.com/onsi/ginkgo/ginkgo/watch_command.go",
],
tags = ["automanaged"],
deps = [
"//vendor:github.com/onsi/ginkgo/config",
"//vendor:github.com/onsi/ginkgo/ginkgo/convert",
"//vendor:github.com/onsi/ginkgo/ginkgo/interrupthandler",
"//vendor:github.com/onsi/ginkgo/ginkgo/nodot",
"//vendor:github.com/onsi/ginkgo/ginkgo/testrunner",
"//vendor:github.com/onsi/ginkgo/ginkgo/testsuite",
"//vendor:github.com/onsi/ginkgo/ginkgo/watch",
"//vendor:github.com/onsi/ginkgo/types",
],
)
go_library(
name = "github.com/ugorji/go/codec/codecgen",
srcs = [
"github.com/ugorji/go/codec/codecgen/gen.go",
"github.com/ugorji/go/codec/codecgen/z.go",
],
tags = ["automanaged"],
)
go_library(
name = "golang.org/x/crypto/ed25519",
srcs = ["golang.org/x/crypto/ed25519/ed25519.go"],
@ -12203,3 +12194,56 @@ go_library(
],
tags = ["automanaged"],
)
go_library(
name = "golang.org/x/text/encoding",
srcs = ["golang.org/x/text/encoding/encoding.go"],
tags = ["automanaged"],
deps = [
"//vendor:golang.org/x/text/encoding/internal/identifier",
"//vendor:golang.org/x/text/transform",
],
)
go_library(
name = "golang.org/x/text/encoding/internal",
srcs = ["golang.org/x/text/encoding/internal/internal.go"],
tags = ["automanaged"],
deps = [
"//vendor:golang.org/x/text/encoding",
"//vendor:golang.org/x/text/encoding/internal/identifier",
"//vendor:golang.org/x/text/transform",
],
)
go_library(
name = "golang.org/x/text/encoding/internal/identifier",
srcs = [
"golang.org/x/text/encoding/internal/identifier/identifier.go",
"golang.org/x/text/encoding/internal/identifier/mib.go",
],
tags = ["automanaged"],
)
go_library(
name = "golang.org/x/text/encoding/unicode",
srcs = [
"golang.org/x/text/encoding/unicode/override.go",
"golang.org/x/text/encoding/unicode/unicode.go",
],
tags = ["automanaged"],
deps = [
"//vendor:golang.org/x/text/encoding",
"//vendor:golang.org/x/text/encoding/internal",
"//vendor:golang.org/x/text/encoding/internal/identifier",
"//vendor:golang.org/x/text/internal/utf8internal",
"//vendor:golang.org/x/text/runes",
"//vendor:golang.org/x/text/transform",
],
)
go_library(
name = "golang.org/x/text/internal/utf8internal",
srcs = ["golang.org/x/text/internal/utf8internal/utf8internal.go"],
tags = ["automanaged"],
)