Skip to content

Commit

Permalink
Removing x namespace from go/python/nodejs automation packages (#6518)
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 committed Apr 5, 2021
1 parent ec865ba commit 982d7db
Show file tree
Hide file tree
Showing 5 changed files with 184 additions and 8 deletions.
4 changes: 2 additions & 2 deletions sdk/go/auto/test/errors/compilation_error/go/go.mod
@@ -1,5 +1,5 @@
module compilation_error

go 1.16
go 1.14

require github.com/pulumi/pulumi/sdk/v3 v3.0.0-20210322210933-10a6a2caf014
require github.com/pulumi/pulumi/sdk/v2 v2.20.0
4 changes: 2 additions & 2 deletions sdk/go/auto/test/errors/conflict_error/go.mod
@@ -1,5 +1,5 @@
module testproj

go 1.16
go 1.14

require github.com/pulumi/pulumi/sdk/v3 v3.0.0-20210322210933-10a6a2caf014
require github.com/pulumi/pulumi/sdk/v2 v2.22.0

0 comments on commit 982d7db

Please sign in to comment.