Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-unixfs
Commits
a8175316
Commit
a8175316
authored
Oct 22, 2014
by
Brian Tiger Chow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(fuse) named/aliased imports
parent
d8eb8b11
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
fuse/ipns/ipns_unix.go
fuse/ipns/ipns_unix.go
+5
-5
fuse/readonly/readonly_unix.go
fuse/readonly/readonly_unix.go
+3
-3
No files found.
fuse/ipns/ipns_unix.go
View file @
a8175316
...
...
@@ -7,13 +7,13 @@ import (
"path/filepath"
"time"
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/bazil.org/fuse"
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/bazil.org/fuse/fs"
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/goprotobuf/proto"
fuse
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/bazil.org/fuse"
fs
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/bazil.org/fuse/fs"
proto
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/goprotobuf/proto"
"github.com/jbenet/go-ipfs/core"
core
"github.com/jbenet/go-ipfs/core"
ci
"github.com/jbenet/go-ipfs/crypto"
"github.com/jbenet/go-ipfs/importer/chunk"
chunk
"github.com/jbenet/go-ipfs/importer/chunk"
mdag
"github.com/jbenet/go-ipfs/merkledag"
ft
"github.com/jbenet/go-ipfs/unixfs"
uio
"github.com/jbenet/go-ipfs/unixfs/io"
...
...
fuse/readonly/readonly_unix.go
View file @
a8175316
...
...
@@ -14,10 +14,10 @@ import (
"syscall"
"time"
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/goprotobuf/proto"
fuse
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/bazil.org/fuse"
fs
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/bazil.org/fuse/fs"
proto
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/goprotobuf/proto"
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/bazil.org/fuse"
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/bazil.org/fuse/fs"
core
"github.com/jbenet/go-ipfs/core"
mdag
"github.com/jbenet/go-ipfs/merkledag"
ft
"github.com/jbenet/go-ipfs/unixfs"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment