Skip to content

Commit

Permalink
fix too lib references
Browse files Browse the repository at this point in the history
  • Loading branch information
erplsf committed Jun 22, 2024
1 parent 11475ad commit fa366ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/resources/oncall/common_lister.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"fmt"

onCallAPI "github.com/grafana/amixr-api-go-client"
onCallAPI "github.com/klar-mx/amixr-api-go-client"
"github.com/grafana/terraform-provider-grafana/v3/internal/common"
)

Expand Down
2 changes: 1 addition & 1 deletion internal/resources/oncall/data_source_integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"strings"

onCallAPI "github.com/grafana/amixr-api-go-client"
onCallAPI "github.com/klar-mx/amixr-api-go-client"
"github.com/grafana/terraform-provider-grafana/v3/internal/common"
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
Expand Down

0 comments on commit fa366ef

Please sign in to comment.