summaryrefslogtreecommitdiffhomepage
path: root/shim/v1
diff options
context:
space:
mode:
authorAdin Scannell <ascannell@google.com>2020-05-05 18:11:56 -0700
committerAdin Scannell <ascannell@google.com>2020-07-09 16:59:42 -0700
commit60e19587cebc3cbc781088cc01080c71ad7900a0 (patch)
treeb4e4e98a69912e2a74ce0be7d4699b2e37ee6b8d /shim/v1
parent5471dbe2f36976eb61f8c8fe8eaafd5da0569779 (diff)
Update canonical paths.
Diffstat (limited to 'shim/v1')
-rw-r--r--shim/v1/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/shim/v1/main.go b/shim/v1/main.go
index bdcf4e6d4..41c77394a 100644
--- a/shim/v1/main.go
+++ b/shim/v1/main.go
@@ -18,7 +18,7 @@ package main
import (
"github.com/containerd/containerd/runtime/v2/shim"
- runsc "github.com/google/gvisor-containerd-shim/pkg/v2"
+ runsc "gvisor.dev/gvisor/pkg/shim/v2"
)
func main() {