update golang.org/x/net fixes CVE-2023-3978,CVE-2023-39325,CVE-2023-44487 (#855)
Showing
| ... | @@ -39,12 +39,12 @@ require ( | ... | @@ -39,12 +39,12 @@ require ( |
| github.com/twitchyliquid64/golang-asm v0.15.1 // indirect | github.com/twitchyliquid64/golang-asm v0.15.1 // indirect | ||
| github.com/ugorji/go/codec v1.2.11 // indirect | github.com/ugorji/go/codec v1.2.11 // indirect | ||
| golang.org/x/arch v0.3.0 // indirect | golang.org/x/arch v0.3.0 // indirect | ||
| golang.org/x/crypto v0.10.0 | golang.org/x/crypto v0.14.0 | ||
| golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 | golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 | ||
| golang.org/x/net v0.10.0 // indirect | golang.org/x/net v0.17.0 // indirect | ||
| golang.org/x/sys v0.11.0 // indirect | golang.org/x/sys v0.13.0 // indirect | ||
| golang.org/x/term v0.10.0 | golang.org/x/term v0.13.0 | ||
| golang.org/x/text v0.10.0 // indirect | golang.org/x/text v0.13.0 // indirect | ||
| google.golang.org/protobuf v1.30.0 // indirect | google.golang.org/protobuf v1.30.0 // indirect | ||
| gopkg.in/yaml.v3 v3.0.1 // indirect | gopkg.in/yaml.v3 v3.0.1 // indirect | ||
| ) | ) |
Please register or sign in to comment