Skip to content

Commit

Permalink
Update import path for minio package to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
felladrin committed Nov 5, 2023
1 parent d688cf4 commit 07c9091
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
Expand Up @@ -3,7 +3,7 @@ package main
import (
"flag"

"github.com/aminueza/terraform-provider-minio/minio"
"github.com/aminueza/terraform-provider-minio/v2/minio"
"github.com/hashicorp/terraform-plugin-sdk/v2/plugin"
)

Expand Down

0 comments on commit 07c9091

Please sign in to comment.