[2][chore] Convert to independently publishable system

Update references to allow publishing this as an individual provider.ü
This commit is contained in:
xvlcwk
2024-01-12 13:12:36 +01:00
committed by chris
parent bd6992d6e0
commit 018f9785a3
5 changed files with 8 additions and 10 deletions

View File

@@ -1,8 +1,8 @@
package main
import (
"github.com/gavinbunney/terraform-provider-bitbucketserver/bitbucket"
"github.com/hashicorp/terraform/plugin"
"github.com/xvlcwk-terraform/terraform-provider-bitbucketserver/bitbucket"
)
func main() {