diff --git a/builtin/providers/opc/config.go b/builtin/providers/opc/config.go index eb4b9612d..b82594cca 100644 --- a/builtin/providers/opc/config.go +++ b/builtin/providers/opc/config.go @@ -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"