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
24e784ae
Commit
24e784ae
authored
Feb 09, 2016
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove gogo-protobuf from godeps, use gx vendored
License: MIT Signed-off-by:
Jeromy
<
jeromyj@gmail.com
>
parent
0ee5bc47
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
message/message.go
message/message.go
+2
-2
message/message_test.go
message/message_test.go
+1
-1
message/pb/message.pb.go
message/pb/message.pb.go
+1
-1
No files found.
message/message.go
View file @
24e784ae
...
...
@@ -9,8 +9,8 @@ import (
wantlist
"github.com/ipfs/go-ipfs/exchange/bitswap/wantlist"
inet
"gx/ipfs/QmUBogf4nUefBjmYjn6jfsfPJRkmDGSeMhNj4usRKq69f4/go-libp2p/p2p/net"
ggio
"g
ithub.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com
/gogo
/
protobuf/io"
proto
"g
ithub.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com
/gogo
/
protobuf/proto"
ggio
"g
x/ipfs/QmZ4Qi3GaRbjcx28Sme5eMH7RQjGkt8wHxt2a65oLaeFEV
/gogo
-
protobuf/io"
proto
"g
x/ipfs/QmZ4Qi3GaRbjcx28Sme5eMH7RQjGkt8wHxt2a65oLaeFEV
/gogo
-
protobuf/proto"
)
// TODO move message.go into the bitswap package
...
...
message/message_test.go
View file @
24e784ae
...
...
@@ -4,7 +4,7 @@ import (
"bytes"
"testing"
proto
"g
ithub.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com
/gogo
/
protobuf/proto"
proto
"g
x/ipfs/QmZ4Qi3GaRbjcx28Sme5eMH7RQjGkt8wHxt2a65oLaeFEV
/gogo
-
protobuf/proto"
blocks
"github.com/ipfs/go-ipfs/blocks"
key
"github.com/ipfs/go-ipfs/blocks/key"
...
...
message/pb/message.pb.go
View file @
24e784ae
...
...
@@ -13,7 +13,7 @@ It has these top-level messages:
*/
package
bitswap_message_pb
import
proto
"g
ithub.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com
/gogo
/
protobuf/proto"
import
proto
"g
x/ipfs/QmZ4Qi3GaRbjcx28Sme5eMH7RQjGkt8wHxt2a65oLaeFEV
/gogo
-
protobuf/proto"
import
math
"math"
// Reference imports to suppress errors if they are not otherwise used.
...
...
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