1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-09 19:32:24 +08:00

godeps: move (go)goprotobuf to github location

This commit is contained in:
Henry
2015-04-28 12:33:02 +02:00
parent 4c13369773
commit 5fff7742f3
101 changed files with 684 additions and 12796 deletions

View File

@ -6,7 +6,7 @@ import (
"fmt"
"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/gogo/protobuf/proto"
context "github.com/ipfs/go-ipfs/Godeps/_workspace/src/golang.org/x/net/context"
dag "github.com/ipfs/go-ipfs/merkledag"