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-dms3-routing
Commits
5c3d9fb3
Commit
5c3d9fb3
authored
Nov 11, 2014
by
Jeromy
Committed by
Juan Batiz-Benet
Nov 16, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make vendor
parent
8f742c12
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
dht/handlers.go
dht/handlers.go
+1
-1
dht/pb/dht.pb.go
dht/pb/dht.pb.go
+1
-1
dht/records.go
dht/records.go
+2
-2
No files found.
dht/handlers.go
View file @
5c3d9fb3
...
...
@@ -5,7 +5,7 @@ import (
"fmt"
"time"
"code.google.com/p/goprotobuf/proto"
"
github.com/jbenet/go-ipfs/Godeps/_workspace/src/
code.google.com/p/goprotobuf/proto"
peer
"github.com/jbenet/go-ipfs/peer"
pb
"github.com/jbenet/go-ipfs/routing/dht/pb"
...
...
dht/pb/dht.pb.go
View file @
5c3d9fb3
...
...
@@ -14,7 +14,7 @@ It has these top-level messages:
*/
package
dht_pb
import
proto
"code.google.com/p/gogoprotobuf/proto"
import
proto
"
github.com/jbenet/go-ipfs/Godeps/_workspace/src/
code.google.com/p/gogoprotobuf/proto"
import
math
"math"
// Reference imports to suppress errors if they are not otherwise used.
...
...
dht/records.go
View file @
5c3d9fb3
...
...
@@ -6,8 +6,8 @@ import (
"strings"
"time"
"code.google.com/p/go.net/context"
"code.google.com/p/goprotobuf/proto"
"
github.com/jbenet/go-ipfs/Godeps/_workspace/src/
code.google.com/p/go.net/context"
"
github.com/jbenet/go-ipfs/Godeps/_workspace/src/
code.google.com/p/goprotobuf/proto"
ci
"github.com/jbenet/go-ipfs/crypto"
"github.com/jbenet/go-ipfs/peer"
pb
"github.com/jbenet/go-ipfs/routing/dht/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