Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 11 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 (
Expand Down
15 changes: 5 additions & 10 deletions tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down Expand Up @@ -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
Expand Down
Loading