mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
cmd: Use github.com/rn/iso9660wrap for metadata
The repository was moved... Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
72f68d8340
commit
309ae23c2e
@ -6,7 +6,7 @@ import (
|
||||
"path/filepath"
|
||||
|
||||
log "github.com/Sirupsen/logrus"
|
||||
"github.com/rneugeba/iso9660wrap"
|
||||
"github.com/rn/iso9660wrap"
|
||||
)
|
||||
|
||||
// WriteMetadataISO writes a metadata ISO file in a format usable by pkg/metadata
|
||||
|
Loading…
Reference in New Issue
Block a user