Initial commit
Proof-of-concept implementation. Bugs will occur.
This commit is contained in:
30
vendor/modules.txt
vendored
Normal file
30
vendor/modules.txt
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
# github.com/goccy/go-yaml v1.19.2
|
||||
## explicit; go 1.21.0
|
||||
github.com/goccy/go-yaml
|
||||
github.com/goccy/go-yaml/ast
|
||||
github.com/goccy/go-yaml/internal/errors
|
||||
github.com/goccy/go-yaml/internal/format
|
||||
github.com/goccy/go-yaml/lexer
|
||||
github.com/goccy/go-yaml/parser
|
||||
github.com/goccy/go-yaml/printer
|
||||
github.com/goccy/go-yaml/scanner
|
||||
github.com/goccy/go-yaml/token
|
||||
# github.com/hanwen/go-fuse/v2 v2.9.0
|
||||
## explicit; go 1.17
|
||||
github.com/hanwen/go-fuse/v2/fs
|
||||
github.com/hanwen/go-fuse/v2/fuse
|
||||
github.com/hanwen/go-fuse/v2/internal
|
||||
github.com/hanwen/go-fuse/v2/internal/fallocate
|
||||
github.com/hanwen/go-fuse/v2/internal/ioctl
|
||||
github.com/hanwen/go-fuse/v2/internal/openat
|
||||
github.com/hanwen/go-fuse/v2/internal/renameat
|
||||
github.com/hanwen/go-fuse/v2/internal/utimens
|
||||
github.com/hanwen/go-fuse/v2/internal/xattr
|
||||
github.com/hanwen/go-fuse/v2/splice
|
||||
# github.com/sirupsen/logrus v1.9.4
|
||||
## explicit; go 1.17
|
||||
github.com/sirupsen/logrus
|
||||
# golang.org/x/sys v0.28.0
|
||||
## explicit; go 1.18
|
||||
golang.org/x/sys/unix
|
||||
golang.org/x/sys/windows
|
||||
Reference in New Issue
Block a user