-
- Downloads
chore: upgrade dependencies
.golangci.yml
0 → 100644
... | @@ -7,14 +7,14 @@ require ( | ... | @@ -7,14 +7,14 @@ require ( |
github.com/gorilla/handlers v1.5.2 | github.com/gorilla/handlers v1.5.2 | ||
github.com/infobloxopen/go-trees v0.0.0-20221216143356-66ceba885ebc | github.com/infobloxopen/go-trees v0.0.0-20221216143356-66ceba885ebc | ||
github.com/miekg/dns v1.1.63 | github.com/miekg/dns v1.1.63 | ||
golang.org/x/net v0.34.0 | golang.org/x/net v0.35.0 | ||
) | ) | ||
require ( | require ( | ||
github.com/felixge/httpsnoop v1.0.4 // indirect | github.com/felixge/httpsnoop v1.0.4 // indirect | ||
golang.org/x/mod v0.22.0 // indirect | golang.org/x/mod v0.23.0 // indirect | ||
golang.org/x/sync v0.10.0 // indirect | golang.org/x/sync v0.11.0 // indirect | ||
golang.org/x/sys v0.29.0 // indirect | golang.org/x/sys v0.30.0 // indirect | ||
golang.org/x/text v0.21.0 // indirect | golang.org/x/text v0.22.0 // indirect | ||
golang.org/x/tools v0.29.0 // indirect | golang.org/x/tools v0.30.0 // indirect | ||
) | ) |
Please register or sign in to comment