ci: add depguard (#6963)

Signed-off-by: knqyf263 <knqyf263@gmail.com>
This commit is contained in:
Teppei Fukuda
2024-06-20 06:48:08 +04:00
committed by GitHub
parent dfe757e37a
commit 983ac15f22
73 changed files with 154 additions and 119 deletions

View File

@@ -3,11 +3,11 @@ package commands
import (
"context"
"errors"
"slices"
"sort"
"strings"
"github.com/aws/aws-sdk-go-v2/service/sts"
"golang.org/x/exp/slices"
"golang.org/x/xerrors"
"github.com/aquasecurity/trivy-aws/pkg/errs"