Fix: update cli module url

This commit is contained in:
oxedions 2022-04-07 21:07:57 +02:00
parent 9656d80c2b
commit 8b98bf56df
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ import (
"strings"
"syscall"
"github.com/codegangsta/cli"
"github.com/urfave/cli"
"github.com/nimbix/gotty/backend/localcommand"
"github.com/nimbix/gotty/pkg/homedir"

View file

@ -7,7 +7,7 @@ import (
"reflect"
"strings"
"github.com/codegangsta/cli"
"github.com/urfave/cli"
"github.com/fatih/structs"
"github.com/yudai/hcl"