Skip to content
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

chore: replace sdk dependencies #2033

Merged
merged 2 commits into from
Jan 17, 2023
Merged

chore: replace sdk dependencies #2033

merged 2 commits into from
Jan 17, 2023

Conversation

glnro
Copy link
Contributor

@glnro glnro commented Jan 17, 2023

This PR replaces the following sdk dependencies. Thank you to @faddat for submitting the fix, either this pr or #2013 can be merged, whichever is ready earliest.

github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0
Includes a small feature the SDK needs

github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt/v4 v4.4.2
Temporarily replaces jwt as done in the sdk until they remove it as a dependency...original dependency was deprecated and contains a security vulnerability

github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.8.1
Temporarily replaces gin until the sdk removes it as a dependency. Fixes this security vulnerability.

@sonarcloud
Copy link

sonarcloud bot commented Jan 17, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@codecov
Copy link

codecov bot commented Jan 17, 2023

Codecov Report

Merging #2033 (6106b4d) into main (7f7c5ec) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2033   +/-   ##
=======================================
  Coverage   79.20%   79.20%           
=======================================
  Files          23       23           
  Lines        1577     1577           
=======================================
  Hits         1249     1249           
  Misses        274      274           
  Partials       54       54           

@glnro glnro merged commit c446c23 into main Jan 17, 2023
@glnro glnro deleted the glnro/bump-rho-dependencies branch January 17, 2023 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants