-
Notifications
You must be signed in to change notification settings - Fork 38
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
Use current fsnotify library, drop viper dependency #95
Conversation
Signed-off-by: Jordan Liggitt <liggitt@google.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Thanks ! Strange that none of us has spotted that mismatching extra That said, wouldn't it also make sense to get rid of cobra as a transitive dependency for cdi itself ? We should be able to do that easily by taking this one step further and turning
and maybe also updating the related Makefile rules with something like this:
WDYT ? |
I don't have context to know what the maintainers want to do with the cobra dep. Multi-module repos can be painful to manage, so I wouldn't assume folks here would want to do that. I'd probably recommend merging this as a first easy step, then letting a module carve-out effort be done as a follow-up if desired |
Working through the review of integrating this into kubernetes in kubernetes/kubernetes#111023, I found some dependency issues: