diff --git a/command/volume_create_host_test.go b/command/volume_create_host_test.go index 4ef92dc02a8..00e79548346 100644 --- a/command/volume_create_host_test.go +++ b/command/volume_create_host_test.go @@ -8,11 +8,11 @@ import ( "strings" "testing" + "github.com/hashicorp/cli" "github.com/hashicorp/hcl" "github.com/hashicorp/nomad/api" "github.com/hashicorp/nomad/ci" "github.com/hashicorp/nomad/command/agent" - "github.com/mitchellh/cli" "github.com/shoenig/test/must" ) diff --git a/command/volume_delete_host_test.go b/command/volume_delete_host_test.go index 353063c34cc..5edd72bb706 100644 --- a/command/volume_delete_host_test.go +++ b/command/volume_delete_host_test.go @@ -9,9 +9,9 @@ import ( "strings" "testing" + "github.com/hashicorp/cli" "github.com/hashicorp/nomad/api" "github.com/hashicorp/nomad/ci" - "github.com/mitchellh/cli" "github.com/posener/complete" "github.com/shoenig/test/must" ) diff --git a/command/volume_register_host_test.go b/command/volume_register_host_test.go index 0ce33770197..9ed9d5c96e2 100644 --- a/command/volume_register_host_test.go +++ b/command/volume_register_host_test.go @@ -9,9 +9,9 @@ import ( "strings" "testing" + "github.com/hashicorp/cli" "github.com/hashicorp/nomad/api" "github.com/hashicorp/nomad/ci" - "github.com/mitchellh/cli" "github.com/shoenig/test/must" ) diff --git a/command/volume_status_host_test.go b/command/volume_status_host_test.go index c51e931096b..2da56e90311 100644 --- a/command/volume_status_host_test.go +++ b/command/volume_status_host_test.go @@ -9,9 +9,9 @@ import ( "strings" "testing" + "github.com/hashicorp/cli" "github.com/hashicorp/nomad/api" "github.com/hashicorp/nomad/ci" - "github.com/mitchellh/cli" "github.com/posener/complete" "github.com/shoenig/test/must" )