Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Beats by default does not use vendoring, so we
don't need to override UseVendor any more.
  • Loading branch information
axw committed Jun 29, 2020
1 parent e658cb3 commit 014da88
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 32 deletions.
12 changes: 6 additions & 6 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: 2d688c7e0ac4
Revision: 3e6a054e8447
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: 1498938e22f3
Revision: 5426df01489e
License type (autodetected): Apache-2.0

--------------------------------------------------------------------
Expand Down Expand Up @@ -848,7 +848,7 @@ Contents of "NOTICE.txt":

--------------------------------------------------------------------
Dependency: github.com/elastic/go-structform
Version: v0.0.6
Version: v0.0.7
License type (autodetected): Apache-2.0

--------------------------------------------------------------------
Expand Down Expand Up @@ -2238,7 +2238,7 @@ Contents of "LICENSE.txt":

--------------------------------------------------------------------
Dependency: github.com/mattn/go-colorable
Version: v0.1.6
Version: v0.1.7
License type (autodetected): MIT
Contents of "LICENSE":

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

--------------------------------------------------------------------
Dependency: golang.org/x/net
Revision: 627f9648deb9
Revision: 4c5254603344
License type (autodetected): BSD-3-Clause
Contents of "LICENSE":

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

--------------------------------------------------------------------
Dependency: golang.org/x/sys
Revision: ed371f2e16b4
Revision: ddb9806d33ae
License type (autodetected): BSD-3-Clause
Contents of "LICENSE":

Expand Down
16 changes: 8 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ require (
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-20200128125109-2d688c7e0ac4 // indirect
github.com/dop251/goja_nodejs v0.0.0-20200626162143-3e6a054e8447 // indirect
github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20200624123740-1498938e22f3
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20200629050351-5426df01489e
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
github.com/elastic/go-licenser v0.2.1
github.com/elastic/go-licenser v0.3.1
github.com/elastic/go-ucfg v0.8.3
github.com/fatih/color v1.9.0
github.com/go-sourcemap/sourcemap v2.1.3+incompatible
Expand All @@ -33,7 +33,7 @@ require (
github.com/jstemmer/go-junit-report v0.9.1
github.com/klauspost/compress v1.9.3-0.20191122130757-c099ac9f21dd // indirect
github.com/magefile/mage v1.9.0
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/mitchellh/hashstructure v1.0.0 // indirect
github.com/modern-go/reflect2 v1.0.1
github.com/open-telemetry/opentelemetry-collector v0.2.1-0.20191218182225-c300f1341702
Expand All @@ -55,17 +55,17 @@ require (
go.elastic.co/apm/module/apmelasticsearch v1.7.2
go.elastic.co/apm/module/apmgrpc v1.7.0
go.elastic.co/apm/module/apmhttp v1.7.2
go.elastic.co/ecszap v0.2.0 // indirect
go.elastic.co/fastjson v1.1.0 // indirect
go.uber.org/atomic v1.6.0
go.uber.org/zap v1.15.0
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
golang.org/x/net v0.0.0-20200625001655-4c5254603344
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/sys v0.0.0-20200622214017-ed371f2e16b4 // indirect
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-20200624060801-dcbf2a9ed15d // indirect
golang.org/x/tools v0.0.0-20200626171337-aa94e735be7f // 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

0 comments on commit 014da88

Please sign in to comment.