Skip to content

Commit

Permalink
Make all go module names unique (pulumi#1133)
Browse files Browse the repository at this point in the history
This causes issues in VSCode if there's duplicate module definitions.
  • Loading branch information
danielrbradley committed Dec 6, 2021
1 parent 6c59186 commit a24d02f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion aws-go-appsync/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/pulumi/examples/aws-go-webserver
module github.com/pulumi/examples/aws-go-appsync

go 1.14

Expand Down
2 changes: 1 addition & 1 deletion aws-go-resources/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/pulumi/examples/aws-go-webserver
module github.com/pulumi/examples/aws-go-resources

go 1.14

Expand Down
2 changes: 1 addition & 1 deletion aws-go-s3-folder-component/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/pulumi/examples/aws-go-s3-folder
module github.com/pulumi/examples/aws-go-s3-folder-component

go 1.13

Expand Down
2 changes: 1 addition & 1 deletion kubernetes-go-guestbook/components/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/pulumi/examples/kubernetes-go-guestbook
module github.com/pulumi/examples/kubernetes-go-guestbook/components

go 1.14

Expand Down
2 changes: 1 addition & 1 deletion kubernetes-go-guestbook/simple/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/pulumi/examples/kubernetes-go-guestbook
module github.com/pulumi/examples/kubernetes-go-guestbook/simple

go 1.14

Expand Down

0 comments on commit a24d02f

Please sign in to comment.