Skip to content

Commit 1b03c47

Browse files
committed
Remove replace directives, update to v0.9.0 dependencies
1 parent 04552fc commit 1b03c47

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

go.mod

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,9 @@ module github.com/absfs/httpfs
33
go 1.23
44

55
require (
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

go.sum

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)