Update go dependencies (#2234)
This commit is contained in:
parent
6e099c5f57
commit
93c72ef646
1236 changed files with 37226 additions and 49844 deletions
4
vendor/k8s.io/apimachinery/pkg/watch/BUILD
generated
vendored
4
vendor/k8s.io/apimachinery/pkg/watch/BUILD
generated
vendored
|
|
@ -36,7 +36,6 @@ go_test(
|
|||
"streamwatcher_test.go",
|
||||
"watch_test.go",
|
||||
],
|
||||
importpath = "k8s.io/apimachinery/pkg/watch_test",
|
||||
deps = [
|
||||
"//vendor/k8s.io/apimachinery/pkg/runtime:go_default_library",
|
||||
"//vendor/k8s.io/apimachinery/pkg/runtime/schema:go_default_library",
|
||||
|
|
@ -48,8 +47,7 @@ go_test(
|
|||
go_test(
|
||||
name = "go_default_test",
|
||||
srcs = ["until_test.go"],
|
||||
importpath = "k8s.io/apimachinery/pkg/watch",
|
||||
library = ":go_default_library",
|
||||
embed = [":go_default_library"],
|
||||
deps = [
|
||||
"//vendor/k8s.io/apimachinery/pkg/runtime:go_default_library",
|
||||
"//vendor/k8s.io/apimachinery/pkg/runtime/schema:go_default_library",
|
||||
|
|
|
|||
2
vendor/k8s.io/apimachinery/pkg/watch/zz_generated.deepcopy.go
generated
vendored
2
vendor/k8s.io/apimachinery/pkg/watch/zz_generated.deepcopy.go
generated
vendored
|
|
@ -16,7 +16,7 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
// This file was autogenerated by deepcopy-gen. Do not edit it manually!
|
||||
// Code generated by deepcopy-gen. DO NOT EDIT.
|
||||
|
||||
package watch
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue