Browse Source

Update cleanhttp repo location

pull/1338/head
Jeff Mitchell 9 years ago
parent
commit
1e3840b044
  1. 2
      api/api.go
  2. 2
      command/agent/check.go
  3. 2
      command/agent/http_test.go
  4. 2
      command/agent/ui_endpoint_test.go
  5. 2
      testutil/server.go

2
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

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

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

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

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

Loading…
Cancel
Save