initial commit

This commit is contained in:
ston1th 2022-03-13 18:49:27 +01:00
commit 3053f89410
39 changed files with 4567 additions and 0 deletions

8
go.mod Normal file
View file

@ -0,0 +1,8 @@
module cachefs
go 1.17
require (
github.com/go-logr/logr v1.2.2
k8s.io/klog/v2 v2.40.1
)