diff --git a/pkg/resources/digitalocean/dns/dns.go b/pkg/resources/digitalocean/dns/dns.go index 838753d4e3..5000414cb4 100644 --- a/pkg/resources/digitalocean/dns/dns.go +++ b/pkg/resources/digitalocean/dns/dns.go @@ -17,13 +17,13 @@ limitations under the License. package dns import ( + "context" "errors" "fmt" + "github.com/digitalocean/godo" "io" "os" "strings" - "context" - "github.com/digitalocean/godo" //"github.com/digitalocean/godo/context" "k8s.io/klog" diff --git a/pkg/resources/digitalocean/dns/dns_test.go b/pkg/resources/digitalocean/dns/dns_test.go index 280639bafd..94ac3f70f4 100644 --- a/pkg/resources/digitalocean/dns/dns_test.go +++ b/pkg/resources/digitalocean/dns/dns_test.go @@ -18,9 +18,9 @@ package dns import ( "bytes" + "context" "errors" "io/ioutil" - "context" "net/http" "testing"