Skip to content

Commit

Permalink
fix: go imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Feb 5, 2024
1 parent d4564ec commit a7e4289
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/managedblockchain-member.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ package resources
import (
"context"
"errors"
"github.com/aws/aws-sdk-go/aws/awserr"

"github.com/gotidy/ptr"

"github.com/aws/aws-sdk-go/aws/awserr"

"github.com/aws/aws-sdk-go/service/managedblockchain"

"github.com/ekristen/libnuke/pkg/resource"
Expand Down

0 comments on commit a7e4289

Please sign in to comment.