Skip to content

Commit 895c598

Browse files
Bump golang.org/x/sync from 0.11.0 to 0.14.0
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.11.0 to 0.14.0. - [Commits](golang/sync@v0.11.0...v0.14.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-version: 0.14.0 dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7b0f2f0 commit 895c598

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ require (
2222
github.com/prometheus/client_golang v1.22.0
2323
github.com/prometheus/common v0.63.0
2424
github.com/spf13/cobra v1.8.1
25-
github.com/stretchr/testify v1.10.0
2625
go.uber.org/mock v0.4.0
2726
go.uber.org/zap v1.27.0
2827
gopkg.in/yaml.v2 v2.4.0
@@ -123,7 +122,6 @@ require (
123122
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
124123
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
125124
github.com/pkg/errors v0.9.1 // indirect
126-
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
127125
github.com/prometheus/client_model v0.6.1 // indirect
128126
github.com/prometheus/procfs v0.15.1 // indirect
129127
github.com/sagikazarmark/locafero v0.7.0 // indirect
@@ -143,7 +141,7 @@ require (
143141
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
144142
golang.org/x/net v0.35.0 // indirect
145143
golang.org/x/oauth2 v0.25.0 // indirect
146-
golang.org/x/sync v0.11.0 // indirect
144+
golang.org/x/sync v0.14.0 // indirect
147145
golang.org/x/term v0.29.0 // indirect
148146
golang.org/x/text v0.22.0 // indirect
149147
golang.org/x/time v0.8.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -507,8 +507,8 @@ golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJ
507507
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
508508
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
509509
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
510-
golang.org/x/sync v0.11.0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w=
511-
golang.org/x/sync v0.11.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
510+
golang.org/x/sync v0.14.0 h1:woo0S4Yywslg6hp4eUFjTVOyKt0RookbpAHG4c1HmhQ=
511+
golang.org/x/sync v0.14.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
512512
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
513513
golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
514514
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=

0 commit comments

Comments
 (0)