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 @@ require (
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.23.0
github.com/pulumi/pulumi-random/sdk/v4 v4.18.3
github.com/pulumi/pulumi/pkg/v3 v3.200.0
github.com/pulumi/pulumi/sdk/v3 v3.200.0
github.com/pulumi/pulumi/sdk/v3 v3.202.0
github.com/urfave/cli/v2 v2.27.7
go.uber.org/multierr v1.11.0
go.uber.org/zap v1.27.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,8 @@ github.com/pulumi/pulumi-random/sdk/v4 v4.18.3 h1:ZLbltc0wUKuxr4DhV1Og8cB0hTVrGZ
github.com/pulumi/pulumi-random/sdk/v4 v4.18.3/go.mod h1:aiMBoFK9MFVrWFyKt7lE7Lc/i4pEFhzSUcjrKhRBLXQ=
github.com/pulumi/pulumi/pkg/v3 v3.200.0 h1:KgeYgLCR6XeqHYxwtwQbOPK1xzHslOdug8pOP9PJ/fk=
github.com/pulumi/pulumi/pkg/v3 v3.200.0/go.mod h1:tKzEYcXTyHy4sdP1vgCkh9+B81R6hvxd8xmDkvlMM3s=
github.com/pulumi/pulumi/sdk/v3 v3.200.0 h1:YCNM1RgdENsdeCfT+C/L9K3NyE2Guf1nQIFgRZlViyk=
github.com/pulumi/pulumi/sdk/v3 v3.200.0/go.mod h1:aV0+c5xpSYccWKmOjTZS9liYCqh7+peu3cQgSXu7CJw=
github.com/pulumi/pulumi/sdk/v3 v3.202.0 h1:2xtMTTYN246tJHiRqJwWyIOfbbDGuf1JKW24UYpfrZc=
github.com/pulumi/pulumi/sdk/v3 v3.202.0/go.mod h1:aV0+c5xpSYccWKmOjTZS9liYCqh7+peu3cQgSXu7CJw=
github.com/redis/go-redis/v9 v9.7.0 h1:HhLSs+B6O021gwzl+locl0zEDnyNkxMtf/Z3NNBMa9E=
github.com/redis/go-redis/v9 v9.7.0/go.mod h1:f6zhXITC7JUJIlPEiBOTXxJgPLdZcA93GewI7inzyWw=
github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
Expand Down