Rename xyz -> docker-native
This commit is contained in:
@@ -17,7 +17,7 @@ package main
|
||||
import (
|
||||
p "github.com/pulumi/pulumi-go-provider"
|
||||
|
||||
xyz "github.com/pulumi/pulumi-xyz/provider"
|
||||
xyz "github.com/pulumi/pulumi-docker-native/provider"
|
||||
)
|
||||
|
||||
// Serve the provider against Pulumi's Provider protocol.
|
||||
@@ -1,4 +1,4 @@
|
||||
module github.com/pulumi/pulumi-xyz/provider
|
||||
module github.com/pulumi/pulumi-docker-native/provider
|
||||
|
||||
go 1.21
|
||||
|
||||
|
||||
Reference in New Issue
Block a user