Skip to content

Commit 95864c6

Browse files
committed
go.mod: update golang.org/x deps
1 parent 3ab014f commit 95864c6

File tree

2 files changed

+20
-68
lines changed

2 files changed

+20
-68
lines changed

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ require (
2323
github.com/prometheus/client_model v0.2.1-0.20210607210712-147c58e9608a
2424
github.com/spf13/cobra v1.0.0
2525
github.com/stretchr/testify v1.9.0
26-
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df
27-
golang.org/x/perf v0.0.0-20230113213139-801c7ef9e5c5
28-
golang.org/x/sync v0.7.0
29-
golang.org/x/sys v0.18.0
26+
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394
27+
golang.org/x/perf v0.0.0-20250305200902-02a15fd477ba
28+
golang.org/x/sync v0.12.0
29+
golang.org/x/sys v0.31.0
3030
)
3131

3232
require (
@@ -45,9 +45,9 @@ require (
4545
github.com/prometheus/procfs v0.7.3 // indirect
4646
github.com/rogpeppe/go-internal v1.9.0 // indirect
4747
github.com/spf13/pflag v1.0.5 // indirect
48-
golang.org/x/text v0.14.0 // indirect
48+
golang.org/x/text v0.23.0 // indirect
4949
google.golang.org/protobuf v1.33.0 // indirect
5050
gopkg.in/yaml.v3 v3.0.1 // indirect
5151
)
5252

53-
go 1.23
53+
go 1.23.0

0 commit comments

Comments
 (0)