diff --git a/go.mod b/go.mod index 8960a88b6..f1d0696f4 100644 --- a/go.mod +++ b/go.mod @@ -171,9 +171,6 @@ require ( sigs.k8s.io/yaml v1.2.0 // indirect ) -// This replace is for https://github.com/advisories/GHSA-w73w-5m7g-f7qc -replace github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt v3.2.1+incompatible - // This replace is for https://github.com/advisories/GHSA-25xm-hr59-7c27 replace github.com/ulikunitz/xz => github.com/ulikunitz/xz v0.5.8