Chore: Update golang.org/x/ and do not omitempty Items (#105371)

* deps and omitempty Items

* update apis
This commit is contained in:
Ryan McKinley
2025-05-14 14:31:45 +03:00
committed by GitHub
parent 99c9a47a7a
commit 441fa18590
88 changed files with 436 additions and 357 deletions
+3 -3
View File
@@ -9,7 +9,7 @@ require (
github.com/grafana/cog v0.0.28
github.com/grafana/cuetsy v0.1.11
github.com/matryer/is v1.4.1
golang.org/x/tools v0.32.0
golang.org/x/tools v0.33.0
)
require (
@@ -46,9 +46,9 @@ require (
github.com/xlab/treeprint v1.2.0 // indirect
github.com/yalue/merged_fs v1.3.0 // indirect
golang.org/x/mod v0.24.0 // indirect
golang.org/x/net v0.39.0 // indirect
golang.org/x/net v0.40.0 // indirect
golang.org/x/sync v0.14.0 // indirect
golang.org/x/text v0.24.0 // indirect
golang.org/x/text v0.25.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)