Rename xyz -> docker-native
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
module github.com/pulumi/pulumi-xyz/sdk
|
||||
module github.com/pulumi/pulumi-docker-native/sdk
|
||||
|
||||
go 1.21
|
||||
|
||||
|
||||
@@ -7,8 +7,8 @@ import (
|
||||
"fmt"
|
||||
|
||||
"github.com/blang/semver"
|
||||
"github.com/pulumi/pulumi-docker-native/sdk/go/xyz/internal"
|
||||
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
|
||||
"internal"
|
||||
)
|
||||
|
||||
type module struct {
|
||||
|
||||
@@ -7,8 +7,8 @@ import (
|
||||
"context"
|
||||
"reflect"
|
||||
|
||||
"github.com/pulumi/pulumi-docker-native/sdk/go/xyz/internal"
|
||||
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
|
||||
"internal"
|
||||
)
|
||||
|
||||
type Provider struct {
|
||||
|
||||
@@ -8,8 +8,9 @@ import (
|
||||
"reflect"
|
||||
|
||||
"errors"
|
||||
|
||||
"github.com/pulumi/pulumi-docker-native/sdk/go/xyz/internal"
|
||||
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
|
||||
"internal"
|
||||
)
|
||||
|
||||
type Random struct {
|
||||
|
||||
Reference in New Issue
Block a user