From a1725026a971a0013c67f49cf555f030e9828cb3 Mon Sep 17 00:00:00 2001 From: Adrian Riobo Date: Thu, 30 Jul 2026 13:47:48 +0200 Subject: [PATCH] fix(deps): update go major updates --- go.mod | 24 +++++++++++------------- tools/go.mod | 15 +++++---------- 2 files changed, 16 insertions(+), 23 deletions(-) diff --git a/go.mod b/go.mod index 1a12a4324..1a9adffd6 100644 --- a/go.mod +++ b/go.mod @@ -51,23 +51,19 @@ require ( k8s.io/client-go v0.36.3 ) +require github.com/apparentlymart/go-textseg/v17 v17.0.1 // indirect + +require ( + github.com/pgavlin/fx/v2 v2.0.12 // indirect + go.yaml.in/yaml/v3 v3.0.5 // indirect +) + require ( github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect github.com/cenkalti/backoff/v5 v5.0.3 // indirect github.com/charmbracelet/bubbles v1.0.0 // indirect github.com/charmbracelet/bubbletea v1.3.10 // indirect github.com/charmbracelet/lipgloss v1.1.0 // indirect -) - -require ( - github.com/pgavlin/fx v0.1.6 // indirect - github.com/pulumi/pulumi-docker/sdk/v4 v4.5.8 // indirect - github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect - go.yaml.in/yaml/v2 v2.4.4 // indirect -) - -require ( - github.com/apparentlymart/go-textseg/v17 v17.0.1 // indirect github.com/gabriel-vasile/mimetype v1.4.15 // indirect github.com/go-git/gcfg/v2 v2.0.2 // indirect github.com/go-git/go-billy/v6 v6.0.0-alpha.2 // indirect @@ -77,13 +73,15 @@ require ( github.com/go-playground/universal-translator v0.18.1 // indirect github.com/leodido/go-urn v1.4.0 // indirect github.com/muesli/reflow v0.3.0 // indirect - github.com/pgavlin/fx/v2 v2.0.12 // indirect + github.com/pgavlin/fx v0.1.6 // indirect github.com/pulumi/pulumi-azure-native-sdk/v3 v3.20.0 // indirect + github.com/pulumi/pulumi-docker/sdk/v4 v4.5.8 // indirect + github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect go.opentelemetry.io/contrib/bridges/otelslog v0.19.0 // indirect go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.20.0 // indirect go.opentelemetry.io/otel/log v0.20.0 // indirect go.opentelemetry.io/otel/sdk/log v0.20.0 // indirect - go.yaml.in/yaml/v3 v3.0.5 // indirect + go.yaml.in/yaml/v2 v2.4.4 // indirect ) require ( diff --git a/tools/go.mod b/tools/go.mod index dfd291e98..fe4c1bf24 100644 --- a/tools/go.mod +++ b/tools/go.mod @@ -11,23 +11,18 @@ replace ( require github.com/golangci/golangci-lint/v2 v2.12.2 require ( + dev.gaijin.team/go/exhaustruct/v4 v4.0.0 // indirect + github.com/bombsimon/wsl/v4 v4.7.0 // indirect github.com/charmbracelet/ultraviolet v0.0.0-20251205161215-1948445e3318 // indirect github.com/denis-tingaikin/go-header v0.5.0 // indirect github.com/golangci/gofmt v0.0.0-20250106114630-d62b90e6713d // indirect -// github.com/golangci/gofmt v0.0.0-20251215234548-e7be49a5ab4d // indirect -) - -require ( - dev.gaijin.team/go/exhaustruct/v4 v4.0.0 // indirect - github.com/bombsimon/wsl/v4 v4.7.0 // indirect - // github.com/golangci/gofmt v0.0.0-20250106114630-d62b90e6713d // indirect github.com/ryancurrah/gomodguard v1.4.1 // indirect +// github.com/golangci/gofmt v0.0.0-20251215234548-e7be49a5ab4d // indirect ) require ( github.com/bombsimon/wsl/v5 v5.8.0 // indirect - // github.com/denis-tingaikin/go-header v1.0.0 // indirect - // github.com/golangci/gofmt v0.0.0-20251215234548-e7be49a5ab4d // indirect + // github.com/golangci/gofmt v0.0.0-20250106114630-d62b90e6713d // indirect github.com/ryancurrah/gomodguard/v2 v2.1.3 // indirect ) @@ -103,7 +98,7 @@ require ( github.com/curioswitch/go-reassign v0.3.0 // indirect github.com/daixiang0/gci v0.14.0 // indirect github.com/dave/dst v0.27.4 // indirect - github.com/davecgh/go-spew v1.1.1 // indirect + github.com/davecgh/go-spew v1.1.1 // indirect; indirectProvision the latest available GA version of OCP 4.21.x on AWS with sufficient resources: 3 m5.8xlarge master nodes and 3 m5.2xlarge worker nodes. // github.com/denis-tingaikin/go-header v1.0.0 // indirect // github.com/dlclark/regexp2/v2 v2.0.3 // indirect github.com/ettle/strcase v0.2.0 // indirect