diff options
| author | 2026-05-27 06:14:54 +0000 | |
|---|---|---|
| committer | 2026-05-27 06:14:54 +0000 | |
| commit | c1122079bf6ebf1ef0db2ee5048e134c9ee9a850 (patch) | |
| tree | 46ce23f979dfd2a0121aff7c2be03adcad99ac4a /object/fetch/treefs.go | |
| parent | README: Use next's (diff) | |
| signature | No signature | |
Switch package URLs to lindenii.org/go/furgit v0.1.178
Diffstat (limited to 'object/fetch/treefs.go')
| -rw-r--r-- | object/fetch/treefs.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/object/fetch/treefs.go b/object/fetch/treefs.go index 39ea7ad5..c0353fff 100644 --- a/object/fetch/treefs.go +++ b/object/fetch/treefs.go @@ -3,8 +3,8 @@ package fetch import ( "io/fs" - objectid "codeberg.org/lindenii/furgit/object/id" - "codeberg.org/lindenii/furgit/object/tree" + objectid "lindenii.org/go/furgit/object/id" + "lindenii.org/go/furgit/object/tree" ) // TreeFS exposes one Git tree as an fs.FS view backed by a Fetcher. |
