From c32e66580969624ece5cf2ddef9fa3dd65e907cc Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 22 Jan 2026 12:46:22 +0000 Subject: [PATCH] Final verification - all changes complete Co-authored-by: matthyx <20683409+matthyx@users.noreply.github.com> Signed-off-by: Matthias Bertschy --- .../printer/v2/prettyprinter/tableprinter/utils/utils_test.go | 1 - go.mod | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/core/pkg/resultshandling/printer/v2/prettyprinter/tableprinter/utils/utils_test.go b/core/pkg/resultshandling/printer/v2/prettyprinter/tableprinter/utils/utils_test.go index 21c559dc..bb8646ea 100644 --- a/core/pkg/resultshandling/printer/v2/prettyprinter/tableprinter/utils/utils_test.go +++ b/core/pkg/resultshandling/printer/v2/prettyprinter/tableprinter/utils/utils_test.go @@ -401,4 +401,3 @@ func TestCheckShortTerminalWidth(t *testing.T) { }) } } - diff --git a/go.mod b/go.mod index 224e0380..f6e33cd7 100644 --- a/go.mod +++ b/go.mod @@ -56,7 +56,6 @@ require ( go.opentelemetry.io/otel v1.39.0 go.opentelemetry.io/otel/metric v1.39.0 golang.org/x/mod v0.31.0 - golang.org/x/sync v0.19.0 golang.org/x/term v0.38.0 gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473 gopkg.in/yaml.v3 v3.0.1 @@ -557,6 +556,7 @@ require ( golang.org/x/image v0.25.0 // indirect golang.org/x/net v0.48.0 // indirect golang.org/x/oauth2 v0.34.0 // indirect + golang.org/x/sync v0.19.0 // indirect golang.org/x/sys v0.39.0 // indirect golang.org/x/text v0.32.0 // indirect golang.org/x/time v0.14.0 // indirect