Fixing the import list

This commit is contained in:
tombuildsstuff 2017-04-10 12:19:56 +01:00
parent dec1cc28f0
commit bacfefec42
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import (
"net/url"
"strings"
"github.com/fsouza/go-dockerclient/external/github.com/hashicorp/go-cleanhttp"
"github.com/hashicorp/go-cleanhttp"
"github.com/hashicorp/go-oracle-terraform/compute"
"github.com/hashicorp/go-oracle-terraform/opc"
"github.com/hashicorp/terraform/helper/logging"