diff options
| author | 2026-03-10 13:28:59 +0800 | |
|---|---|---|
| committer | 2026-03-10 13:28:59 +0800 | |
| commit | af08c84539f9353718604988ba27ae3c466860fc (patch) | |
| tree | 0f1f2536f57af69b55ae06e78efbe26a7a0b3633 /cmd/receivepack9418/gitproto.go | |
| parent | forgejo, github: Update issue templates (diff) | |
| signature | No signature | |
*: Move sideband64k and pktline to protocol/
Diffstat (limited to 'cmd/receivepack9418/gitproto.go')
| -rw-r--r-- | cmd/receivepack9418/gitproto.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
