mirror of
https://github.com/xiaoqidun/symfs.git
synced 2026-07-04 19:59:52 +08:00
9 lines
118 B
AMPL
9 lines
118 B
AMPL
module github.com/xiaoqidun/symfs
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/winfsp/cgofuse v1.6.0
|
|
golang.org/x/sys v0.46.0
|
|
)
|