File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 6
6
7
7
"github.com/gravitl/netmaker/cli/cmd/commons"
8
8
"github.com/gravitl/netmaker/cli/functions"
9
- "github.com/olekukonko /tablewriter"
9
+ "github.com/guumaster /tablewriter"
10
10
"github.com/spf13/cobra"
11
11
)
12
12
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ require (
46
46
github.com/goombaio/namegenerator v0.0.0-20181006234301-989e774b106e
47
47
github.com/guumaster/tablewriter v0.0.10
48
48
github.com/matryer/is v1.4.1
49
- github.com/olekukonko/tablewriter v0.0.5
50
49
github.com/spf13/cobra v1.9.1
51
50
google.golang.org/api v0.237.0
52
51
gopkg.in/mail.v2 v2.3.1
@@ -99,7 +98,7 @@ require (
99
98
github.com/go-playground/universal-translator v0.18.1 // indirect
100
99
github.com/hashicorp/go-version v1.7.0
101
100
github.com/leodido/go-urn v1.4.0 // indirect
102
- github.com/mattn/go-runewidth v0.0.13 // indirect
101
+ github.com/mattn/go-runewidth v0.0.16 // indirect
103
102
github.com/pmezard/go-difflib v1.0.0 // indirect
104
103
golang.org/x/sync v0.15.0 // indirect
105
104
)
Original file line number Diff line number Diff line change @@ -96,16 +96,13 @@ github.com/lib/pq v1.10.9 h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw=
96
96
github.com/lib/pq v1.10.9 /go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o =
97
97
github.com/matryer/is v1.4.1 h1:55ehd8zaGABKLXQUe2awZ99BD/PTc2ls+KV/dXphgEQ =
98
98
github.com/matryer/is v1.4.1 /go.mod h1:8I/i5uYgLzgsgEloJE1U6xx5HkBQpAZvepWuujKwMRU =
99
- github.com/mattn/go-runewidth v0.0.9 /go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI =
100
99
github.com/mattn/go-runewidth v0.0.10 /go.mod h1:RAqKPSqVFrSLVXbA8x7dzmKdmGzieGRCM46jaSJTDAk =
101
- github.com/mattn/go-runewidth v0.0.13 h1:lTGmDsbAYt5DmK6OnoV7EuIF1wEIFAcxld6ypU4OSgU =
102
- github.com/mattn/go-runewidth v0.0.13 /go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w =
100
+ github.com/mattn/go-runewidth v0.0.16 h1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6TULQc =
101
+ github.com/mattn/go-runewidth v0.0.16 /go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w =
103
102
github.com/mattn/go-sqlite3 v1.14.28 h1:ThEiQrnbtumT+QMknw63Befp/ce/nUPgBPMlRFEum7A =
104
103
github.com/mattn/go-sqlite3 v1.14.28 /go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y =
105
104
github.com/microsoft/go-mssqldb v1.7.2 h1:CHkFJiObW7ItKTJfHo1QX7QBBD1iV+mn1eOyRP3b/PA =
106
105
github.com/microsoft/go-mssqldb v1.7.2 /go.mod h1:kOvZKUdrhhFQmxLZqbwUV0rHkNkZpthMITIb2Ko1IoA =
107
- github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec =
108
- github.com/olekukonko/tablewriter v0.0.5 /go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY =
109
106
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
110
107
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
111
108
github.com/posthog/posthog-go v1.5.12 h1:nxK/z5QLCFxwzxV8GNvVd4Y1wJ++zJSWMGEtzU+/HLM =
You can’t perform that action at this time.
0 commit comments