Skip to content

Commit 226d25b

Browse files
authored
Merge pull request #931 from aymanbagabas/trace-utils
utils: move trace to utils
2 parents 63b586b + c62aa3e commit 226d25b

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

plumbing/format/pktline/encoder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"fmt"
99
"io"
1010

11-
"github.com/go-git/go-git/v5/internal/trace"
11+
"github.com/go-git/go-git/v5/utils/trace"
1212
)
1313

1414
// An Encoder writes pkt-lines to an output stream.

plumbing/format/pktline/scanner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"errors"
55
"io"
66

7-
"github.com/go-git/go-git/v5/internal/trace"
7+
"github.com/go-git/go-git/v5/utils/trace"
88
)
99

1010
const (
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)