Sfoglia il codice sorgente

remove duplicate cli table pkg

abhishek9686 2 mesi fa
parent
commit
d8dcc37941
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      cli/cmd/network/list.go

+ 1 - 1
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"
 )