Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkroh committed Jul 13, 2020
1 parent ae6beb1 commit 12fb849
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions auditbeat/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ import (
"github.com/elastic/beats/v7/libbeat/publisher/processing"
"github.com/elastic/beats/v7/metricbeat/beater"
"github.com/elastic/beats/v7/metricbeat/mb/module"

// Register includes.
_ "github.com/elastic/beats/v7/auditbeat/include"
)

const (
Expand Down
3 changes: 3 additions & 0 deletions auditbeat/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ import (
"os"

"github.com/elastic/beats/v7/auditbeat/cmd"

// Register includes.
_ "github.com/elastic/beats/v7/auditbeat/include"
)

func main() {
Expand Down

0 comments on commit 12fb849

Please sign in to comment.