Skip to content

Commit ba5794e

Browse files
authored
Merge pull request #566 from codepuncher/deps-replace-mitchellh/cli-hashicorp/cli
chore(deps): replace `mitchellh/cli` with `hashicorp/cli`
2 parents f8beba9 + 21ec89d commit ba5794e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+102
-108
lines changed

cmd/alias.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"path/filepath"
88
"strings"
99

10-
"github.com/mitchellh/cli"
10+
"github.com/hashicorp/cli"
1111
"github.com/posener/complete"
1212
"github.com/roots/trellis-cli/command"
1313
"github.com/roots/trellis-cli/pkg/ansible"

cmd/alias_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"strings"
88
"testing"
99

10-
"github.com/mitchellh/cli"
10+
"github.com/hashicorp/cli"
1111
"github.com/roots/trellis-cli/trellis"
1212
)
1313

cmd/check.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
"strings"
66

7-
"github.com/mitchellh/cli"
7+
"github.com/hashicorp/cli"
88
"github.com/roots/trellis-cli/trellis"
99
)
1010

cmd/cmd_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"strings"
77
"testing"
88

9-
"github.com/mitchellh/cli"
9+
"github.com/hashicorp/cli"
1010
"github.com/roots/trellis-cli/command"
1111
)
1212

cmd/db_open.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"strings"
1010

1111
"github.com/fatih/color"
12-
"github.com/mitchellh/cli"
12+
"github.com/hashicorp/cli"
1313
"github.com/posener/complete"
1414
"github.com/roots/trellis-cli/command"
1515
"github.com/roots/trellis-cli/pkg/ansible"

cmd/db_open_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"strings"
77
"testing"
88

9-
"github.com/mitchellh/cli"
9+
"github.com/hashicorp/cli"
1010
"github.com/roots/trellis-cli/pkg/db_opener"
1111
"github.com/roots/trellis-cli/trellis"
1212
)

cmd/deploy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"flag"
55
"strings"
66

7-
"github.com/mitchellh/cli"
7+
"github.com/hashicorp/cli"
88
"github.com/posener/complete"
99
"github.com/roots/trellis-cli/command"
1010
"github.com/roots/trellis-cli/pkg/ansible"

cmd/deploy_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"strings"
55
"testing"
66

7-
"github.com/mitchellh/cli"
7+
"github.com/hashicorp/cli"
88
"github.com/roots/trellis-cli/trellis"
99
)
1010

cmd/dot_env.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"flag"
66
"strings"
77

8-
"github.com/mitchellh/cli"
8+
"github.com/hashicorp/cli"
99
"github.com/posener/complete"
1010
"github.com/roots/trellis-cli/command"
1111
"github.com/roots/trellis-cli/pkg/ansible"

cmd/dot_env_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"strings"
88
"testing"
99

10-
"github.com/mitchellh/cli"
10+
"github.com/hashicorp/cli"
1111
"github.com/roots/trellis-cli/trellis"
1212
)
1313

0 commit comments

Comments
 (0)