Skip to content

Commit 2c89afb

Browse files
iapershinalexey-igrychev
authored andcommitted
to pkg
Signed-off-by: Yaroslav Pershin <62902094+iapershin@users.noreply.github.com>
1 parent d8fd9a5 commit 2c89afb

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

client/cmd/trdl/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"github.com/spf13/cobra"
99

1010
"github.com/werf/trdl/client/cmd/trdl/command"
11-
"github.com/werf/trdl/client/internal/logger"
11+
"github.com/werf/trdl/client/pkg/logger"
1212
)
1313

1414
var (

client/pkg/tuf/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212

1313
"github.com/werf/lockgate"
1414
"github.com/werf/lockgate/pkg/file_locker"
15-
"github.com/werf/trdl/client/internal/logger"
15+
"github.com/werf/trdl/client/pkg/logger"
1616
"github.com/werf/trdl/client/pkg/util"
1717
)
1818

client/pkg/tuf/trace.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"net/http/httptrace"
66
"time"
77

8-
"github.com/werf/trdl/client/internal/logger"
8+
"github.com/werf/trdl/client/pkg/logger"
99
)
1010

1111
type TracingTransport struct {

0 commit comments

Comments
 (0)