s12v / awsbeats

AWS Kinesis plugin for Filebeat
Apache License 2.0
61 stars 26 forks source link

Migrate to dep #16

Closed mumoshu closed 6 years ago

mumoshu commented 6 years ago

Ran dep init and then dep ensure. I had to remove elastic/beats from Gopkg.toml and re-run dep ensure to fix the strage error target/filebeat-master-go1.10- flag redefined: strict.perms in travis builds.

Uses the latest stable release of dep:

$ dep version
dep:
 version     : v0.4.1
 build date  : 2018-01-27
 git hash    : 37d9ea0
 go version  : go1.9.3
 go compiler : gc
 platform    : darwin/amd64

Resolves #9

codecov-io commented 6 years ago

Codecov Report

Merging #16 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #16   +/-   ##
=======================================
  Coverage   24.74%   24.74%           
=======================================
  Files           3        3           
  Lines          97       97           
=======================================
  Hits           24       24           
  Misses         68       68           
  Partials        5        5

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1dcef5e...08dcf56. Read the comment docs.

mumoshu commented 6 years ago

Finally the travis build is passing. I have already verified it to work on my dockerized filebeat+awsbeat. Will submit the Dockerfile later.