Merge pull request #645 from zalando-incubator/dependabot/go_modules/golang.org/x/sync-0.5.0

Bump golang.org/x/sync from 0.4.0 to 0.5.0
This commit is contained in:
Mikkel Oscar Lyderik Larsen
2023-12-04 14:14:39 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -13,7 +13,7 @@ require (
github.com/zalando-incubator/cluster-lifecycle-manager v0.0.0-20230601114834-6ed1bba3c85d
golang.org/x/net v0.17.0
golang.org/x/oauth2 v0.13.0
golang.org/x/sync v0.4.0
golang.org/x/sync v0.5.0
k8s.io/api v0.24.17
k8s.io/apimachinery v0.24.17
k8s.io/apiserver v0.24.17