Skip to content

Commit 3500be6

Browse files
committed
update ECS version to 1.8
1 parent 045813d commit 3500be6

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

NOTICE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -532,11 +532,11 @@ License Version 2.0.
532532

533533
--------------------------------------------------------------------------------
534534
Dependency : github.com/elastic/ecs
535-
Version: v1.6.0
535+
Version: v1.8.0
536536
Licence type (autodetected): Apache-2.0
537537
--------------------------------------------------------------------------------
538538

539-
Contents of probable licence file $GOMODCACHE/github.com/elastic/ecs@v1.6.0/LICENSE.txt:
539+
Contents of probable licence file $GOMODCACHE/github.com/elastic/ecs@v1.8.0/LICENSE.txt:
540540

541541

542542
Apache License

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/dustin/go-humanize v1.0.0
1515
github.com/elastic/apm-server/approvaltest v0.0.0-00010101000000-000000000000
1616
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20210215225204-ba423212a660
17-
github.com/elastic/ecs v1.6.0
17+
github.com/elastic/ecs v1.8.0
1818
github.com/elastic/gmux v0.1.0
1919
github.com/elastic/go-elasticsearch/v7 v7.5.1-0.20201007132508-ff965d99ba02
2020
github.com/elastic/go-elasticsearch/v8 v8.0.0-20201007143536-4b4020669208

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,8 @@ github.com/elastic/beats/v7 v7.0.0-alpha2.0.20210215225204-ba423212a660 h1:49zfE
340340
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20210215225204-ba423212a660/go.mod h1:1XXhmSRJnc53jn6w3ajZ0PrIjWlLqz4Jv3TlXgZ2S88=
341341
github.com/elastic/ecs v1.6.0 h1:8NmgfnsjmKXh9hVsK3H2tZtfUptepNc3msJOAynhtmc=
342342
github.com/elastic/ecs v1.6.0/go.mod h1:pgiLbQsijLOJvFR8OTILLu0Ni/R/foUNg0L+T6mU9b4=
343+
github.com/elastic/ecs v1.8.0 h1:wa61IDQsQcZyJa6hwbhqGO+631H+kGHhe0J4V7tMPZY=
344+
github.com/elastic/ecs v1.8.0/go.mod h1:pgiLbQsijLOJvFR8OTILLu0Ni/R/foUNg0L+T6mU9b4=
343345
github.com/elastic/elastic-agent-client/v7 v7.0.0-20200709172729-d43b7ad5833a h1:2NHgf1RUw+f240lpTnLrCp1aBNvq2wDi0E1A423/S1k=
344346
github.com/elastic/elastic-agent-client/v7 v7.0.0-20200709172729-d43b7ad5833a/go.mod h1:uh/Gj9a0XEbYoM4NYz4LvaBVARz3QXLmlNjsrKY9fTc=
345347
github.com/elastic/fsevents v0.0.0-20181029231046-e1d381a4d270/go.mod h1:Msl1pdboCbArMF/nSCDUXgQuWTeoMmE/z8607X+k7ng=

0 commit comments

Comments
 (0)