Update cleanhttp repo location

This commit is contained in:
Jeff Mitchell 2015-10-22 14:14:22 -04:00
parent 81dce36e6a
commit 1e3840b044
5 changed files with 5 additions and 5 deletions

View File

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

View File

@ -12,7 +12,7 @@ import (
"time" "time"
"github.com/armon/circbuf" "github.com/armon/circbuf"
"github.com/hashicorp/cleanhttp" "github.com/hashicorp/go-cleanhttp"
"github.com/hashicorp/consul/consul/structs" "github.com/hashicorp/consul/consul/structs"
) )

View File

@ -18,7 +18,7 @@ import (
"testing" "testing"
"time" "time"
"github.com/hashicorp/cleanhttp" "github.com/hashicorp/go-cleanhttp"
"github.com/hashicorp/consul/consul/structs" "github.com/hashicorp/consul/consul/structs"
"github.com/hashicorp/consul/testutil" "github.com/hashicorp/consul/testutil"
) )

View File

@ -12,7 +12,7 @@ import (
"reflect" "reflect"
"testing" "testing"
"github.com/hashicorp/cleanhttp" "github.com/hashicorp/go-cleanhttp"
"github.com/hashicorp/consul/consul/structs" "github.com/hashicorp/consul/consul/structs"
"github.com/hashicorp/consul/testutil" "github.com/hashicorp/consul/testutil"
) )

View File

@ -26,7 +26,7 @@ import (
"sync/atomic" "sync/atomic"
"testing" "testing"
"github.com/hashicorp/cleanhttp" "github.com/hashicorp/go-cleanhttp"
) )
// offset is used to atomically increment the port numbers. // offset is used to atomically increment the port numbers.