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.
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.