-
- Downloads
Merge pull request #176 from vinnyperella/patch-1
No related branches found
No related tags found
... | @@ -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.66 | github.com/miekg/dns v1.1.66 | ||
golang.org/x/net v0.40.0 | golang.org/x/net v0.41.0 | ||
) | ) | ||
require ( | require ( | ||
github.com/felixge/httpsnoop v1.0.4 // indirect | github.com/felixge/httpsnoop v1.0.4 // indirect | ||
golang.org/x/mod v0.24.0 // indirect | golang.org/x/mod v0.25.0 // indirect | ||
golang.org/x/sync v0.14.0 // indirect | golang.org/x/sync v0.15.0 // indirect | ||
golang.org/x/sys v0.33.0 // indirect | golang.org/x/sys v0.33.0 // indirect | ||
golang.org/x/text v0.25.0 // indirect | golang.org/x/text v0.26.0 // indirect | ||
golang.org/x/tools v0.33.0 // indirect | golang.org/x/tools v0.34.0 // indirect | ||
) | ) |
Please register or sign in to comment