-
Notifications
You must be signed in to change notification settings - Fork 120
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
Updating dependencies to the latest #307
Comments
I've done a PR for this but cant seem to push the changes |
SSAVLA@EXT-C02CF9LYMD6R:~/git/gnxi|dependabot_alert_fixes⚡ ⇒ git push origin dependabot_alert_fixes Please make sure you have the correct access rights |
Any updates here? |
@samirsss you need to send a PR to this repository with the changes requested. You cannot submit directly to it. |
@samirsss I see a similar issue. Were you able to resolve yours? |
i tried but couldnt open a PR. i looked at where we were using this library in our code and it turns our it was only for 1 util method - which i could replace myself and remove this dependency. |
Hi,
We use gnxi with some of the libraries in our project and it seems that the dependencies used by gnxi are on the older side - especially cobra and viper- which uses the unsupported version of jwt github.com/dgrijalva/jwt-go
just ran go mod graph to see which ones could cause this issue and its clear its viper and cobra.
The text was updated successfully, but these errors were encountered: