diff --git a/components/serverless/internal/logging/logger/logger.go b/components/serverless/internal/logging/logger/logger.go index 133df196f..395cf937d 100644 --- a/components/serverless/internal/logging/logger/logger.go +++ b/components/serverless/internal/logging/logger/logger.go @@ -7,7 +7,7 @@ import ( "github.com/pkg/errors" "github.com/go-logr/zapr" - "github.com/kyma-project/kyma/common/logging/tracing" + "github.com/kyma-project/serverless/components/serverless/internal/logging/tracing" "go.uber.org/zap" "go.uber.org/zap/zapcore" "k8s.io/klog/v2" diff --git a/components/serverless/internal/logging/tracing/helper_test.go b/components/serverless/internal/logging/tracing/helper_test.go index 991cae28e..40de9999b 100644 --- a/components/serverless/internal/logging/tracing/helper_test.go +++ b/components/serverless/internal/logging/tracing/helper_test.go @@ -4,7 +4,7 @@ import ( "context" "testing" - "github.com/kyma-project/kyma/common/logging/tracing" + "github.com/kyma-project/serverless/components/serverless/internal/logging/tracing" "github.com/bmizerany/assert" ) diff --git a/components/serverless/internal/logging/tracing/middleware_test.go b/components/serverless/internal/logging/tracing/middleware_test.go index ed6bad635..24a4b6a0d 100644 --- a/components/serverless/internal/logging/tracing/middleware_test.go +++ b/components/serverless/internal/logging/tracing/middleware_test.go @@ -5,7 +5,7 @@ import ( "net/http/httptest" "testing" - "github.com/kyma-project/kyma/common/logging/tracing" + "github.com/kyma-project/serverless/components/serverless/internal/logging/tracing" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" diff --git a/go.mod b/go.mod index cb38e3c2a..f47ca038f 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,6 @@ require ( github.com/google/uuid v1.6.0 github.com/hashicorp/errwrap v1.1.0 github.com/hashicorp/go-multierror v1.1.1 - github.com/kyma-project/kyma/common/logging v0.0.0-20221208072023-1c1502074930 github.com/libgit2/git2go/v34 v34.0.0 github.com/onsi/ginkgo/v2 v2.15.0 github.com/onsi/gomega v1.31.1 diff --git a/go.sum b/go.sum index 21a2c7a3f..e7f2e2af3 100644 --- a/go.sum +++ b/go.sum @@ -1062,8 +1062,6 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= -github.com/kyma-project/kyma/common/logging v0.0.0-20221208072023-1c1502074930 h1:lX7bKUOWIGBVqvHmbGbEwYhprZJHICPqj0BCImDc6fM= -github.com/kyma-project/kyma/common/logging v0.0.0-20221208072023-1c1502074930/go.mod h1:JGb5RBi8Uz+RZ/jf54+qA+RqY6uPQBJ8pO1w3KSwm1Q= github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 h1:SOEGU9fKiNWd/HOJuq6+3iTQz8KNCLtVX6idSoTLdUw= github.com/lann/builder v0.0.0-20180802200727-47ae307949d0/go.mod h1:dXGbAdH5GtBTC4WfIxhKZfyBF/HBFgRZSWwZ9g/He9o= github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 h1:P6pPBnrTSX3DEVR4fDembhRWSsG5rVo6hYhAB/ADZrk=