From bacfefec4211f34221649029b560067addf20a7e Mon Sep 17 00:00:00 2001 From: tombuildsstuff Date: Mon, 10 Apr 2017 12:19:56 +0100 Subject: [PATCH] Fixing the import list --- builtin/providers/opc/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/providers/opc/config.go b/builtin/providers/opc/config.go index eb4b9612d0..b82594cca1 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"