diff options
| author | 2026-03-10 13:28:59 +0800 | |
|---|---|---|
| committer | 2026-03-10 13:28:59 +0800 | |
| commit | af08c84539f9353718604988ba27ae3c466860fc (patch) | |
| tree | 0f1f2536f57af69b55ae06e78efbe26a7a0b3633 /cmd | |
| parent | forgejo, github: Update issue templates (diff) | |
| signature | No signature | |
*: Move sideband64k and pktline to protocol/
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/receivepack9418/errpkt.go | 2 | ||||
| -rw-r--r-- | cmd/receivepack9418/gitproto.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cmd/receivepack9418/errpkt.go b/cmd/receivepack9418/errpkt.go index 379c3cb2..1a5e4837 100644 --- a/cmd/receivepack9418/errpkt.go +++ b/cmd/receivepack9418/errpkt.go @@ -3,7 +3,7 @@ package main import ( "io" - "codeberg.org/lindenii/furgit/format/pktline" + "codeberg.org/lindenii/furgit/protocol/pktline" ) func writeErrPkt(w io.Writer, message string) { diff --git a/cmd/receivepack9418/gitproto.go b/cmd/receivepack9418/gitproto.go index 609f2c12..d0d6c707 100644 --- a/cmd/receivepack9418/gitproto.go +++ b/cmd/receivepack9418/gitproto.go @@ -4,7 +4,7 @@ import ( "fmt" "io" - "codeberg.org/lindenii/furgit/format/pktline" + "codeberg.org/lindenii/furgit/protocol/pktline" ) func readGitProtoRequest(r io.Reader) (gitProtoRequest, error) { |
