Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
Fix main import
Browse files Browse the repository at this point in the history
  • Loading branch information
jospint committed Oct 14, 2020
1 parent 47974eb commit e456bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package main

import (
"github.com/dixahq/terraform-provider-postgresql/postgresql"
"github.com/hashicorp/terraform-plugin-sdk/plugin"
"github.com/terraform-providers/terraform-provider-postgresql/postgresql"
)

func main() {

0 comments on commit e456bf5

Please sign in to comment.