Skip to content

Commit 825f99c

Browse files
committed
run update-vendor.sh
Signed-off-by: Davanum Srinivas <[email protected]>
1 parent 0c52ffe commit 825f99c

File tree

7 files changed

+0
-201
lines changed

7 files changed

+0
-201
lines changed

pkg/kubelet/kuberuntime/logs/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ go_library(
1010
"//staging/src/k8s.io/api/core/v1:go_default_library",
1111
"//staging/src/k8s.io/cri-api/pkg/apis:go_default_library",
1212
"//staging/src/k8s.io/cri-api/pkg/apis/runtime/v1alpha2:go_default_library",
13-
"//vendor/github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog:go_default_library",
1413
"//vendor/github.com/fsnotify/fsnotify:go_default_library",
1514
"//vendor/k8s.io/klog:go_default_library",
1615
],

vendor/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ filegroup(
112112
"//vendor/github.com/docker/distribution/registry/api/errcode:all-srcs",
113113
"//vendor/github.com/docker/docker/api:all-srcs",
114114
"//vendor/github.com/docker/docker/client:all-srcs",
115-
"//vendor/github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog:all-srcs",
116115
"//vendor/github.com/docker/docker/errdefs:all-srcs",
117116
"//vendor/github.com/docker/docker/pkg/jsonmessage:all-srcs",
118117
"//vendor/github.com/docker/docker/pkg/mount:all-srcs",

vendor/github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog/BUILD

Lines changed: 0 additions & 28 deletions
This file was deleted.

vendor/github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog/jsonlog.go

Lines changed: 0 additions & 25 deletions
This file was deleted.

vendor/github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog/jsonlogbytes.go

Lines changed: 0 additions & 125 deletions
This file was deleted.

vendor/github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog/time_marshalling.go

Lines changed: 0 additions & 20 deletions
This file was deleted.

vendor/modules.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ github.com/docker/docker/api/types/time
233233
github.com/docker/docker/api/types/versions
234234
github.com/docker/docker/api/types/volume
235235
github.com/docker/docker/client
236-
github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
237236
github.com/docker/docker/errdefs
238237
github.com/docker/docker/pkg/jsonmessage
239238
github.com/docker/docker/pkg/mount

0 commit comments

Comments
 (0)