Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
rdner committed Sep 28, 2023
1 parent 6faa847 commit 7d21dc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libbeat/reader/readfile/fs_metafields_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ package readfile
import (
"fmt"
"os"
"strconv"

"github.com/elastic/beats/v7/libbeat/common/file"
"github.com/elastic/elastic-agent-libs/mapstr"
Expand Down

0 comments on commit 7d21dc9

Please sign in to comment.