Skip to content

Commit

Permalink
fix(lint): goimports eventreader_kprobes.go
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoutsovasilis committed Apr 12, 2024
1 parent a121cd8 commit 1fbddbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion auditbeat/module/file_integrity/eventreader_kprobes.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ import (
"github.com/elastic/beats/v7/libbeat/beat"
"github.com/elastic/beats/v7/libbeat/processors/add_process_metadata"

"github.com/elastic/elastic-agent-libs/logp"
"golang.org/x/sys/unix"

"github.com/elastic/elastic-agent-libs/logp"
)

type kProbesReader struct {
Expand Down

0 comments on commit 1fbddbf

Please sign in to comment.