Update cleanhttp repo location

This commit is contained in:
Jeff Mitchell 2015-10-22 14:14:22 -04:00
parent 002ff0c838
commit 9267f956a2
5 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@ import (
"strings"
"time"
"github.com/hashicorp/cleanhttp"
"github.com/hashicorp/go-cleanhttp"
)
// QueryOptions are used to parameterize a query

View File

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

View File

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

View File

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

View File

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