diff options
Diffstat (limited to 'test/image/BUILD')
-rw-r--r-- | test/image/BUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/image/BUILD b/test/image/BUILD index 7392ac54e..e749e47d4 100644 --- a/test/image/BUILD +++ b/test/image/BUILD @@ -22,8 +22,8 @@ go_test( ], visibility = ["//:sandbox"], deps = [ - "//runsc/dockerutil", - "//runsc/testutil", + "//pkg/test/dockerutil", + "//pkg/test/testutil", ], ) |