From 3d846987e0008ac63fbc97945532ee9d4196a6c8 Mon Sep 17 00:00:00 2001 From: rehanpfmr <111350825+rehanpfmr@users.noreply.github.com> Date: Sat, 7 Sep 2024 21:05:50 +0530 Subject: [PATCH] Update mux.go Signed-off-by: rehanpfmr <111350825+rehanpfmr@users.noreply.github.com> --- instrumentation/github.com/gorilla/mux/otelmux/mux.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/instrumentation/github.com/gorilla/mux/otelmux/mux.go b/instrumentation/github.com/gorilla/mux/otelmux/mux.go index 7baee462191..0e1168ee20e 100644 --- a/instrumentation/github.com/gorilla/mux/otelmux/mux.go +++ b/instrumentation/github.com/gorilla/mux/otelmux/mux.go @@ -4,7 +4,9 @@ package otelmux // import "go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux" import ( + "bufio" "fmt" + "net" "net/http" "sync"