mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-12 08:37:38 +02:00
core/telemetry: move requestid to pkg directory (#4911)
This commit is contained in:
parent
803baeb9e1
commit
4301da3648
18 changed files with 13 additions and 13 deletions
|
@ -12,7 +12,7 @@ import (
|
|||
"github.com/google/go-cmp/cmp"
|
||||
"github.com/rs/zerolog"
|
||||
|
||||
"github.com/pomerium/pomerium/internal/telemetry/requestid"
|
||||
"github.com/pomerium/pomerium/pkg/telemetry/requestid"
|
||||
)
|
||||
|
||||
func decodeIfBinary(out fmt.Stringer) string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue