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-bitswap
Commits
fceb09da
Commit
fceb09da
authored
Apr 28, 2015
by
Henry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
godeps: move (go)goprotobuf to github location
parent
90fede8d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
message/internal/pb/message.pb.go
message/internal/pb/message.pb.go
+1
-1
message/message.go
message/message.go
+2
-2
message/message_test.go
message/message_test.go
+1
-1
No files found.
message/internal/pb/message.pb.go
View file @
fceb09da
...
@@ -13,7 +13,7 @@ It has these top-level messages:
...
@@ -13,7 +13,7 @@ It has these top-level messages:
*/
*/
package
bitswap_message_pb
package
bitswap_message_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"
import
math
"math"
// Reference imports to suppress errors if they are not otherwise used.
// Reference imports to suppress errors if they are not otherwise used.
...
...
message/message.go
View file @
fceb09da
...
@@ -9,8 +9,8 @@ import (
...
@@ -9,8 +9,8 @@ import (
inet
"github.com/ipfs/go-ipfs/p2p/net"
inet
"github.com/ipfs/go-ipfs/p2p/net"
u
"github.com/ipfs/go-ipfs/util"
u
"github.com/ipfs/go-ipfs/util"
ggio
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/
code.google
.com/
p/
gogoprotobuf/io"
ggio
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/
github
.com/gogo
/
protobuf/io"
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"
)
)
// TODO move message.go into the bitswap package
// TODO move message.go into the bitswap package
...
...
message/message_test.go
View file @
fceb09da
...
@@ -4,7 +4,7 @@ import (
...
@@ -4,7 +4,7 @@ import (
"bytes"
"bytes"
"testing"
"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/
go
go
/
protobuf/proto"
blocks
"github.com/ipfs/go-ipfs/blocks"
blocks
"github.com/ipfs/go-ipfs/blocks"
pb
"github.com/ipfs/go-ipfs/exchange/bitswap/message/internal/pb"
pb
"github.com/ipfs/go-ipfs/exchange/bitswap/message/internal/pb"
...
...
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