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

@@ -12,6 +12,7 @@ import (
"strings"
"time"
"github.com/hashicorp/cli"
hclog "github.com/hashicorp/go-hclog"
multierror "github.com/hashicorp/go-multierror"
plugin "github.com/hashicorp/go-plugin"
@@ -23,7 +24,6 @@ import (
"github.com/hashicorp/nomad/plugins/base"
"github.com/hashicorp/nomad/plugins/device"
"github.com/kr/pretty"
"github.com/mitchellh/cli"
"github.com/zclconf/go-cty/cty/msgpack"
)

View File

@@ -7,8 +7,8 @@ import (
"flag"
"strings"
"github.com/hashicorp/cli"
hclog "github.com/hashicorp/go-hclog"
"github.com/mitchellh/cli"
)
type Meta struct {