File tree Expand file tree Collapse file tree 5 files changed +9
-10
lines changed
golang.org/x/sync/errgroup Expand file tree Collapse file tree 5 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 1
- expectedMergeBase : 8f81c2338489188eae3a00f10bc6bdee89bc22d1
1
+ expectedMergeBase : 15db50682d56e977aa1cb714003dc21517ea09b7
2
2
upstreamBranch : main
3
3
upstreamOrg : operator-framework
4
4
upstreamRepo : operator-controller
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ require (
26
26
github.com/stretchr/testify v1.10.0
27
27
golang.org/x/exp v0.0.0-20250228200357-dead58393ab7
28
28
golang.org/x/mod v0.24.0
29
- golang.org/x/sync v0.14 .0
29
+ golang.org/x/sync v0.15 .0
30
30
golang.org/x/tools v0.33.0
31
31
gopkg.in/yaml.v2 v2.4.0
32
32
helm.sh/helm/v3 v3.17.3
Original file line number Diff line number Diff line change @@ -657,8 +657,8 @@ golang.org/x/sync v0.3.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y=
657
657
golang.org/x/sync v0.6.0 /go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk =
658
658
golang.org/x/sync v0.7.0 /go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk =
659
659
golang.org/x/sync v0.10.0 /go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk =
660
- golang.org/x/sync v0.14 .0 h1:woo0S4Yywslg6hp4eUFjTVOyKt0RookbpAHG4c1HmhQ =
661
- golang.org/x/sync v0.14 .0 /go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA =
660
+ golang.org/x/sync v0.15 .0 h1:KWH3jNZsfyT6xfAfKiz6MRNmd46ByHDYaZ7KSkCtdW8 =
661
+ golang.org/x/sync v0.15 .0 /go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA =
662
662
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522 /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
663
663
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
664
664
golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5 /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
Original file line number Diff line number Diff line change @@ -1042,7 +1042,7 @@ golang.org/x/net/websocket
1042
1042
## explicit; go 1.23.0
1043
1043
golang.org/x/oauth2
1044
1044
golang.org/x/oauth2/internal
1045
- # golang.org/x/sync v0.14 .0
1045
+ # golang.org/x/sync v0.15 .0
1046
1046
## explicit; go 1.23.0
1047
1047
golang.org/x/sync/errgroup
1048
1048
golang.org/x/sync/semaphore
You can’t perform that action at this time.
0 commit comments