Skip to content

Commit

Permalink
fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
urso committed Jun 30, 2020
1 parent cdf4fb1 commit 54698d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion filebeat/input/v2/compat/compat.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@ import (
"fmt"
"sync"

"github.com/mitchellh/hashstructure"

v2 "github.com/elastic/beats/v7/filebeat/input/v2"
"github.com/elastic/beats/v7/libbeat/beat"
"github.com/elastic/beats/v7/libbeat/cfgfile"
"github.com/elastic/beats/v7/libbeat/common"
"github.com/elastic/beats/v7/libbeat/logp"
"github.com/elastic/go-concert"
"github.com/mitchellh/hashstructure"
)

// factory implements the cfgfile.RunnerFactory interface and wraps the
Expand Down

0 comments on commit 54698d6

Please sign in to comment.