mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-03 11:04:29 +00:00
16 lines
552 B
Modula-2
16 lines
552 B
Modula-2
module github.com/linuxkit/linuxkit/pkg/metadata
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/diskfs/go-diskfs v1.1.1
|
|
github.com/packethost/packngo v0.1.0
|
|
github.com/sirupsen/logrus v1.0.3
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
github.com/vishvananda/netlink v0.0.0-20170808154308-f5a6f697a596
|
|
github.com/vishvananda/netns v0.0.0-20170707011535-86bef332bfc3 // indirect
|
|
golang.org/x/crypto v0.0.0-20180515001509-1a580b3eff78 // indirect
|
|
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
|
|
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
|
|
)
|