"vscode:/vscode.git/clone" did not exist on "32f3d7befb906ddc2563e43dda1ad04703272f49"
update golang.org/x dependencies (#8172)
Showing
| ... | ... | @@ -12,7 +12,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.9.0 | ||
| golang.org/x/sync v0.10.0 | ||
| ) | ||
| require ( | ||
| ... | ... | @@ -68,12 +68,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.23.0 | ||
| golang.org/x/crypto v0.31.0 | ||
| golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa | ||
| golang.org/x/net v0.25.0 // indirect | ||
| golang.org/x/sys v0.20.0 | ||
| golang.org/x/term v0.20.0 | ||
| golang.org/x/text v0.20.0 | ||
| golang.org/x/sys v0.28.0 | ||
| golang.org/x/term v0.27.0 | ||
| golang.org/x/text v0.21.0 | ||
| google.golang.org/protobuf v1.34.1 | ||
| gopkg.in/yaml.v3 v3.0.1 // indirect | ||
| ) |
Please register or sign in to comment