Changed vmware-govcd dependency to pull from hmrc

This commit is contained in:
Brett Mack 2015-11-06 10:19:59 +00:00
parent cb90e6c037
commit 7c09f9653d
12 changed files with 15 additions and 15 deletions

View File

@ -4,7 +4,7 @@ import (
"fmt" "fmt"
"net/url" "net/url"
"github.com/opencredo/vmware-govcd" "github.com/hmrc/vmware-govcd"
) )
type Config struct { type Config struct {

View File

@ -3,7 +3,7 @@ package vcd
import ( import (
"fmt" "fmt"
"github.com/hashicorp/terraform/helper/schema" "github.com/hashicorp/terraform/helper/schema"
"github.com/opencredo/vmware-govcd" "github.com/hmrc/vmware-govcd"
"strings" "strings"
) )

View File

@ -7,7 +7,7 @@ import (
"github.com/hashicorp/terraform/helper/resource" "github.com/hashicorp/terraform/helper/resource"
"github.com/hashicorp/terraform/terraform" "github.com/hashicorp/terraform/terraform"
"github.com/opencredo/vmware-govcd" "github.com/hmrc/vmware-govcd"
) )
func TestAccVcdDNAT_Basic(t *testing.T) { func TestAccVcdDNAT_Basic(t *testing.T) {

View File

@ -5,8 +5,8 @@ import (
"fmt" "fmt"
"github.com/hashicorp/terraform/helper/hashcode" "github.com/hashicorp/terraform/helper/hashcode"
"github.com/hashicorp/terraform/helper/schema" "github.com/hashicorp/terraform/helper/schema"
"github.com/opencredo/vmware-govcd" "github.com/hmrc/vmware-govcd"
types "github.com/opencredo/vmware-govcd/types/v56" types "github.com/hmrc/vmware-govcd/types/v56"
"strings" "strings"
) )

View File

@ -9,7 +9,7 @@ import (
"github.com/hashicorp/terraform/helper/resource" "github.com/hashicorp/terraform/helper/resource"
"github.com/hashicorp/terraform/terraform" "github.com/hashicorp/terraform/terraform"
"github.com/opencredo/vmware-govcd" "github.com/hmrc/vmware-govcd"
) )
func TestAccVcdFirewallRules_basic(t *testing.T) { func TestAccVcdFirewallRules_basic(t *testing.T) {

View File

@ -7,8 +7,8 @@ import (
"fmt" "fmt"
"github.com/hashicorp/terraform/helper/hashcode" "github.com/hashicorp/terraform/helper/hashcode"
"github.com/hashicorp/terraform/helper/schema" "github.com/hashicorp/terraform/helper/schema"
"github.com/opencredo/vmware-govcd" "github.com/hmrc/vmware-govcd"
types "github.com/opencredo/vmware-govcd/types/v56" types "github.com/hmrc/vmware-govcd/types/v56"
"strings" "strings"
) )

View File

@ -8,7 +8,7 @@ import (
"github.com/hashicorp/terraform/helper/resource" "github.com/hashicorp/terraform/helper/resource"
"github.com/hashicorp/terraform/terraform" "github.com/hashicorp/terraform/terraform"
"github.com/opencredo/vmware-govcd" "github.com/hmrc/vmware-govcd"
) )
func TestAccVcdNetwork_Basic(t *testing.T) { func TestAccVcdNetwork_Basic(t *testing.T) {

View File

@ -3,7 +3,7 @@ package vcd
import ( import (
"fmt" "fmt"
"github.com/hashicorp/terraform/helper/schema" "github.com/hashicorp/terraform/helper/schema"
"github.com/opencredo/vmware-govcd" "github.com/hmrc/vmware-govcd"
) )
func resourceVcdSNAT() *schema.Resource { func resourceVcdSNAT() *schema.Resource {

View File

@ -7,7 +7,7 @@ import (
"github.com/hashicorp/terraform/helper/resource" "github.com/hashicorp/terraform/helper/resource"
"github.com/hashicorp/terraform/terraform" "github.com/hashicorp/terraform/terraform"
"github.com/opencredo/vmware-govcd" "github.com/hmrc/vmware-govcd"
) )
func TestAccVcdSNAT_Basic(t *testing.T) { func TestAccVcdSNAT_Basic(t *testing.T) {

View File

@ -3,8 +3,8 @@ package vcd
import ( import (
"fmt" "fmt"
"github.com/hashicorp/terraform/helper/schema" "github.com/hashicorp/terraform/helper/schema"
"github.com/opencredo/vmware-govcd" "github.com/hmrc/vmware-govcd"
types "github.com/opencredo/vmware-govcd/types/v56" types "github.com/hmrc/vmware-govcd/types/v56"
"log" "log"
) )

View File

@ -7,7 +7,7 @@ import (
"github.com/hashicorp/terraform/helper/resource" "github.com/hashicorp/terraform/helper/resource"
"github.com/hashicorp/terraform/terraform" "github.com/hashicorp/terraform/terraform"
"github.com/opencredo/vmware-govcd" "github.com/hmrc/vmware-govcd"
) )
func TestAccVcdVApp_PowerOff(t *testing.T) { func TestAccVcdVApp_PowerOff(t *testing.T) {

View File

@ -2,7 +2,7 @@ package vcd
import ( import (
"github.com/hashicorp/terraform/helper/resource" "github.com/hashicorp/terraform/helper/resource"
types "github.com/opencredo/vmware-govcd/types/v56" types "github.com/hmrc/vmware-govcd/types/v56"
"strconv" "strconv"
"time" "time"
) )