diff --git a/api/api.go b/api/api.go index 52ce1bc90..5ca63aad7 100644 --- a/api/api.go +++ b/api/api.go @@ -11,7 +11,7 @@ import ( "strconv" "time" - "github.com/hashicorp/cleanhttp" + "github.com/hashicorp/go-cleanhttp" ) // QueryOptions are used to parameterize a query diff --git a/client/fingerprint/env_aws.go b/client/fingerprint/env_aws.go index 78cae8a1d..839285a1d 100644 --- a/client/fingerprint/env_aws.go +++ b/client/fingerprint/env_aws.go @@ -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" ) diff --git a/client/fingerprint/env_gce.go b/client/fingerprint/env_gce.go index 48f5df328..f721fc36a 100644 --- a/client/fingerprint/env_gce.go +++ b/client/fingerprint/env_gce.go @@ -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" ) diff --git a/testutil/server.go b/testutil/server.go index 04389a113..1476d48e2 100644 --- a/testutil/server.go +++ b/testutil/server.go @@ -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.