aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-10 13:28:59 +0800
committerGravatar Runxi Yu2026-03-10 13:28:59 +0800
commitaf08c84539f9353718604988ba27ae3c466860fc (patch)
tree0f1f2536f57af69b55ae06e78efbe26a7a0b3633 /cmd
parentforgejo, github: Update issue templates (diff)
signatureNo signature
*: Move sideband64k and pktline to protocol/
Diffstat (limited to 'cmd')
-rw-r--r--cmd/receivepack9418/errpkt.go2
-rw-r--r--cmd/receivepack9418/gitproto.go2
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) {