diff --git a/Dockerfile b/Dockerfile index ae1c605..168b58a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -ARG filebeatVersion=6.5.4 -ARG goVersion=1.10.6 +ARG filebeatVersion=7.0.0 +ARG goVersion=1.11.5 FROM golang:$goVersion ARG filebeatVersion RUN curl -L --output /tmp/filebeat.tar.gz https://github.com/elastic/beats/archive/v$filebeatVersion.tar.gz diff --git a/go.mod b/go.mod index 5bed789..1ccc9c9 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,7 @@ module github.com/ozonru/filebeat-throttle-plugin require ( - github.com/elastic/beats v6.6.2+incompatible + github.com/elastic/beats v7.0.0+incompatible github.com/elastic/go-ucfg v0.7.0 // indirect github.com/gofrs/uuid v3.2.0+incompatible // indirect github.com/inconshreveable/mousetrap v1.0.0 // indirect diff --git a/go.sum b/go.sum index 7924ff5..2b364df 100644 --- a/go.sum +++ b/go.sum @@ -4,6 +4,8 @@ github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8 github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/elastic/beats v6.6.2+incompatible h1:bxz0RLQYMqhsVN7vk2VYpR8EloyUNCyvEzBd9lYx9eU= github.com/elastic/beats v6.6.2+incompatible/go.mod h1:7cX7zGsOwJ01FLkZs9Tg5nBdnQi6XB3hYAyWekpKgeY= +github.com/elastic/beats v7.0.0+incompatible h1:FyKulKfe+X8twQirAitdQK971M93/KzF2aD/3Uj3fts= +github.com/elastic/beats v7.0.0+incompatible/go.mod h1:7cX7zGsOwJ01FLkZs9Tg5nBdnQi6XB3hYAyWekpKgeY= github.com/elastic/go-ucfg v0.7.0 h1:1+C/sZdJKww8hKl7XtLPTjs4cFslhQF2fazKTF+ZE+4= github.com/elastic/go-ucfg v0.7.0/go.mod h1:iaiY0NBIYeasNgycLyTvhJftQlQEUO2hpF+FX0JKxzo= github.com/gofrs/uuid v3.2.0+incompatible h1:y12jRkkFxsd7GpqdSZ+/KCs/fJbqpEXSGd4+jfEaewE=