Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moving outputs/transport => common/transport #16734

Merged
merged 9 commits into from
Mar 4, 2020
Prev Previous commit
Next Next commit
Fixing formatting of imports
  • Loading branch information
ycombinator committed Mar 4, 2020
commit 7488ac78a9f99a80f8f0eafa9c2ac7897617a4ca
3 changes: 2 additions & 1 deletion metricbeat/helper/dialer/dialer_posix.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ import (
"strings"
"time"

"github.com/elastic/beats/v7/libbeat/common/transport"
"github.com/pkg/errors"

"github.com/elastic/beats/v7/libbeat/common/transport"
)

// UnixDialerBuilder creates a builder to dial over unix domain socket.
Expand Down