@@ -17,7 +17,7 @@ require (
17
17
github.com/golangci/golangci-lint/v2 v2.4.0
18
18
github.com/psampaz/go-mod-outdated v0.9.0
19
19
golang.org/x/tools v0.36.0
20
- mvdan.cc/gofumpt v0.8.0
20
+ mvdan.cc/gofumpt v0.9.1
21
21
)
22
22
23
23
require (
@@ -67,7 +67,7 @@ require (
67
67
github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd // indirect
68
68
github.com/charmbracelet/x/term v0.2.1 // indirect
69
69
github.com/ckaznocha/intrange v0.3.1 // indirect
70
- github.com/coder/websocket v1.8.13 // indirect
70
+ github.com/coder/websocket v1.8.14 // indirect
71
71
github.com/curioswitch/go-reassign v0.3.0 // indirect
72
72
github.com/daixiang0/gci v0.13.7 // indirect
73
73
github.com/dave/dst v0.27.3 // indirect
@@ -240,7 +240,7 @@ require (
240
240
golang.org/x/sync v0.16.0 // indirect
241
241
golang.org/x/sys v0.35.0 // indirect
242
242
golang.org/x/text v0.27.0 // indirect
243
- google.golang.org/protobuf v1.36.7 // indirect
243
+ google.golang.org/protobuf v1.36.8 // indirect
244
244
gopkg.in/ini.v1 v1.67.0 // indirect
245
245
gopkg.in/yaml.v2 v2.4.0 // indirect
246
246
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments