Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jul 10, 2023
1 parent ae5a212 commit 4499ffc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cmd/server/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4499ffc

Please sign in to comment.