diff options
author | Adin Scannell <ascannell@google.com> | 2020-05-05 18:11:56 -0700 |
---|---|---|
committer | Adin Scannell <ascannell@google.com> | 2020-07-09 16:59:42 -0700 |
commit | 60e19587cebc3cbc781088cc01080c71ad7900a0 (patch) | |
tree | b4e4e98a69912e2a74ce0be7d4699b2e37ee6b8d /shim/v2/main.go | |
parent | 5471dbe2f36976eb61f8c8fe8eaafd5da0569779 (diff) |
Update canonical paths.
Diffstat (limited to 'shim/v2/main.go')
-rw-r--r-- | shim/v2/main.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shim/v2/main.go b/shim/v2/main.go index 500bdddee..118b6f6e5 100644 --- a/shim/v2/main.go +++ b/shim/v2/main.go @@ -45,8 +45,8 @@ import ( "github.com/sirupsen/logrus" "golang.org/x/sys/unix" - runsc "github.com/google/gvisor-containerd-shim/pkg/go-runsc" - "github.com/google/gvisor-containerd-shim/pkg/v1/shim" + "gvisor.dev/gvisor/pkg/shim/runsc" + "gvisor.dev/gvisor/pkg/shim/v1/shim" ) var ( |