Skip to content

Commit

Permalink
Satisfy linter
Browse files Browse the repository at this point in the history
  • Loading branch information
skirsten committed Apr 19, 2024
1 parent d32d6cf commit f911f51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion provider/cmd/pulumi-resource-genesiscloud/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package main

import (
"context"
_ "embed"
_ "embed" // used by the //go:embed directive

genesiscloud "github.com/genesiscloud/pulumi-genesiscloud/provider"
"github.com/pulumi/pulumi-terraform-bridge/pf/tfbridge"
Expand Down
2 changes: 1 addition & 1 deletion provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"path"

_ "embed"
_ "embed" // used by the //go:embed directive

tfpf "github.com/pulumi/pulumi-terraform-bridge/pf/tfbridge"
"github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge"
Expand Down

0 comments on commit f911f51

Please sign in to comment.