mirror of
https://github.com/xiaoqidun/symfs.git
synced 2026-09-23 08:44:48 +08:00
9 lines
118 B
AMPL
9 lines
118 B
AMPL
module github.com/xiaoqidun/symfs
|
|
|
|
go 1.26.0
|
|
|
|
require (
|
|
github.com/winfsp/cgofuse v1.6.0
|
|
golang.org/x/sys v0.48.0
|
|
)
|