Skip to content

Commit

Permalink
run go mod tidy
Browse files Browse the repository at this point in the history
Signed-off-by: Stephane Selim <[email protected]>
  • Loading branch information
stefnans committed Aug 13, 2024
1 parent 2c8efc7 commit 0c133ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/controller/cloudwatchlogs/resourcepolicy/setup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ package resourcepolicy

import (
"context"
"testing"

Check failure on line 22 in pkg/controller/cloudwatchlogs/resourcepolicy/setup_test.go

View workflow job for this annotation

GitHub Actions / lint

File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/crossplane-contrib/provider-aws) --custom-order (gci)
"github.com/crossplane/crossplane-runtime/pkg/meta"
"github.com/crossplane/crossplane-runtime/pkg/test"
"github.com/google/go-cmp/cmp"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"testing"

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

Check failure on line 28 in pkg/controller/cloudwatchlogs/resourcepolicy/setup_test.go

View workflow job for this annotation

GitHub Actions / lint

File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/crossplane-contrib/provider-aws) --custom-order (gci)
svcsdk "github.com/aws/aws-sdk-go/service/cloudwatchlogs"
Expand Down

0 comments on commit 0c133ce

Please sign in to comment.