Commit b13df73e authored by Jeff Mitchell's avatar Jeff Mitchell
Browse files

Update the location of cleanhttp

parent 10ae4281
Showing with 4 additions and 4 deletions
+4 -4
......@@ -11,7 +11,7 @@ import (
"strconv"
"time"
"github.com/hashicorp/cleanhttp"
"github.com/hashicorp/go-cleanhttp"
)
// QueryOptions are used to parameterize a query
......
......@@ -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"
)
......
......@@ -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"
)
......
......@@ -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.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment