From f687ba0d82bde947b7fec0b85cfcc4dedf36ac5f Mon Sep 17 00:00:00 2001 From: Tobias Gesellchen Date: Mon, 16 Feb 2026 12:45:04 +0100 Subject: [PATCH] go mod tidy --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 571eae8..4226db0 100644 --- a/go.mod +++ b/go.mod @@ -6,6 +6,7 @@ require ( github.com/go-chi/chi/v5 v5.2.5 github.com/gorilla/websocket v1.5.3 github.com/hashicorp/mdns v1.0.6 + github.com/miekg/dns v1.1.72 github.com/russross/blackfriday/v2 v2.1.0 github.com/urfave/cli/v2 v2.27.7 golang.org/x/crypto v0.48.0 @@ -13,7 +14,6 @@ require ( require ( github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect - github.com/miekg/dns v1.1.72 // indirect github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect golang.org/x/mod v0.33.0 // indirect golang.org/x/net v0.50.0 // indirect