Update the location of cleanhttp

This commit is contained in:
Jeff Mitchell 2015-10-22 14:21:07 -04:00
parent e05974aea8
commit 959c175ca1
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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