Skip to content

Commit

Permalink
Re-linting go files.
Browse files Browse the repository at this point in the history
  • Loading branch information
ringods committed Aug 27, 2024
1 parent 3d030c3 commit 2b388ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions provider/cmd/pulumi-resource-acme/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,16 @@
package main

import (
_ "embed"
"os"

_ "embed"

"github.com/vancluever/terraform-provider-acme/v2/acme/dnsplugin"

"github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge"

acme "github.com/pulumiverse/pulumi-acme/provider"
"github.com/pulumiverse/pulumi-acme/provider/pkg/version"
"github.com/vancluever/terraform-provider-acme/v2/acme/dnsplugin"
)

//go:embed schema-embed.json
Expand Down
1 change: 1 addition & 0 deletions provider/cmd/pulumi-tfgen-acme/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ package main

import (
"github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfgen"

acme "github.com/pulumiverse/pulumi-acme/provider"
"github.com/pulumiverse/pulumi-acme/provider/pkg/version"
)
Expand Down

0 comments on commit 2b388ac

Please sign in to comment.