Skip to content

Commit

Permalink
fi import
Browse files Browse the repository at this point in the history
  • Loading branch information
ibreakthecloud committed Jul 15, 2024
1 parent 70662ce commit b727168
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,16 @@ package main
import (
"context"
"flag"
"fmt"
"os"
"os/signal"
"path"
"runtime"
"strconv"
"sync/atomic"
"time"

"github.com/deepfence/SecretScanner/core"
"github.com/deepfence/SecretScanner/jobs"
"github.com/deepfence/SecretScanner/output"
"github.com/deepfence/SecretScanner/scan"
"github.com/deepfence/SecretScanner/server"
"github.com/deepfence/golang_deepfence_sdk/utils/tasks"
"github.com/deepfence/match-scanner/pkg/config"
log "github.com/sirupsen/logrus"
"google.golang.org/grpc"

Expand Down

0 comments on commit b727168

Please sign in to comment.