From 95cc27895efed1baea2ebef0cd05ba6e501d3378 Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Wed, 29 Jun 2016 09:45:26 -0500 Subject: [PATCH] Update go-dynect to prevent log prefix clobbering We got https://github.com/nesv/go-dynect/pull/7 merged but never updated our vendored copy of the library. So let's do that! :) --- vendor/github.com/nesv/go-dynect/dynect/client.go | 5 ----- vendor/vendor.json | 4 +++- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/vendor/github.com/nesv/go-dynect/dynect/client.go b/vendor/github.com/nesv/go-dynect/dynect/client.go index b8f8f8b42..ef0ae85da 100644 --- a/vendor/github.com/nesv/go-dynect/dynect/client.go +++ b/vendor/github.com/nesv/go-dynect/dynect/client.go @@ -14,11 +14,6 @@ const ( DynAPIPrefix = "https://api.dynect.net/REST" ) -func init() { - // Set the logging prefix. - log.SetPrefix("go-dynect ") -} - // A client for use with DynECT's REST API. type Client struct { Token string diff --git a/vendor/vendor.json b/vendor/vendor.json index ae160fa7c..2f360bec6 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -1087,9 +1087,11 @@ "revision": "eecf4c70c626c7cfbb95c90195bc34d386c74ac6" }, { + "checksumSHA1": "/iig5lYSPCL3C8J7e4nTAevYNDE=", "comment": "v0.2.0-8-g841842b", "path": "github.com/nesv/go-dynect/dynect", - "revision": "841842b16b39cf2b5007278956976d7d909bd98b" + "revision": "2dc6a86cf75ce4b33516d2a13c9c0c378310cf3b", + "revisionTime": "2016-04-25T23:31:34Z" }, { "path": "github.com/nu7hatch/gouuid",