File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1367,7 +1367,7 @@ func generateSchema() schema.PackageSpec {
1367
1367
}),
1368
1368
"go" : rawMessage (map [string ]interface {}{
1369
1369
"generateResourceContainerTypes" : true ,
1370
- "importBasePath" : "github.com/pulumi/pulumi-eks/sdk/go/eks" ,
1370
+ "importBasePath" : "github.com/pulumi/pulumi-eks/sdk/v2/ go/eks" ,
1371
1371
"liftSingleValueMethodReturns" : true ,
1372
1372
}),
1373
1373
"java" : rawMessage (map [string ]interface {}{
Original file line number Diff line number Diff line change 20
20
},
21
21
"go" : {
22
22
"generateResourceContainerTypes" : true ,
23
- "importBasePath" : " github.com/pulumi/pulumi-eks/sdk/go/eks" ,
23
+ "importBasePath" : " github.com/pulumi/pulumi-eks/sdk/v2/ go/eks" ,
24
24
"liftSingleValueMethodReturns" : true
25
25
},
26
26
"java" : {
Original file line number Diff line number Diff line change 1
- module github.com/pulumi/pulumi-eks/sdk
1
+ module github.com/pulumi/pulumi-eks/sdk/v2
2
2
3
3
go 1.16
4
4
You can’t perform that action at this time.
0 commit comments