File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package consul
33import (
44 "log"
55
6- "github.com/armon /consul- api"
6+ consulapi "github.com/hashicorp /consul/ api"
77)
88
99type Config struct {
Original file line number Diff line number Diff line change 66 "log"
77 "strconv"
88
9- "github.com/armon /consul- api"
9+ consulapi "github.com/hashicorp /consul/ api"
1010 "github.com/hashicorp/terraform/helper/hashcode"
1111 "github.com/hashicorp/terraform/helper/schema"
1212)
Original file line number Diff line number Diff line change 44 "fmt"
55 "testing"
66
7- "github.com/armon /consul- api"
7+ consulapi "github.com/hashicorp /consul/ api"
88 "github.com/hashicorp/terraform/helper/resource"
99 "github.com/hashicorp/terraform/terraform"
1010)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package consul
33import (
44 "testing"
55
6- "github.com/armon /consul- api"
6+ consulapi "github.com/hashicorp /consul/ api"
77 "github.com/hashicorp/terraform/config"
88 "github.com/hashicorp/terraform/helper/schema"
99 "github.com/hashicorp/terraform/terraform"
Original file line number Diff line number Diff line change 44 "crypto/md5"
55 "fmt"
66
7- "github.com/armon /consul- api"
7+ consulapi "github.com/hashicorp /consul/ api"
88)
99
1010// ConsulRemoteClient implements the RemoteClient interface
Original file line number Diff line number Diff line change 66 "os"
77 "testing"
88
9- "github.com/armon /consul- api"
9+ consulapi "github.com/hashicorp /consul/ api"
1010 "github.com/hashicorp/terraform/terraform"
1111)
1212
You can’t perform that action at this time.
0 commit comments