diff --git a/cmd/server/handler.go b/cmd/server/handler.go index 07f1ec7868a..7d15bb16a1c 100644 --- a/cmd/server/handler.go +++ b/cmd/server/handler.go @@ -7,13 +7,15 @@ import ( "context" "crypto/tls" "fmt" - "github.com/ory/x/otelx/semconv" - "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp" "net/http" "strings" "sync" "time" + "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp" + + "github.com/ory/x/otelx/semconv" + "github.com/ory/x/servicelocatorx" "github.com/ory/x/corsx"