use go modules for dependencies

Signed-off-by: Kenneth Hill <ken.hill@nimbix.net>
This commit is contained in:
Kenneth Hill 2024-04-18 13:01:54 -05:00
parent 8ae1d20e02
commit 03b52cd602
111 changed files with 47 additions and 14352 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"