Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to dep #16

Merged
merged 1 commit into from
May 23, 2018
Merged

Migrate to dep #16

merged 1 commit into from
May 23, 2018

Conversation

mumoshu
Copy link
Collaborator

@mumoshu mumoshu commented May 23, 2018

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

@mumoshu mumoshu force-pushed the dep branch 3 times, most recently from 8c3998b to 8a6b6ba Compare May 23, 2018 08:24
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 s12v#9
@codecov-io
Copy link

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
Copy link
Collaborator Author

mumoshu commented May 23, 2018

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

@mumoshu mumoshu merged commit 05f2dcd into s12v:master May 23, 2018
@mumoshu mumoshu deleted the dep branch May 23, 2018 08:44
@mumoshu mumoshu mentioned this pull request May 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrating to golang/dep
2 participants