gnxi icon indicating copy to clipboard operation
gnxi copied to clipboard

Updating dependencies to the latest

Open samirsss opened this issue 3 years ago • 6 comments

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.

samirsss avatar Sep 12 '22 19:09 samirsss

I've done a PR for this but cant seem to push the changes

samirsss avatar Sep 12 '22 19:09 samirsss

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.

samirsss avatar Sep 12 '22 19:09 samirsss

Any updates here?

samirsss avatar Sep 27 '22 03:09 samirsss

@samirsss you need to send a PR to this repository with the changes requested. You cannot submit directly to it.

samribeiro avatar Sep 27 '22 07:09 samribeiro

@samirsss I see a similar issue. Were you able to resolve yours?

sdeweese avatar Apr 27 '23 21:04 sdeweese

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.

samirsss avatar Apr 27 '23 22:04 samirsss