diff --git a/cli/cmd/network/list.go b/cli/cmd/network/list.go index 60cadfe7..9b541716 100644 --- a/cli/cmd/network/list.go +++ b/cli/cmd/network/list.go @@ -6,7 +6,7 @@ import ( "github.com/gravitl/netmaker/cli/cmd/commons" "github.com/gravitl/netmaker/cli/functions" - "github.com/olekukonko/tablewriter" + "github.com/guumaster/tablewriter" "github.com/spf13/cobra" )