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

dep: Update autorest and solve ambiguous import isue #55

Merged
merged 3 commits into from Oct 29, 2020

Conversation

stepanstipl
Copy link
Contributor

Updated autorest dependency to resolve the ambiguous import (Azure/go-autorest#528) issue and get go mod tidy working. Also committed generated files (we should add some check these are up-to-date) in order to make go mod tidy and Dependabot combo happy (fixes https://github.com/doitintl/kube-no-trouble/network/updates/68342830).

@stepanstipl stepanstipl requested a review from a user October 28, 2020 17:21
@ghost
Copy link

ghost commented Oct 29, 2020

I just not sure about the generated files thats all

@stepanstipl
Copy link
Contributor Author

I just not sure about the generated files thats all

As in committing these to git repo?

@stepanstipl
Copy link
Contributor Author

@david-doit-intl Just thinking about this, there seem to be 3 options:

a) Not using Dependabot at all -> maybe later move to a custom solution, but for now, I would prefer to try out of the box one.

b) Use, but disable tidy option - I'm a bit afraid this would lead to accumulation of dependencies, but maybe that can be implemented as a separate action/step

c) Use, and commit generated files (this PR)

I'm kinda open to trying the option b) first, if you find it preferable.

@stepanstipl
Copy link
Contributor Author

just for record - concern is about generated files in generate, not whether to commit or not in git -> let's discuss separately

@stepanstipl stepanstipl merged commit abd354f into master Oct 29, 2020
@stepanstipl stepanstipl deleted the dep-autorest branch October 29, 2020 16:40
@stepanstipl stepanstipl changed the title Dep autorest dep: Update autorest and solve ambiguous import isue Nov 10, 2020
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.

None yet

1 participant