aboutsummaryrefslogtreecommitdiff
path: root/forged/internal/git2c/client.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-04-06 10:13:50 +0800
committerRunxi Yu <me@runxiyu.org>2025-04-06 10:13:50 +0800
commit1b2e3c0cd0ca1bdf4cad031a0132ae6e802c2c95 (patch)
treefe8641dacb28b8223b989d6385504e153cbd6d64 /forged/internal/git2c/client.go
parentAdd the Apache license (diff)
downloadforge-1b2e3c0cd0ca1bdf4cad031a0132ae6e802c2c95.tar.gz
forge-1b2e3c0cd0ca1bdf4cad031a0132ae6e802c2c95.tar.zst
forge-1b2e3c0cd0ca1bdf4cad031a0132ae6e802c2c95.zip
Import BARE
Diffstat (limited to 'forged/internal/git2c/client.go')
-rw-r--r--forged/internal/git2c/client.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/forged/internal/git2c/client.go b/forged/internal/git2c/client.go
index 82454d1..ed9390c 100644
--- a/forged/internal/git2c/client.go
+++ b/forged/internal/git2c/client.go
@@ -8,7 +8,7 @@ import (
"fmt"
"net"
- "git.sr.ht/~sircmpwn/go-bare"
+ "go.lindenii.runxiyu.org/forge/forged/internal/bare"
)
// Client represents a connection to the git2d backend daemon.