summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot/user_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'runsc/boot/user_test.go')
-rw-r--r--runsc/boot/user_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/runsc/boot/user_test.go b/runsc/boot/user_test.go
index e91be5f0f..834003430 100644
--- a/runsc/boot/user_test.go
+++ b/runsc/boot/user_test.go
@@ -23,8 +23,8 @@ import (
"testing"
specs "github.com/opencontainers/runtime-spec/specs-go"
- "gvisor.googlesource.com/gvisor/pkg/sentry/context/contexttest"
- "gvisor.googlesource.com/gvisor/pkg/sentry/fs"
+ "gvisor.dev/gvisor/pkg/sentry/context/contexttest"
+ "gvisor.dev/gvisor/pkg/sentry/fs"
)
func setupTempDir() (string, error) {