Skip to content

Commit

Permalink
update go.mod and address linter report
Browse files Browse the repository at this point in the history
Signed-off-by: Erhan Cagirici <[email protected]>
  • Loading branch information
erhancagirici committed Nov 28, 2023
1 parent 7aa73eb commit da84958
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ require (
github.com/aws/aws-sdk-go-v2 v1.18.0
github.com/aws/aws-sdk-go-v2/config v1.18.12
github.com/aws/aws-sdk-go-v2/credentials v1.13.12
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.3
github.com/aws/aws-sdk-go-v2/service/eks v1.22.0
github.com/aws/aws-sdk-go-v2/service/sts v1.18.11
github.com/aws/smithy-go v1.13.5
Expand Down Expand Up @@ -39,7 +40,6 @@ require (
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
github.com/aws/aws-sdk-go v1.44.261 // indirect
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.10 // indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.3 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.33 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.27 // indirect
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.29 // indirect
Expand Down
3 changes: 2 additions & 1 deletion internal/clients/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ package clients

import (
"context"
"github.com/aws/aws-sdk-go-v2/feature/ec2/imds"
"os"
"reflect"
"unsafe"

"github.com/aws/aws-sdk-go-v2/feature/ec2/imds"

tfawsbase "github.com/hashicorp/aws-sdk-go-base/v2"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
"github.com/hashicorp/terraform-provider-aws/xpprovider"
Expand Down

0 comments on commit da84958

Please sign in to comment.