snowflakedb / gosnowflake

Go Snowflake Driver
Apache License 2.0
292 stars 122 forks source link

SNOW-1017575 replace deprecated jwt library with supported one #1117

Closed sfc-gh-dszmolka closed 4 months ago

sfc-gh-dszmolka commented 4 months ago

SNOW-1017575 replace deprecated jwt library with supported one

github.com/form3tech-oss/jwt-go is deprecated for a long time now and also archived. using github.com/golang-jwt/jwt/v5 instead

besides the usual build test, change has been manually tested with: