9cfbd3b786
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>
9 lines
157 B
Modula-2
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
|
|
)
|