Arthur de Kerhor 9cfbd3b786 misc: bug fixes and improvements for stats Fuse fs
Added syslogs
Added support for symlinks
Relocated make commands in a local Makefile
Dumping stats on index instead of paths
Updated README
Added go.mod and go.sum with relevant dependencies for the module

Type: fix
Change-Id: I2c91317939b2f4d765771ab7038372ae27d3109d
Signed-off-by: Arthur de Kerhor <arthurdekerhor@gmail.com>
2021-06-03 07:25:04 +00:00

9 lines
157 B
Modula-2

module stats_fs
go 1.16
require (
git.fd.io/govpp.git v0.3.6-0.20210601140839-da95997338b7 // indirect
github.com/hanwen/go-fuse/v2 v2.1.0 // indirect
)