-
- Downloads
chore: upgrade package dependencies
... | ... | @@ -7,14 +7,14 @@ require ( |
github.com/gorilla/handlers v1.5.2 | ||
github.com/infobloxopen/go-trees v0.0.0-20221216143356-66ceba885ebc | ||
github.com/miekg/dns v1.1.61 | ||
golang.org/x/net v0.27.0 | ||
golang.org/x/net v0.28.0 | ||
) | ||
require ( | ||
github.com/felixge/httpsnoop v1.0.4 // indirect | ||
golang.org/x/mod v0.19.0 // indirect | ||
golang.org/x/sync v0.7.0 // indirect | ||
golang.org/x/sys v0.22.0 // indirect | ||
golang.org/x/text v0.16.0 // indirect | ||
golang.org/x/tools v0.22.0 // indirect | ||
golang.org/x/mod v0.20.0 // indirect | ||
golang.org/x/sync v0.8.0 // indirect | ||
golang.org/x/sys v0.24.0 // indirect | ||
golang.org/x/text v0.17.0 // indirect | ||
golang.org/x/tools v0.24.0 // indirect | ||
) |
Please register or sign in to comment