Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sean1588 committed Nov 1, 2024
1 parent 89af176 commit 0ced709
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-s3bucket-bucketpolicy-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module aws-s3bucket-bucketpolicy-go
go 1.21

require (
github.com/pulumi/pulumi-aws/sdk/v4 v4.38.1
github.com/pulumi/pulumi-aws/sdk/v6 v6.47.0
github.com/pulumi/pulumi/sdk/v3 v3.127.0
)
2 changes: 1 addition & 1 deletion static/programs/aws-s3bucket-bucketpolicy-go/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"fmt"

"github.com/pulumi/pulumi-aws/sdk/v4/go/aws/s3"
"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/s3"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

Expand Down

0 comments on commit 0ced709

Please sign in to comment.