all: update several golang.org/x packages (#10436)
Showing
| ... | ... | @@ -11,7 +11,7 @@ require ( |
| github.com/spf13/cobra v1.7.0 | ||
| github.com/stretchr/testify v1.9.0 | ||
| github.com/x448/float16 v0.8.4 | ||
| golang.org/x/sync v0.11.0 | ||
| golang.org/x/sync v0.12.0 | ||
| ) | ||
| require ( | ||
| ... | ... | @@ -70,12 +70,12 @@ require ( |
| github.com/twitchyliquid64/golang-asm v0.15.1 // indirect | ||
| github.com/ugorji/go/codec v1.2.12 // indirect | ||
| golang.org/x/arch v0.8.0 // indirect | ||
| golang.org/x/crypto v0.33.0 | ||
| golang.org/x/crypto v0.36.0 | ||
| golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa | ||
| golang.org/x/net v0.35.0 // indirect | ||
| golang.org/x/sys v0.30.0 | ||
| golang.org/x/term v0.29.0 | ||
| golang.org/x/text v0.22.0 | ||
| golang.org/x/net v0.38.0 // indirect | ||
| golang.org/x/sys v0.31.0 | ||
| golang.org/x/term v0.30.0 | ||
| golang.org/x/text v0.23.0 | ||
| google.golang.org/protobuf v1.34.1 | ||
| gopkg.in/yaml.v3 v3.0.1 // indirect | ||
| ) |
Please register or sign in to comment