mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-17 02:57:11 +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
|
@ -6,7 +6,7 @@ import (
|
|||
"net/http/httptest"
|
||||
"testing"
|
||||
|
||||
"github.com/pomerium/pomerium/internal/telemetry/requestid"
|
||||
"github.com/pomerium/pomerium/pkg/telemetry/requestid"
|
||||
)
|
||||
|
||||
func TestDefaultClient(t *testing.T) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue