move repository and module imports to new location
This commit is contained in:
@ -6,7 +6,7 @@ import (
|
||||
|
||||
"time"
|
||||
|
||||
"git.ma-al.com/gora_filip/pkg/syslog"
|
||||
"git.ma-al.com/maal-libraries/observer/pkg/syslog"
|
||||
"gopkg.in/Graylog2/go-gelf.v2/gelf"
|
||||
)
|
||||
|
||||
|
@ -4,9 +4,9 @@ import (
|
||||
"context"
|
||||
"sync"
|
||||
|
||||
"git.ma-al.com/gora_filip/pkg/attr"
|
||||
"git.ma-al.com/gora_filip/pkg/level"
|
||||
"git.ma-al.com/gora_filip/pkg/syslog"
|
||||
"git.ma-al.com/maal-libraries/observer/pkg/attr"
|
||||
"git.ma-al.com/maal-libraries/observer/pkg/level"
|
||||
"git.ma-al.com/maal-libraries/observer/pkg/syslog"
|
||||
"go.opentelemetry.io/otel/attribute"
|
||||
"go.opentelemetry.io/otel/sdk/trace"
|
||||
"go.opentelemetry.io/otel/sdk/trace/tracetest"
|
||||
|
Reference in New Issue
Block a user