From a40e6d550945906ee1c8e512b14245e7ffe20fb4 Mon Sep 17 00:00:00 2001 From: Hector Sanjuan Date: Thu, 5 May 2016 01:23:54 +0200 Subject: [PATCH] Make sure uuid is vendored License: MIT Signed-off-by: Hector Sanjuan --- thirdparty/loggables/loggables.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/loggables/loggables.go b/thirdparty/loggables/loggables.go index 0e2c32ca2..c09b313f5 100644 --- a/thirdparty/loggables/loggables.go +++ b/thirdparty/loggables/loggables.go @@ -9,7 +9,7 @@ package loggables import ( "net" - uuid "github.com/satori/go.uuid" + uuid "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/satori/go.uuid" ma "gx/ipfs/QmcobAGsCjYt5DXoq9et9L8yR8er7o7Cu3DTvpaq12jYSz/go-multiaddr"