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
0f1dc11a
Commit
0f1dc11a
authored
Apr 28, 2015
by
Henry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
godeps: move (go)goprotobuf to github location
parent
671dfd04
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
7 deletions
+9
-7
format.go
format.go
+1
-1
format_test.go
format_test.go
+2
-1
io/dagreader.go
io/dagreader.go
+2
-1
mod/dagmodifier.go
mod/dagmodifier.go
+1
-1
pb/unixfs.pb.go
pb/unixfs.pb.go
+1
-1
tar/reader.go
tar/reader.go
+2
-2
No files found.
format.go
View file @
0f1dc11a
...
...
@@ -5,7 +5,7 @@ package unixfs
import
(
"errors"
proto
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/
code.google
.com/
p/
goprotobuf/proto"
proto
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/
github
.com/
go
go
/
protobuf/proto"
pb
"github.com/ipfs/go-ipfs/unixfs/pb"
)
...
...
format_test.go
View file @
0f1dc11a
...
...
@@ -3,7 +3,8 @@ package unixfs
import
(
"testing"
proto
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/code.google.com/p/goprotobuf/proto"
proto
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/gogo/protobuf/proto"
pb
"github.com/ipfs/go-ipfs/unixfs/pb"
)
...
...
io/dagreader.go
View file @
0f1dc11a
...
...
@@ -7,8 +7,9 @@ import (
"io"
"os"
proto
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/
code.google
.com/
p/
goprotobuf/proto"
proto
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/
github
.com/
go
go
/
protobuf/proto"
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/golang.org/x/net/context"
mdag
"github.com/ipfs/go-ipfs/merkledag"
ft
"github.com/ipfs/go-ipfs/unixfs"
ftpb
"github.com/ipfs/go-ipfs/unixfs/pb"
...
...
mod/dagmodifier.go
View file @
0f1dc11a
...
...
@@ -7,7 +7,7 @@ import (
"os"
"time"
proto
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/
code.google
.com/
p/
goprotobuf/proto"
proto
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/
github
.com/
go
go
/
protobuf/proto"
mh
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-multihash"
context
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/golang.org/x/net/context"
...
...
pb/unixfs.pb.go
View file @
0f1dc11a
...
...
@@ -14,7 +14,7 @@ It has these top-level messages:
*/
package
unixfs_pb
import
proto
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/
code.google
.com/
p/
gogoprotobuf/proto"
import
proto
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/
github
.com/gogo
/
protobuf/proto"
import
math
"math"
// Reference imports to suppress errors if they are not otherwise used.
...
...
tar/reader.go
View file @
0f1dc11a
...
...
@@ -8,13 +8,13 @@ import (
gopath
"path"
"time"
proto
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/gogo/protobuf/proto"
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/golang.org/x/net/context"
mdag
"github.com/ipfs/go-ipfs/merkledag"
path
"github.com/ipfs/go-ipfs/path"
uio
"github.com/ipfs/go-ipfs/unixfs/io"
upb
"github.com/ipfs/go-ipfs/unixfs/pb"
proto
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/code.google.com/p/goprotobuf/proto"
)
type
Reader
struct
{
...
...
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