Skip to content

Commit a6afe86

Browse files
author
Julian Hjortshoj
committed
update to use latest goshims submodule
1 parent bfb713f commit a6afe86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vollocal/driver_factory.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"code.cloudfoundry.org/lager"
1313
"code.cloudfoundry.org/voldriver"
1414
"code.cloudfoundry.org/voldriver/driverhttp"
15-
"code.cloudfoundry.org/goshims/os"
15+
"code.cloudfoundry.org/goshims/osshim"
1616
)
1717

1818
//go:generate counterfeiter -o ../volmanfakes/fake_driver_factory.go . DriverFactory

vollocal/driver_factory_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"code.cloudfoundry.org/voldriver"
1414
"code.cloudfoundry.org/voldriver/voldriverfakes"
1515
"code.cloudfoundry.org/volman/vollocal"
16-
"code.cloudfoundry.org/goshims/os/os_fake"
16+
"code.cloudfoundry.org/goshims/osshim/os_fake"
1717
)
1818

1919
var _ = Describe("DriverFactory", func() {

0 commit comments

Comments
 (0)