Updating dependencies to the latest
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.
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 ERROR: Permission to google/gnxi.git denied to samirsss. fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
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.