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

Update to elastic/beats@794ed81680a9 #3941

Merged
merged 1 commit into from
Jul 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ Contents of "LICENSE":

--------------------------------------------------------------------
Dependency: github.com/dop251/goja_nodejs
Revision: 3e6a054e8447
Revision: 2c377ae209ab
License type (autodetected): MIT
Contents of "LICENSE":

Expand Down Expand Up @@ -534,7 +534,7 @@ Contents of "LICENSE":
--------------------------------------------------------------------
Dependency: github.com/elastic/beats/v7
Version: v7.0.0
Revision: 5426df01489e
Revision: 794ed81680a9
License type (autodetected): Apache-2.0

--------------------------------------------------------------------
Expand Down Expand Up @@ -3154,7 +3154,7 @@ Contents of "LICENSE":

--------------------------------------------------------------------
Dependency: golang.org/x/sync
Revision: cd5d95a43a6e
Revision: 43a5402ce75a
License type (autodetected): BSD-3-Clause
Contents of "LICENSE":

Expand Down
13 changes: 7 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ require (
github.com/cespare/xxhash/v2 v2.1.1
github.com/client9/misspell v0.3.5-0.20180309020325-c0b55c823952 // indirect
github.com/dlclark/regexp2 v1.2.0 // indirect
github.com/dop251/goja v0.0.0-20200622111502-2faa37d3dedf // indirect
github.com/dop251/goja_nodejs v0.0.0-20200626162143-3e6a054e8447 // indirect
github.com/dop251/goja v0.0.0-20200629185240-bfd59704b500 // indirect
github.com/dop251/goja_nodejs v0.0.0-20200629185815-2c377ae209ab // indirect
github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20200629050351-5426df01489e
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20200702101253-794ed81680a9
github.com/elastic/go-elasticsearch/v7 v7.5.0
github.com/elastic/go-elasticsearch/v8 v8.0.0-20200210103600-aff00e5adfde
github.com/elastic/go-hdrhistogram v0.1.0
Expand Down Expand Up @@ -47,10 +47,11 @@ require (
github.com/santhosh-tekuri/jsonschema v1.2.4
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.5.1
github.com/stretchr/testify v1.6.1
github.com/t-yuki/gocover-cobertura v0.0.0-20180217150009-aaee18c8195c
github.com/ua-parser/uap-go v0.0.0-20200325213135-e1c09f13e2fe
github.com/uber/tchannel-go v1.16.0 // indirect
github.com/urso/magetools v0.0.0-20200125210132-c2e338f92f3a // indirect
go.elastic.co/apm v1.8.0
go.elastic.co/apm/module/apmelasticsearch v1.7.2
go.elastic.co/apm/module/apmgrpc v1.7.0
Expand All @@ -61,11 +62,11 @@ require (
go.uber.org/zap v1.15.0
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/net v0.0.0-20200625001655-4c5254603344
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
golang.org/x/text v0.3.3 // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
golang.org/x/tools v0.0.0-20200626171337-aa94e735be7f // indirect
golang.org/x/tools v0.0.0-20200702044944-0cc1aa72b347 // indirect
google.golang.org/grpc v1.29.1
gopkg.in/yaml.v2 v2.3.0
howett.net/plist v0.0.0-20200419221736-3b63eb3a43b5 // indirect
Expand Down
Loading