File tree 2 files changed +3
-5
lines changed 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ require (
22
22
github.com/prometheus/client_golang v1.22.0
23
23
github.com/prometheus/common v0.63.0
24
24
github.com/spf13/cobra v1.8.1
25
- github.com/stretchr/testify v1.10.0
26
25
go.uber.org/mock v0.4.0
27
26
go.uber.org/zap v1.27.0
28
27
gopkg.in/yaml.v2 v2.4.0
@@ -123,7 +122,6 @@ require (
123
122
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
124
123
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
125
124
github.com/pkg/errors v0.9.1 // indirect
126
- github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
127
125
github.com/prometheus/client_model v0.6.1 // indirect
128
126
github.com/prometheus/procfs v0.15.1 // indirect
129
127
github.com/sagikazarmark/locafero v0.7.0 // indirect
@@ -143,7 +141,7 @@ require (
143
141
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
144
142
golang.org/x/net v0.35.0 // indirect
145
143
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
147
145
golang.org/x/term v0.29.0 // indirect
148
146
golang.org/x/text v0.22.0 // indirect
149
147
golang.org/x/time v0.8.0 // indirect
Original file line number Diff line number Diff line change @@ -507,8 +507,8 @@ golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJ
507
507
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
508
508
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
509
509
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 =
512
512
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522 /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
513
513
golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
514
514
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
You can’t perform that action at this time.
0 commit comments