You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Move code to http package
* Update libraries
Add to all libraries /v7/ after beats
Move output/transport to common/transport
Move function were in outputs/transport/tls.go to common/transport/tlscommon
* Update config
* Update config.go
* Update travis config
* Update .travis.yml
* Update .travis.yml
* add a go.mod
To make it possible to fetch the beats dependency, as that's
only published as a module now.
Eventually we'd want to migrate all dependency information from
glide.lock to go.mod
Unfortunately 'go get' doesn't take into account transitive
replacements, so we need to include the replacements required
by beats to make the build succeed on Travis.
Co-authored-by: Arnout Engelen <arnout@bzzt.net>
0 commit comments