deps: Switch from mitchellh/cli to hashicorp/cli (#19321)

Co-authored-by: James Rasell <jrasell@hashicorp.com>
This commit is contained in:
Charlie Voiselle
2024-12-19 10:41:11 -05:00
committed by GitHub
parent 7d8653270a
commit 30ab8897d2
259 changed files with 262 additions and 258 deletions

View File

@@ -15,6 +15,7 @@ import (
"testing"
"time"
"github.com/hashicorp/cli"
consulapi "github.com/hashicorp/consul/api"
consultest "github.com/hashicorp/consul/sdk/testutil"
"github.com/hashicorp/nomad/api"
@@ -25,7 +26,6 @@ import (
"github.com/hashicorp/nomad/helper/pointer"
"github.com/hashicorp/nomad/nomad/state"
"github.com/hashicorp/nomad/testutil"
"github.com/mitchellh/cli"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)