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 120f1b1 commit 993c88eCopy full SHA for 993c88e
tools/go.mod
@@ -13,11 +13,11 @@ require (
13
)
14
15
require (
16
- github.com/evanw/esbuild v0.25.10
17
- github.com/golangci/golangci-lint/v2 v2.5.0
+ github.com/evanw/esbuild v0.27.0
+ github.com/golangci/golangci-lint/v2 v2.6.2
18
github.com/psampaz/go-mod-outdated v0.9.0
19
- golang.org/x/tools v0.38.0
20
- mvdan.cc/gofumpt v0.9.1
+ golang.org/x/tools v0.39.0
+ mvdan.cc/gofumpt v0.9.2
21
22
23
0 commit comments