File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,11 +2,8 @@ module github.com/openshift/windows-machine-config-operator
22
33go 1.25.7
44
5- replace (
6- // fix CVE-2025-30204 transitive deps still using older v4. Remove once `go mod graph` shows only 4.5.2 or higher
7- github.com/golang-jwt/jwt/v4 => github.com/golang-jwt/jwt/v4 v4.5.2
8- github.com/golang-jwt/jwt/v5 => github.com/golang-jwt/jwt/v5 v5.2.2
9- )
5+ // fix CVE-2025-30204 transitive deps still using older v4. Remove once `go mod graph` shows only 4.5.2 or higher
6+ replace github.com/golang-jwt/jwt/v5 => github.com/golang-jwt/jwt/v5 v5.2.2
107
118require (
129 github.com/apparentlymart/go-cidr v1.1.0
Original file line number Diff line number Diff line change @@ -1482,5 +1482,4 @@ sigs.k8s.io/structured-merge-diff/v6/value
14821482## explicit; go 1.22
14831483sigs.k8s.io/yaml
14841484sigs.k8s.io/yaml/kyaml
1485- # github.com/golang-jwt/jwt/v4 => github.com/golang-jwt/jwt/v4 v4.5.2
14861485# github.com/golang-jwt/jwt/v5 => github.com/golang-jwt/jwt/v5 v5.2.2
You can’t perform that action at this time.
0 commit comments