feat: init commit

This commit is contained in:
2024-08-31 15:12:24 +08:00
parent 131f10d8ba
commit ed021b554e
7 changed files with 276 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module git.hatter.ink/hatter/go-afero-encfs
go 1.23.0
require (
github.com/spf13/afero v1.11.0 // indirect
golang.org/x/text v0.14.0 // indirect
)