mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-04 21:09:13 +00:00
16 lines
385 B
Modula-2
Vendored
16 lines
385 B
Modula-2
Vendored
module github.com/diskfs/go-diskfs
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/elliotwutingfeng/asciiset v0.0.0-20230602022725-51bbb787efab
|
|
github.com/go-test/deep v1.0.8
|
|
github.com/google/uuid v1.3.0
|
|
github.com/pierrec/lz4/v4 v4.1.17
|
|
github.com/pkg/xattr v0.4.9
|
|
github.com/sirupsen/logrus v1.9.0
|
|
github.com/ulikunitz/xz v0.5.11
|
|
golang.org/x/sys v0.5.0
|
|
gopkg.in/djherbis/times.v1 v1.3.0
|
|
)
|