Skip to content

Commit

Permalink
Upgrade Go module dependencies in example programs (#11887)
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-bot authored May 24, 2024
1 parent cb057d1 commit f4ddcf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/programs/aws-eks-cluster-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ toolchain go1.21.9

require (
github.com/pulumi/pulumi-awsx/sdk/v2 v2.10.0
github.com/pulumi/pulumi-eks/sdk/v2 v2.4.0
github.com/pulumi/pulumi-eks/sdk/v2 v2.5.1
github.com/pulumi/pulumi/sdk/v3 v3.116.1
)
2 changes: 1 addition & 1 deletion static/programs/awsx-ecr-eks-deployment-service-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.21.9

require (
github.com/pulumi/pulumi-awsx/sdk/v2 v2.10.0
github.com/pulumi/pulumi-eks/sdk/v2 v2.4.0
github.com/pulumi/pulumi-eks/sdk/v2 v2.5.1
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.12.0
github.com/pulumi/pulumi/sdk/v3 v3.116.1
)

0 comments on commit f4ddcf6

Please sign in to comment.