Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Regenerate go.mod indirect dependencies #724

Merged

Commits on Mar 5, 2024

  1. Regenerate go.mod indirect dependencies

    During the golang version bump we unintentionally introduced a too new
    indirect dependency on kube-openapi:
    
    k8s.io/kube-openapi@v0.0.0-20240209001042-7a0d5b415232
    
    This is not required by any of our direct deps and this is also a
    version that required golang 1.21. If your system has golang 1.21
    installed the this dependency might force go mod tidy to change the
    golang version in the go.mod file to 1.21.
    
    This patch removed all the indirect dependencies and let go mod tidy to
    regenerate them to get rid of the too new kube-openapi version.
    
    This happened again in the bump dc2ba9b and revert 7a0ed7b of the
    cert-manager dependency.
    gibizer committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    14a12a3 View commit details
    Browse the repository at this point in the history