aboutsummaryrefslogtreecommitdiff
path: root/cmd/receivepack9418
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-25 16:22:03 +0000
committerGravatar Runxi Yu2026-03-25 16:22:03 +0000
commit311edcd50f3a84f4b860bde3cb887451d74eaa11 (patch)
treebe7aa5e9a51e636358f33b1c90637b5024b70dc3 /cmd/receivepack9418
parentREADME: Split off contrib, benchmarks, remove history for now I guess, etc. (diff)
signatureNo signature
network/protocol: Rename from protocol v0.1.110
Diffstat (limited to 'cmd/receivepack9418')
-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 1a5e4837..743811aa 100644
--- a/cmd/receivepack9418/errpkt.go
+++ b/cmd/receivepack9418/errpkt.go
@@ -3,7 +3,7 @@ package main
import (
"io"
- "codeberg.org/lindenii/furgit/protocol/pktline"
+ "codeberg.org/lindenii/furgit/network/protocol/pktline"
)
func writeErrPkt(w io.Writer, message string) {
diff --git a/cmd/receivepack9418/gitproto.go b/cmd/receivepack9418/gitproto.go
index d0d6c707..28c192d4 100644
--- a/cmd/receivepack9418/gitproto.go
+++ b/cmd/receivepack9418/gitproto.go
@@ -4,7 +4,7 @@ import (
"fmt"
"io"
- "codeberg.org/lindenii/furgit/protocol/pktline"
+ "codeberg.org/lindenii/furgit/network/protocol/pktline"
)
func readGitProtoRequest(r io.Reader) (gitProtoRequest, error) {