From a3baa0cf2f5b4535c7b4cb43fe821e11af628ca2 Mon Sep 17 00:00:00 2001 From: James Rasell Date: Thu, 19 Dec 2024 14:53:32 +0000 Subject: [PATCH] Remove lib from newly added commands in main --- command/volume_create_host_test.go | 2 +- command/volume_delete_host_test.go | 2 +- command/volume_register_host_test.go | 2 +- command/volume_status_host_test.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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" )