From 8d0ce150a0048124d21974c9fb3e9fc9081da4c1 Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Thu, 19 Mar 2015 12:39:47 +1100 Subject: [PATCH] Updated import paths after the repo move. --- samples/cachingfs/caching_fs_test.go | 2 +- samples/hellofs/hello_fs.go | 2 +- samples/hellofs/hello_fs_test.go | 2 +- samples/memfs/fs.go | 2 +- samples/memfs/inode.go | 2 +- samples/memfs/memfs_test.go | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/samples/cachingfs/caching_fs_test.go b/samples/cachingfs/caching_fs_test.go index 9e5f659..8da681e 100644 --- a/samples/cachingfs/caching_fs_test.go +++ b/samples/cachingfs/caching_fs_test.go @@ -27,7 +27,7 @@ import ( "github.com/jacobsa/fuse" "github.com/jacobsa/fuse/samples/cachingfs" - "github.com/jacobsa/gcsfuse/timeutil" + "github.com/googlecloudplatform/gcsfuse/timeutil" . "github.com/jacobsa/oglematchers" . "github.com/jacobsa/ogletest" "golang.org/x/net/context" diff --git a/samples/hellofs/hello_fs.go b/samples/hellofs/hello_fs.go index 24b5851..a1887c1 100644 --- a/samples/hellofs/hello_fs.go +++ b/samples/hellofs/hello_fs.go @@ -21,7 +21,7 @@ import ( "github.com/jacobsa/fuse" "github.com/jacobsa/fuse/fuseutil" - "github.com/jacobsa/gcsfuse/timeutil" + "github.com/googlecloudplatform/gcsfuse/timeutil" "golang.org/x/net/context" ) diff --git a/samples/hellofs/hello_fs_test.go b/samples/hellofs/hello_fs_test.go index 0b2ba04..c0daa89 100644 --- a/samples/hellofs/hello_fs_test.go +++ b/samples/hellofs/hello_fs_test.go @@ -27,7 +27,7 @@ import ( "github.com/jacobsa/fuse" "github.com/jacobsa/fuse/samples/hellofs" - "github.com/jacobsa/gcsfuse/timeutil" + "github.com/googlecloudplatform/gcsfuse/timeutil" . "github.com/jacobsa/oglematchers" . "github.com/jacobsa/ogletest" "golang.org/x/net/context" diff --git a/samples/memfs/fs.go b/samples/memfs/fs.go index ac77f9f..cd3fe3d 100644 --- a/samples/memfs/fs.go +++ b/samples/memfs/fs.go @@ -23,7 +23,7 @@ import ( "github.com/jacobsa/fuse" "github.com/jacobsa/fuse/fuseutil" "github.com/jacobsa/gcloud/syncutil" - "github.com/jacobsa/gcsfuse/timeutil" + "github.com/googlecloudplatform/gcsfuse/timeutil" "golang.org/x/net/context" ) diff --git a/samples/memfs/inode.go b/samples/memfs/inode.go index 3ff4175..a78e007 100644 --- a/samples/memfs/inode.go +++ b/samples/memfs/inode.go @@ -23,7 +23,7 @@ import ( "github.com/jacobsa/fuse" "github.com/jacobsa/fuse/fuseutil" "github.com/jacobsa/gcloud/syncutil" - "github.com/jacobsa/gcsfuse/timeutil" + "github.com/googlecloudplatform/gcsfuse/timeutil" ) // Common attributes for files and directories. diff --git a/samples/memfs/memfs_test.go b/samples/memfs/memfs_test.go index 5728df0..51008cd 100644 --- a/samples/memfs/memfs_test.go +++ b/samples/memfs/memfs_test.go @@ -30,7 +30,7 @@ import ( "github.com/jacobsa/fuse" "github.com/jacobsa/fuse/fusetesting" "github.com/jacobsa/fuse/samples/memfs" - "github.com/jacobsa/gcsfuse/timeutil" + "github.com/googlecloudplatform/gcsfuse/timeutil" . "github.com/jacobsa/oglematchers" . "github.com/jacobsa/ogletest" "golang.org/x/net/context"