From 75d030b04a946c17cc17bee92020de231aca99f6 Mon Sep 17 00:00:00 2001 From: Jeromy <jeromyj@gmail.com> Date: Tue, 9 Feb 2016 10:07:20 -0800 Subject: [PATCH] remove gogo-protobuf from godeps, use gx vendored License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com> --- internal/pb/header.pb.go | 2 +- set.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/pb/header.pb.go b/internal/pb/header.pb.go index eafb246..b77d377 100644 --- a/internal/pb/header.pb.go +++ b/internal/pb/header.pb.go @@ -13,7 +13,7 @@ It has these top-level messages: */ package pb -import proto "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/gogo/protobuf/proto" +import proto "gx/ipfs/QmZ4Qi3GaRbjcx28Sme5eMH7RQjGkt8wHxt2a65oLaeFEV/gogo-protobuf/proto" import math "math" // Reference imports to suppress errors if they are not otherwise used. diff --git a/set.go b/set.go index a07762a..f3d8258 100644 --- a/set.go +++ b/set.go @@ -11,7 +11,7 @@ import ( "sort" "unsafe" - "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/gogo/protobuf/proto" + "gx/ipfs/QmZ4Qi3GaRbjcx28Sme5eMH7RQjGkt8wHxt2a65oLaeFEV/gogo-protobuf/proto" "github.com/ipfs/go-ipfs/blocks/key" "github.com/ipfs/go-ipfs/merkledag" "github.com/ipfs/go-ipfs/pin/internal/pb" -- GitLab