Skip to content

Commit

Permalink
Merge pull request #67 from 1000101/master
Browse files Browse the repository at this point in the history
go: fix old github paths
  • Loading branch information
ddymko authored Oct 22, 2020
2 parents 40e885a + 7095f82 commit 2a59c47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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/terraform-providers/terraform-provider-vultr
module github.com/vultr/terraform-provider-vultr

go 1.13

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package main

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

func main() {
Expand Down

0 comments on commit 2a59c47

Please sign in to comment.