-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update deps to ones that use maintained form3tech-oss/jwt-go (#…
…3901) The dgrijalva/jwt-go project is no longer maintained and has a security vulnerability. Update our dependencies that pull in jwt-go to new versions that use the security-patched form3tech-oss/jwt-go. The following was performed: 1. update go.mod to use go-autorest/autorest/adal v0.9.5 (the first release to use form3tech-oss/jwt-go) 2. update go.mod to use go-autorest/autorest/azure/auth v0.5.3 (the first release to use adal v0.9.5) 3. update go.mod to use snowflakedb/gosnowflake v1.3.13 (the latest 1.3.x release, which uses form3tech-oss/jwt-go) 4. go mod tidy 5. make test References: - dgrijalva/jwt-go#462
- Loading branch information
Showing
2 changed files
with
31 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters