Commit 6d19754c authored by Aaron Jacobs's avatar Aaron Jacobs

Reference package timeutil in its new location.

parent 6292872c
...@@ -22,12 +22,12 @@ import ( ...@@ -22,12 +22,12 @@ import (
"testing" "testing"
"time" "time"
"github.com/googlecloudplatform/gcsfuse/timeutil"
"github.com/jacobsa/fuse/fuseutil" "github.com/jacobsa/fuse/fuseutil"
"github.com/jacobsa/fuse/samples" "github.com/jacobsa/fuse/samples"
"github.com/jacobsa/fuse/samples/cachingfs" "github.com/jacobsa/fuse/samples/cachingfs"
. "github.com/jacobsa/oglematchers" . "github.com/jacobsa/oglematchers"
. "github.com/jacobsa/ogletest" . "github.com/jacobsa/ogletest"
"github.com/jacobsa/timeutil"
) )
func TestCachingFS(t *testing.T) { RunTests(t) } func TestCachingFS(t *testing.T) { RunTests(t) }
......
...@@ -19,10 +19,10 @@ import ( ...@@ -19,10 +19,10 @@ import (
"os" "os"
"strings" "strings"
"github.com/googlecloudplatform/gcsfuse/timeutil"
"github.com/jacobsa/fuse" "github.com/jacobsa/fuse"
"github.com/jacobsa/fuse/fuseops" "github.com/jacobsa/fuse/fuseops"
"github.com/jacobsa/fuse/fuseutil" "github.com/jacobsa/fuse/fuseutil"
"github.com/jacobsa/timeutil"
) )
// Create a file system with a fixed structure that looks like this: // Create a file system with a fixed structure that looks like this:
......
...@@ -21,9 +21,9 @@ import ( ...@@ -21,9 +21,9 @@ import (
"os" "os"
"time" "time"
"github.com/googlecloudplatform/gcsfuse/timeutil"
"github.com/jacobsa/fuse" "github.com/jacobsa/fuse"
"github.com/jacobsa/ogletest" "github.com/jacobsa/ogletest"
"github.com/jacobsa/timeutil"
"golang.org/x/net/context" "golang.org/x/net/context"
) )
......
...@@ -20,10 +20,10 @@ import ( ...@@ -20,10 +20,10 @@ import (
"os" "os"
"time" "time"
"github.com/googlecloudplatform/gcsfuse/timeutil"
"github.com/jacobsa/fuse/fuseops" "github.com/jacobsa/fuse/fuseops"
"github.com/jacobsa/fuse/fuseutil" "github.com/jacobsa/fuse/fuseutil"
"github.com/jacobsa/gcloud/syncutil" "github.com/jacobsa/gcloud/syncutil"
"github.com/jacobsa/timeutil"
) )
// Common attributes for files and directories. // Common attributes for files and directories.
......
...@@ -20,11 +20,11 @@ import ( ...@@ -20,11 +20,11 @@ import (
"os" "os"
"time" "time"
"github.com/googlecloudplatform/gcsfuse/timeutil"
"github.com/jacobsa/fuse" "github.com/jacobsa/fuse"
"github.com/jacobsa/fuse/fuseops" "github.com/jacobsa/fuse/fuseops"
"github.com/jacobsa/fuse/fuseutil" "github.com/jacobsa/fuse/fuseutil"
"github.com/jacobsa/gcloud/syncutil" "github.com/jacobsa/gcloud/syncutil"
"github.com/jacobsa/timeutil"
) )
type memFS struct { type memFS struct {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment