We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0d106 commit 88f2ac3Copy full SHA for 88f2ac3
go.mod
@@ -1,5 +1,5 @@
1
module github.com/golangci/plugin-module-register
2
3
-go 1.21
+go 1.23.0
4
5
-require golang.org/x/tools v0.18.0
+require golang.org/x/tools v0.32.0
go.sum
@@ -1,2 +1,2 @@
-golang.org/x/tools v0.18.0 h1:k8NLag8AGHnn+PHbl7g43CtqZAwG60vZkLqgyZgIHgQ=
-golang.org/x/tools v0.18.0/go.mod h1:GL7B4CwcLLeo59yx/9UWWuNOW1n3VZ4f5axWfML7Lcg=
+golang.org/x/tools v0.32.0 h1:Q7N1vhpkQv7ybVzLFtTjvQya2ewbwNDZzUgfXGqtMWU=
+golang.org/x/tools v0.32.0/go.mod h1:ZxrU41P/wAbZD8EDa6dDCa6XfpkhJ7HFMjHJXfBDu8s=
0 commit comments