Skip to content

Commit

Permalink
Update the location of cleanhttp
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferai committed Oct 22, 2015
1 parent 10ae428 commit b13df73
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"strconv"
"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 client/fingerprint/env_aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"strings"
"time"

"github.com/hashicorp/cleanhttp"
"github.com/hashicorp/go-cleanhttp"
"github.com/hashicorp/nomad/client/config"
"github.com/hashicorp/nomad/nomad/structs"
)
Expand Down
2 changes: 1 addition & 1 deletion client/fingerprint/env_gce.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"strings"
"time"

"github.com/hashicorp/cleanhttp"
"github.com/hashicorp/go-cleanhttp"
"github.com/hashicorp/nomad/client/config"
"github.com/hashicorp/nomad/nomad/structs"
)
Expand Down
2 changes: 1 addition & 1 deletion testutil/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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 b13df73

Please sign in to comment.