move repository and module imports to new location

This commit is contained in:
2024-05-20 08:20:13 +02:00
parent 076196c03e
commit 77ab12c3ac
14 changed files with 26 additions and 32 deletions

View File

@ -1,8 +1,8 @@
package layer_attr
import (
"git.ma-al.com/gora_filip/pkg/attr"
"git.ma-al.com/gora_filip/pkg/level"
"git.ma-al.com/maal-libraries/observer/pkg/attr"
"git.ma-al.com/maal-libraries/observer/pkg/level"
"go.opentelemetry.io/otel/attribute"
"go.opentelemetry.io/otel/trace"
)