Commit 1939992b authored by Aaron Jacobs's avatar Aaron Jacobs

Reference package syncutil in its new location.

parent 6d19754c
......@@ -23,8 +23,8 @@ import (
"sync/atomic"
"time"
"github.com/jacobsa/gcloud/syncutil"
. "github.com/jacobsa/ogletest"
"github.com/jacobsa/syncutil"
"golang.org/x/net/context"
)
......
......@@ -22,7 +22,7 @@ import (
"github.com/jacobsa/fuse"
"github.com/jacobsa/fuse/fuseops"
"github.com/jacobsa/fuse/fuseutil"
"github.com/jacobsa/gcloud/syncutil"
"github.com/jacobsa/syncutil"
)
const (
......
......@@ -21,7 +21,7 @@ import (
"github.com/jacobsa/fuse"
"github.com/jacobsa/fuse/fuseops"
"github.com/jacobsa/fuse/fuseutil"
"github.com/jacobsa/gcloud/syncutil"
"github.com/jacobsa/syncutil"
)
// Create a file system whose sole contents are a file named "foo" and a
......
......@@ -22,7 +22,7 @@ import (
"github.com/jacobsa/fuse/fuseops"
"github.com/jacobsa/fuse/fuseutil"
"github.com/jacobsa/gcloud/syncutil"
"github.com/jacobsa/syncutil"
"github.com/jacobsa/timeutil"
)
......
......@@ -23,7 +23,7 @@ import (
"github.com/jacobsa/fuse"
"github.com/jacobsa/fuse/fuseops"
"github.com/jacobsa/fuse/fuseutil"
"github.com/jacobsa/gcloud/syncutil"
"github.com/jacobsa/syncutil"
"github.com/jacobsa/timeutil"
)
......
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