Skip to content

Commit

Permalink
rebase branch with master
Browse files Browse the repository at this point in the history
  • Loading branch information
skotambkar committed Dec 22, 2020
1 parent 910a750 commit 8ba8642
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
2 changes: 0 additions & 2 deletions config/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ package config_test
import (
"context"
"fmt"
"github.com/awslabs/smithy-go/middleware"
smithyhttp "github.com/awslabs/smithy-go/transport/http"
"log"
"net/http"
"path/filepath"
Expand Down
4 changes: 2 additions & 2 deletions config/resolve_credentials_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ package config
import (
"context"
"fmt"
"github.com/aws/aws-sdk-go-v2/internal/awstesting"
"github.com/awslabs/smithy-go/middleware"
"net/http"
"net/http/httptest"
"os"
Expand All @@ -16,7 +14,9 @@ import (
"time"

"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/internal/awstesting"
"github.com/aws/aws-sdk-go-v2/service/sts"
"github.com/aws/smithy-go/middleware"
)

func swapECSContainerURI(path string) func() {
Expand Down
2 changes: 1 addition & 1 deletion config/resolve_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package config
import (
"bytes"
"context"
"github.com/awslabs/smithy-go/logging"
"io/ioutil"
"net/http"
"testing"
Expand All @@ -13,6 +12,7 @@ import (
"github.com/aws/aws-sdk-go-v2/credentials"
"github.com/aws/aws-sdk-go-v2/internal/awstesting"
"github.com/aws/aws-sdk-go-v2/internal/awstesting/unit"
"github.com/aws/smithy-go/logging"
)

func TestResolveCustomCABundle(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion config/shared_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"context"
"errors"
"fmt"
"github.com/awslabs/smithy-go/logging"
"os"
"path/filepath"
"runtime"
Expand All @@ -13,6 +12,7 @@ import (

"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/internal/ini"
"github.com/aws/smithy-go/logging"
)

const (
Expand Down
9 changes: 5 additions & 4 deletions config/shared_config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ import (
"bytes"
"context"
"fmt"
"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/internal/ini"
"github.com/awslabs/smithy-go/logging"
"github.com/awslabs/smithy-go/ptr"
"path/filepath"
"reflect"
"strconv"
"strings"
"testing"

"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/internal/ini"
"github.com/aws/smithy-go/logging"
"github.com/aws/smithy-go/ptr"
)

var _ regionProvider = (*SharedConfig)(nil)
Expand Down

0 comments on commit 8ba8642

Please sign in to comment.