File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/openshift-pipelines/tekton-caches
2
2
3
- go 1.23 .0
3
+ go 1.24 .0
4
4
5
- toolchain go1.24.0
5
+ toolchain go1.24.6
6
6
7
7
require (
8
8
github.com/google/go-containerregistry v0.20.3
@@ -122,7 +122,7 @@ require (
122
122
golang.org/x/exp v0.0.0-20250808145144-a408d31f581a // indirect
123
123
golang.org/x/net v0.39.0 // indirect
124
124
golang.org/x/oauth2 v0.29.0 // indirect
125
- golang.org/x/sync v0.16 .0 // indirect
125
+ golang.org/x/sync v0.17 .0 // indirect
126
126
golang.org/x/sys v0.32.0 // indirect
127
127
golang.org/x/term v0.31.0 // indirect
128
128
golang.org/x/text v0.24.0 // indirect
Original file line number Diff line number Diff line change @@ -577,8 +577,8 @@ golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJ
577
577
golang.org/x/sync v0.1.0 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
578
578
golang.org/x/sync v0.3.0 /go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y =
579
579
golang.org/x/sync v0.6.0 /go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk =
580
- golang.org/x/sync v0.16 .0 h1:ycBJEhp9p4vXvUZNszeOq0kGTPghopOL8q0fq3vstxw =
581
- golang.org/x/sync v0.16 .0 /go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA =
580
+ golang.org/x/sync v0.17 .0 h1:l60nONMj9l5drqw6jlhIELNv9I0A4OFgRsG9k2oT9Ug =
581
+ golang.org/x/sync v0.17 .0 /go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI =
582
582
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522 /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
583
583
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
584
584
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 @@ -693,8 +693,8 @@ golang.org/x/oauth2/google/internal/stsexchange
693
693
golang.org/x/oauth2/internal
694
694
golang.org/x/oauth2/jws
695
695
golang.org/x/oauth2/jwt
696
- # golang.org/x/sync v0.16 .0
697
- ## explicit; go 1.23 .0
696
+ # golang.org/x/sync v0.17 .0
697
+ ## explicit; go 1.24 .0
698
698
golang.org/x/sync/errgroup
699
699
golang.org/x/sync/semaphore
700
700
# golang.org/x/sys v0.32.0
You can’t perform that action at this time.
0 commit comments