initial commit
This commit is contained in:
commit
3053f89410
39 changed files with 4567 additions and 0 deletions
8
go.mod
Normal file
8
go.mod
Normal 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
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue