Update golang deps (#359)

* git ignore golang vendor folder

* update golang deps
This commit is contained in:
6543
2022-07-25 16:01:41 +02:00
committed by GitHub
parent 221010228e
commit abb3bbe275
3 changed files with 6 additions and 5 deletions

2
go.mod
View File

@@ -6,6 +6,6 @@ require (
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/olekukonko/tablewriter v0.0.4
github.com/sergi/go-diff v1.1.0 // indirect
github.com/sergi/go-diff v1.2.0 // indirect
github.com/urfave/cli/v2 v2.2.0
)