Skip to content
Merged
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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toolchain go1.24.9
require (
github.com/fatih/color v1.16.0
github.com/mbrlabs/uilive v0.0.0-20170420192653-e481c8e66f15
github.com/pulumi/pulumi-kubernetes/provider/v4 v4.0.0-20250916063545-bc3c4569d3ef
github.com/pulumi/pulumi-kubernetes/provider/v4 v4.0.0-20251025223500-31af078c9d8b
github.com/spf13/cobra v1.10.1
github.com/yudai/gojsondiff v1.0.0
k8s.io/apimachinery v0.33.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@ github.com/pulumi/esc v0.17.0 h1:oaVOIyFTENlYDuqc3pW75lQT9jb2cd6ie/4/Twxn66w=
github.com/pulumi/esc v0.17.0/go.mod h1:XnSxlt5NkmuAj304l/gK4pRErFbtqq6XpfX1tYT9Jbc=
github.com/pulumi/inflector v0.1.1 h1:dvlxlWtXwOJTUUtcYDvwnl6Mpg33prhK+7mzeF+SobA=
github.com/pulumi/inflector v0.1.1/go.mod h1:HUFCjcPTz96YtTuUlwG3i3EZG4WlniBvR9bd+iJxCUY=
github.com/pulumi/pulumi-kubernetes/provider/v4 v4.0.0-20250916063545-bc3c4569d3ef h1:ALA7VHo5LW4mL1xySpOVdAUcDb4NfwNFLUGQ/lAu24Y=
github.com/pulumi/pulumi-kubernetes/provider/v4 v4.0.0-20250916063545-bc3c4569d3ef/go.mod h1:D9eIV+sCsIkx51N41nQ16F2zjg+NJKccGAy6V2PzQG8=
github.com/pulumi/pulumi-kubernetes/provider/v4 v4.0.0-20251025223500-31af078c9d8b h1:OUYtPTyAt/8xmYJnuWZkaI9Z250fR1sosiHpssgtvJI=
github.com/pulumi/pulumi-kubernetes/provider/v4 v4.0.0-20251025223500-31af078c9d8b/go.mod h1:48gsiI34pIE66PjhlMZ49QzxuXHBu34lt02vGqb5x/0=
github.com/pulumi/pulumi/pkg/v3 v3.204.0 h1:sK10GNL+nDnfrGzgzQKvd8A357q0SiTQZL7iDERnYMc=
github.com/pulumi/pulumi/pkg/v3 v3.204.0/go.mod h1:Ycr0BogYboSb8UkCa3be1dyvzz2lcYZnLUPrSLW2Y9k=
github.com/pulumi/pulumi/sdk/v3 v3.204.0 h1:tIiirsTpnq+Y9HqLY2NmXSEtbSg5XdZT9k+/6NmesAo=
Expand Down