-
- Downloads
Update module golang.org/x/net to v0.15.0
... | ... | @@ -9,8 +9,8 @@ require ( |
github.com/google/subcommands v1.2.0 | ||
github.com/miekg/dns v1.1.50 | ||
github.com/prometheus/client_golang v1.11.0 | ||
golang.org/x/net v0.5.0 | ||
golang.org/x/text v0.6.0 | ||
golang.org/x/net v0.15.0 | ||
golang.org/x/text v0.13.0 | ||
mvdan.cc/xurls/v2 v2.4.0 | ||
) | ||
... | ... | @@ -22,8 +22,8 @@ require ( |
github.com/prometheus/client_model v0.2.0 // indirect | ||
github.com/prometheus/common v0.26.0 // indirect | ||
github.com/prometheus/procfs v0.6.0 // indirect | ||
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect | ||
golang.org/x/sys v0.4.0 // indirect | ||
golang.org/x/tools v0.1.12 // indirect | ||
golang.org/x/mod v0.8.0 // indirect | ||
golang.org/x/sys v0.12.0 // indirect | ||
golang.org/x/tools v0.6.0 // indirect | ||
google.golang.org/protobuf v1.26.0-rc.1 // indirect | ||
) |
Please register or sign in to comment