Skip to content

Commit

Permalink
Canva -> canva to make bazel happy
Browse files Browse the repository at this point in the history
  • Loading branch information
fa93hws committed Nov 8, 2019
1 parent dd675bb commit 7a7535e
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/Canva/terraform-provider-sentry
module github.com/canva/terraform-provider-sentry

require (
cloud.google.com/go/storage v1.0.0 // indirect
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
"github.com/Canva/terraform-provider-sentry/sentry"
"github.com/canva/terraform-provider-sentry/sentry"
"github.com/hashicorp/terraform/plugin"
)

Expand Down
2 changes: 1 addition & 1 deletion sentry/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"log"
"net/url"

"github.com/Canva/terraform-provider-sentry/sentryclient"
"github.com/canva/terraform-provider-sentry/sentryclient"
)

// Config is the configuration structure used to instantiate the Sentry
Expand Down
2 changes: 1 addition & 1 deletion sentry/data_source_sentry_key.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"log"

"github.com/Canva/terraform-provider-sentry/sentryclient"
"github.com/canva/terraform-provider-sentry/sentryclient"
"github.com/hashicorp/terraform/helper/schema"
)

Expand Down
2 changes: 1 addition & 1 deletion sentry/resource_sentry_key.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package sentry
import (
"net/http"

"github.com/Canva/terraform-provider-sentry/sentryclient"
"github.com/canva/terraform-provider-sentry/sentryclient"
"github.com/hashicorp/terraform/helper/schema"
)

Expand Down
2 changes: 1 addition & 1 deletion sentry/resource_sentry_key_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
"testing"

"github.com/Canva/terraform-provider-sentry/sentryclient"
"github.com/canva/terraform-provider-sentry/sentryclient"
"github.com/hashicorp/terraform/helper/resource"
"github.com/hashicorp/terraform/terraform"
)
Expand Down
2 changes: 1 addition & 1 deletion sentry/resource_sentry_organization.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package sentry
import (
"log"

"github.com/Canva/terraform-provider-sentry/sentryclient"
"github.com/canva/terraform-provider-sentry/sentryclient"
"github.com/hashicorp/terraform/helper/schema"
)

Expand Down
2 changes: 1 addition & 1 deletion sentry/resource_sentry_project.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"log"
"strings"

"github.com/Canva/terraform-provider-sentry/sentryclient"
"github.com/canva/terraform-provider-sentry/sentryclient"
"github.com/hashicorp/terraform/helper/schema"
)

Expand Down
2 changes: 1 addition & 1 deletion sentry/resource_sentry_project_plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package sentry
import (
"log"

"github.com/Canva/terraform-provider-sentry/sentryclient"
"github.com/canva/terraform-provider-sentry/sentryclient"
"github.com/hashicorp/terraform/helper/schema"
)

Expand Down
2 changes: 1 addition & 1 deletion sentry/resource_sentry_project_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"sort"
"testing"

"github.com/Canva/terraform-provider-sentry/sentryclient"
"github.com/canva/terraform-provider-sentry/sentryclient"
"github.com/hashicorp/terraform/helper/acctest"
"github.com/hashicorp/terraform/helper/resource"
"github.com/hashicorp/terraform/terraform"
Expand Down
2 changes: 1 addition & 1 deletion sentry/resource_sentry_team.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package sentry
import (
"log"

"github.com/Canva/terraform-provider-sentry/sentryclient"
"github.com/canva/terraform-provider-sentry/sentryclient"
"github.com/hashicorp/terraform/helper/schema"
)

Expand Down
2 changes: 1 addition & 1 deletion sentry/resource_sentry_team_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
"testing"

"github.com/Canva/terraform-provider-sentry/sentryclient"
"github.com/canva/terraform-provider-sentry/sentryclient"
"github.com/hashicorp/terraform/helper/acctest"
"github.com/hashicorp/terraform/helper/resource"
"github.com/hashicorp/terraform/terraform"
Expand Down

0 comments on commit 7a7535e

Please sign in to comment.