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! :)
This commit is contained in:
Paul Hinze 2016-06-29 09:45:26 -05:00
parent 68010599b1
commit 95cc27895e
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0
2 changed files with 3 additions and 6 deletions

View File

@ -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

4
vendor/vendor.json vendored
View File

@ -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",