-
Notifications
You must be signed in to change notification settings - Fork 26
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
Migrating to golang/dep #9
Comments
@mumoshu, not at all :) |
mumoshu
added a commit
to mumoshu/awsbeats
that referenced
this issue
May 23, 2018
Ran `dep init` and then `dep ensure`. There were no changes in `vendor/`. 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
Merged
mumoshu
added a commit
to mumoshu/awsbeats
that referenced
this issue
May 23, 2018
Ran `dep init` and then `dep ensure`. There were no changes in `vendor/`. 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
mumoshu
added a commit
to mumoshu/awsbeats
that referenced
this issue
May 23, 2018
Ran `dep init` and then `dep ensure`. There were no changes in `vendor/`. 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
mumoshu
added a commit
to mumoshu/awsbeats
that referenced
this issue
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 s12v#9
mumoshu
added a commit
to mumoshu/awsbeats
that referenced
this issue
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 s12v#9
mumoshu
added a commit
that referenced
this issue
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I migrated multiple projects that used glide to use dep instead. All of them are working fine so far.
It seems to be the defacto standard and even glide itself is suggesting to migrate.
@s12v Would you mind if I contributed a PR for that? 😃
The text was updated successfully, but these errors were encountered: