Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jngo2 committed Apr 8, 2022
1 parent f0fe605 commit fc4e6cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/aws-iam-authenticator/verify.go
Expand Up @@ -21,11 +21,9 @@ import (
"fmt"
"os"

"sigs.k8s.io/aws-iam-authenticator/pkg/metrics"
"sigs.k8s.io/aws-iam-authenticator/pkg/token"

"github.com/aws/aws-sdk-go/aws/endpoints"
"github.com/prometheus/client_golang/prometheus"
"github.com/spf13/cobra"
"github.com/spf13/viper"
)
Expand Down

0 comments on commit fc4e6cb

Please sign in to comment.