diff options
Diffstat (limited to 'pkg/shim/runsc')
-rw-r--r-- | pkg/shim/runsc/BUILD | 2 | ||||
-rw-r--r-- | pkg/shim/runsc/runsc.go | 2 | ||||
-rw-r--r-- | pkg/shim/runsc/utils.go | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/pkg/shim/runsc/BUILD b/pkg/shim/runsc/BUILD index 4d388ca05..f08599ebd 100644 --- a/pkg/shim/runsc/BUILD +++ b/pkg/shim/runsc/BUILD @@ -11,6 +11,6 @@ go_library( visibility = ["//:sandbox"], deps = [ "@com_github_containerd_go_runc//:go_default_library", - "@com_github_opencontainers_runtime-spec//specs-go:go_default_library", + "@com_github_opencontainers_runtime_spec//specs-go:go_default_library", ], ) diff --git a/pkg/shim/runsc/runsc.go b/pkg/shim/runsc/runsc.go index 50807d0c5..c5cf68efa 100644 --- a/pkg/shim/runsc/runsc.go +++ b/pkg/shim/runsc/runsc.go @@ -1,5 +1,5 @@ // Copyright 2018 The containerd Authors. -// Copyright 2018 The gVisor authors. +// Copyright 2018 The gVisor Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/shim/runsc/utils.go b/pkg/shim/runsc/utils.go index 2732d5e98..c514b3bc7 100644 --- a/pkg/shim/runsc/utils.go +++ b/pkg/shim/runsc/utils.go @@ -1,5 +1,5 @@ // Copyright 2018 The containerd Authors. -// Copyright 2018 The gVisor authors. +// Copyright 2018 The gVisor Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. |