mirror of
https://github.com/kubescape/kubescape.git
synced 2026-02-14 18:09:55 +00:00
Update the tablewriter version to latest
Fixes: https://github.com/kubescape/kubescape/issues/1452 Signed-off-by: VaibhavMalik4187 <vaibhavmalik2018@gmail.com>
This commit is contained in:
2
go.mod
2
go.mod
@@ -451,7 +451,7 @@ replace github.com/libgit2/git2go/v33 => ./git2go
|
||||
|
||||
replace (
|
||||
// Using the forked version of tablewriter
|
||||
github.com/olekukonko/tablewriter => github.com/kubescape/tablewriter v0.0.6-0.20230907094812-c8c737a432a6
|
||||
github.com/olekukonko/tablewriter => github.com/kubescape/tablewriter v0.0.6-0.20231106230230-aac7d2659c94
|
||||
// TODO(vladklokun): Since later versions (e.g. v0.40.0) that get used without the pin introduce weird packaging issues probably due to package renames, pin to last known good.
|
||||
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc => go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.35.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user