mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +00:00
Autogenerate BUILD files
This commit is contained in:
1
vendor/golang.org/x/net/context/BUILD
generated
vendored
1
vendor/golang.org/x/net/context/BUILD
generated
vendored
@@ -12,6 +12,7 @@ go_library(
|
||||
srcs = [
|
||||
"context.go",
|
||||
"go17.go",
|
||||
"pre_go17.go",
|
||||
],
|
||||
tags = ["automanaged"],
|
||||
)
|
||||
|
||||
5
vendor/golang.org/x/net/context/ctxhttp/BUILD
generated
vendored
5
vendor/golang.org/x/net/context/ctxhttp/BUILD
generated
vendored
@@ -9,7 +9,10 @@ load(
|
||||
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = ["ctxhttp.go"],
|
||||
srcs = [
|
||||
"ctxhttp.go",
|
||||
"ctxhttp_pre17.go",
|
||||
],
|
||||
tags = ["automanaged"],
|
||||
deps = ["//vendor/golang.org/x/net/context:go_default_library"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user