Skip to content

Commit

Permalink
Update cleanhttp repo location
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferai committed Oct 22, 2015
1 parent 81dce36 commit 1e3840b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"strings"
"time"

"github.com/hashicorp/cleanhttp"
"github.com/hashicorp/go-cleanhttp"
)

// QueryOptions are used to parameterize a query
Expand Down
2 changes: 1 addition & 1 deletion command/agent/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion command/agent/http_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down
2 changes: 1 addition & 1 deletion command/agent/ui_endpoint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down
2 changes: 1 addition & 1 deletion testutil/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1e3840b

Please sign in to comment.