Branch/Environment/Version
- Branch/Version:
master
- Environment: N/A (dependency update)
Describe the bug
Tyk Gateway is using outdated Go dependencies that should be upgraded for maintenance and security reasons.
Reproduction steps
-
Check go.mod
-
Note the following versions:
golang.org/x/crypto v0.41.0
github.com/eclipse/paho.mqtt.golang v1.4.3
Actual behavior
Older dependency versions are currently in use.
Expected behavior
Upgrade to newer maintained versions:
golang.org/x/crypto v0.46.0
github.com/eclipse/paho.mqtt.golang v1.5.1
Screenshots/Video
N/A
Logs (debug mode or log file):
N/A
Configuration (tyk config file):
N/A
Additional context
N/A