Skip to content

Upgrade Go dependencies (x/crypto, paho.mqtt.golang) #7654

@anhuv

Description

@anhuv

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

  1. Check go.mod

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions