Skip to content

Commit

Permalink
Merge branch 'feature/retryable-http' into feature/godo-rate-limiter-…
Browse files Browse the repository at this point in the history
…and-http-retryable
  • Loading branch information
DanielHLelis committed Mar 28, 2023
2 parents beea7aa + 337f7f4 commit 9501b6f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions digitalocean/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@ package config

import (
"fmt"
"html/template"
"log"
"net/url"
"strings"
"time"

"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/credentials"
"github.com/aws/aws-sdk-go/aws/session"
"github.com/digitalocean/godo"
"github.com/hashicorp/go-retryablehttp"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/logging"
"golang.org/x/oauth2"
"html/template"
"log"
"net/url"
"strings"
"time"
)

type Config struct {
Expand Down

0 comments on commit 9501b6f

Please sign in to comment.