From 1e3840b04408d4c481a1e50db462cf520afe113a Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Thu, 22 Oct 2015 14:14:22 -0400 Subject: [PATCH] Update cleanhttp repo location --- api/api.go | 2 +- command/agent/check.go | 2 +- command/agent/http_test.go | 2 +- command/agent/ui_endpoint_test.go | 2 +- testutil/server.go | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/api.go b/api/api.go index e76231780beb..7123c8a687dd 100644 --- a/api/api.go +++ b/api/api.go @@ -15,7 +15,7 @@ import ( "strings" "time" - "github.com/hashicorp/cleanhttp" + "github.com/hashicorp/go-cleanhttp" ) // QueryOptions are used to parameterize a query diff --git a/command/agent/check.go b/command/agent/check.go index ee0e16d08b95..604d75ea4e29 100644 --- a/command/agent/check.go +++ b/command/agent/check.go @@ -12,7 +12,7 @@ import ( "time" "github.com/armon/circbuf" - "github.com/hashicorp/cleanhttp" + "github.com/hashicorp/go-cleanhttp" "github.com/hashicorp/consul/consul/structs" ) diff --git a/command/agent/http_test.go b/command/agent/http_test.go index 154007eba9ee..cdc8fcfdae78 100644 --- a/command/agent/http_test.go +++ b/command/agent/http_test.go @@ -18,7 +18,7 @@ import ( "testing" "time" - "github.com/hashicorp/cleanhttp" + "github.com/hashicorp/go-cleanhttp" "github.com/hashicorp/consul/consul/structs" "github.com/hashicorp/consul/testutil" ) diff --git a/command/agent/ui_endpoint_test.go b/command/agent/ui_endpoint_test.go index b640776d3b1c..95e5e0b95a16 100644 --- a/command/agent/ui_endpoint_test.go +++ b/command/agent/ui_endpoint_test.go @@ -12,7 +12,7 @@ import ( "reflect" "testing" - "github.com/hashicorp/cleanhttp" + "github.com/hashicorp/go-cleanhttp" "github.com/hashicorp/consul/consul/structs" "github.com/hashicorp/consul/testutil" ) diff --git a/testutil/server.go b/testutil/server.go index 41b27d86f089..7edafc2b44f4 100644 --- a/testutil/server.go +++ b/testutil/server.go @@ -26,7 +26,7 @@ import ( "sync/atomic" "testing" - "github.com/hashicorp/cleanhttp" + "github.com/hashicorp/go-cleanhttp" ) // offset is used to atomically increment the port numbers.