File tree Expand file tree Collapse file tree 2 files changed +4
-14
lines changed
Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,9 @@ module github.com/absfs/httpfs
33go 1.23
44
55require (
6- github.com/absfs/absfs v0.0.0-20251208232938-aa0ca30de832
7- github.com/absfs/fstesting v0.0.0-20251207022242-d748a85c4a1e
8- github.com/absfs/memfs v0.0.0-20251208230836-c6633f45580a
6+ github.com/absfs/absfs v0.9.0
7+ github.com/absfs/fstesting v0.9.0
8+ github.com/absfs/memfs v0.9.0
99)
1010
11- require github.com/absfs/inode v0.0.2-0.20251124215006-bac3fa8943ab // indirect
12-
13- replace (
14- github.com/absfs/absfs => ../absfs
15- github.com/absfs/fstesting => ../fstesting
16- github.com/absfs/fstools => ../fstools
17- github.com/absfs/inode => ../inode
18- github.com/absfs/memfs => ../memfs
19- )
11+ require github.com/absfs/inode v0.9.0 // indirect
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments