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

Migrating to golang/dep #9

Closed
mumoshu opened this issue May 21, 2018 · 1 comment · Fixed by #16
Closed

Migrating to golang/dep #9

mumoshu opened this issue May 21, 2018 · 1 comment · Fixed by #16

Comments

@mumoshu
Copy link
Collaborator

mumoshu commented May 21, 2018

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? 😃

@s12v
Copy link
Owner

s12v commented May 23, 2018

@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
@mumoshu mumoshu mentioned this issue May 23, 2018
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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants