mirror of
https://github.com/nais/wonderwall.git
synced 2026-05-06 00:17:27 +00:00
style: formatting
This commit is contained in:
@@ -3,7 +3,6 @@ package main
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"github.com/nais/wonderwall/pkg/otel"
|
||||
|
||||
log "github.com/sirupsen/logrus"
|
||||
_ "go.uber.org/automaxprocs"
|
||||
@@ -15,6 +14,7 @@ import (
|
||||
"github.com/nais/wonderwall/pkg/metrics"
|
||||
openidconfig "github.com/nais/wonderwall/pkg/openid/config"
|
||||
"github.com/nais/wonderwall/pkg/openid/provider"
|
||||
"github.com/nais/wonderwall/pkg/otel"
|
||||
"github.com/nais/wonderwall/pkg/router"
|
||||
"github.com/nais/wonderwall/pkg/server"
|
||||
)
|
||||
|
||||
@@ -3,9 +3,10 @@ package otel
|
||||
import (
|
||||
"context"
|
||||
"errors"
|
||||
"github.com/nais/wonderwall/pkg/config"
|
||||
"time"
|
||||
|
||||
"github.com/nais/wonderwall/pkg/config"
|
||||
|
||||
"go.opentelemetry.io/otel"
|
||||
"go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc"
|
||||
"go.opentelemetry.io/otel/propagation"
|
||||
|
||||
Reference in New Issue
Block a user