Merge pull request #7416 from hashicorp/b-update-dynect-no-logprefix

Update go-dynect to prevent log prefix clobbering
This commit is contained in:
Paul Hinze 2016-06-29 10:46:17 -05:00 committed by GitHub
commit 4421232afb
2 changed files with 3 additions and 6 deletions

View File

@ -14,11 +14,6 @@ const (
DynAPIPrefix = "https://api.dynect.net/REST" 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. // A client for use with DynECT's REST API.
type Client struct { type Client struct {
Token string Token string

4
vendor/vendor.json vendored
View File

@ -1087,9 +1087,11 @@
"revision": "eecf4c70c626c7cfbb95c90195bc34d386c74ac6" "revision": "eecf4c70c626c7cfbb95c90195bc34d386c74ac6"
}, },
{ {
"checksumSHA1": "/iig5lYSPCL3C8J7e4nTAevYNDE=",
"comment": "v0.2.0-8-g841842b", "comment": "v0.2.0-8-g841842b",
"path": "github.com/nesv/go-dynect/dynect", "path": "github.com/nesv/go-dynect/dynect",
"revision": "841842b16b39cf2b5007278956976d7d909bd98b" "revision": "2dc6a86cf75ce4b33516d2a13c9c0c378310cf3b",
"revisionTime": "2016-04-25T23:31:34Z"
}, },
{ {
"path": "github.com/nu7hatch/gouuid", "path": "github.com/nu7hatch/gouuid",