Skip to content

Commit 9f9313e

Browse files
Updating code to use new grafana golang api project
1 parent 9846505 commit 9f9313e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

grafana/resource_team.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import (
66
"log"
77
"strconv"
88

9+
gapi "github.com/grafana/grafana-api-golang-client"
910
"github.com/hashicorp/terraform/helper/schema"
10-
gapi "github.com/nytm/go-grafana-api"
1111
)
1212

1313
type TeamMember struct {

grafana/resource_team_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import (
66
"strconv"
77
"testing"
88

9+
gapi "github.com/grafana/grafana-api-golang-client"
910
"github.com/hashicorp/terraform/helper/resource"
1011
"github.com/hashicorp/terraform/terraform"
11-
gapi "github.com/nytm/go-grafana-api"
1212
)
1313

1414
func TestAccTeam_basic(t *testing.T) {

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ github.com/google/go-cmp/cmp/internal/function
7474
github.com/google/go-cmp/cmp/internal/value
7575
# github.com/googleapis/gax-go/v2 v2.0.3
7676
github.com/googleapis/gax-go/v2
77-
# github.com/grafana/grafana-api-golang-client v0.0.0-20200812141400-4d890c757d56
77+
# github.com/grafana/grafana-api-golang-client v0.0.0-20201012135725-c87fc20af1ea
7878
## explicit
7979
github.com/grafana/grafana-api-golang-client
8080
# github.com/hashicorp/errwrap v1.0.0

0 commit comments

Comments
 (0)