Skip to content

Commit

Permalink
Fix import in Go example (#194)
Browse files Browse the repository at this point in the history
* Update main.go

* fix: docs
  • Loading branch information
scraly committed Dec 7, 2023
1 parent d1ed853 commit 9825932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ package main

import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/pulumiverse/pulumi-harbor/v3/go/harbor"
"github.com/pulumiverse/pulumi-harbor/sdk/v3/go/harbor"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion examples/harbor-go/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package main

import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/pulumiverse/pulumi-harbor/v3/go/harbor"
"github.com/pulumiverse/pulumi-harbor/sdk/v3/go/harbor"
)

func main() {
Expand Down

0 comments on commit 9825932

Please sign in to comment.