mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
23 lines
780 B
Modula-2
23 lines
780 B
Modula-2
module github.com/linuxkit/linuxkit/pkg/metadata
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/diskfs/go-diskfs v1.3.1-0.20230612151643-22d22fd7e558
|
|
github.com/packethost/packngo v0.1.0
|
|
github.com/sirupsen/logrus v1.9.0
|
|
github.com/vishvananda/netlink v0.0.0-20170808154308-f5a6f697a596
|
|
github.com/vmware/vmw-guestinfo v0.0.0-20220317130741-510905f0efa3
|
|
)
|
|
|
|
require (
|
|
github.com/elliotwutingfeng/asciiset v0.0.0-20230602022725-51bbb787efab // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/pierrec/lz4/v4 v4.1.17 // indirect
|
|
github.com/pkg/xattr v0.4.9 // indirect
|
|
github.com/ulikunitz/xz v0.5.11 // indirect
|
|
github.com/vishvananda/netns v0.0.0-20170707011535-86bef332bfc3 // indirect
|
|
golang.org/x/sys v0.5.0 // indirect
|
|
gopkg.in/djherbis/times.v1 v1.3.0 // indirect
|
|
)
|