From 8b98bf56df4974c0e609d80d3be8dc63a80beafe Mon Sep 17 00:00:00 2001 From: oxedions Date: Thu, 7 Apr 2022 21:07:57 +0200 Subject: [PATCH] Fix: update cli module url --- main.go | 2 +- utils/flags.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 7bb971a..fd046ea 100644 --- a/main.go +++ b/main.go @@ -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" diff --git a/utils/flags.go b/utils/flags.go index e4b92d9..759ffa8 100644 --- a/utils/flags.go +++ b/utils/flags.go @@ -7,7 +7,7 @@ import ( "reflect" "strings" - "github.com/codegangsta/cli" + "github.com/urfave/cli" "github.com/fatih/structs" "github.com/yudai/hcl"