Skip to content

Commit

Permalink
feat(filebeat): update to v7.10.0
Browse files Browse the repository at this point in the history
update to v7.10.0

Signed-off-by: mritd <[email protected]>
  • Loading branch information
mritd committed Nov 20, 2020
1 parent 32feaf6 commit c2a5b90
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 20 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

VERSION=${1:-"v7.9.3"}
VERSION=${1:-"v7.10.0"}

rm -rf build

Expand Down
8 changes: 5 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ module github.com/ytpay/filebeat-processors
go 1.15

require (
github.com/elastic/beats/v7 v7.9.3
github.com/elastic/beats/v7 v7.10.0
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.6.1
)

replace (
github.com/Azure/go-autorest => github.com/Azure/go-autorest 09205e8f6711a776499a14cf8adc6bd380db5d81
github.com/Azure/go-autorest => github.com/Azure/go-autorest v12.2.0+incompatible
github.com/Microsoft/go-winio => github.com/bi-zone/go-winio v0.4.15
github.com/Shopify/sarama => github.com/elastic/sarama v1.19.1-0.20200629123429-0e7b69039eec
github.com/cucumber/godog => github.com/cucumber/godog v0.8.1
github.com/docker/docker => github.com/docker/engine v0.0.0-20191113042239-ea84732a7725
Expand All @@ -20,6 +21,7 @@ replace (
github.com/fsnotify/fsnotify => github.com/adriansr/fsnotify v0.0.0-20180417234312-c9bbe1f46f1d
github.com/google/gopacket => github.com/adriansr/gopacket v1.1.18-0.20200327165309-dd62abfa8a41
github.com/insomniacslk/dhcp => github.com/elastic/dhcp v0.0.0-20200227161230-57ec251c7eb3 // indirect
github.com/kardianos/service => github.com/blakerouse/service v1.1.1-0.20200924160513-057808572ffa
github.com/tonistiigi/fifo => github.com/containerd/fifo v0.0.0-20190816180239-bda0ff6ed73c
golang.org/x/tools => golang.org/x/tools v0.0.0-20200602230032-c00d67ef29d0 // release 1.14
)
)
Loading

0 comments on commit c2a5b90

Please sign in to comment.