Skip to content

Commit bb51985

Browse files
committed
chore: update dependencies
1 parent 705c798 commit bb51985

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

go.mod

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module github.com/golangci/go-printf-func-name
22

3-
go 1.22.0
3+
go 1.23.0
44

5-
require golang.org/x/tools v0.26.0
5+
require golang.org/x/tools v0.31.0
66

77
require (
8-
golang.org/x/mod v0.21.0 // indirect
9-
golang.org/x/sync v0.8.0 // indirect
8+
golang.org/x/mod v0.24.0 // indirect
9+
golang.org/x/sync v0.12.0 // indirect
1010
)

go.sum

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)