Update to c/image v4.0.1

Update to use the correct c/image/v4 import path, work originally from
https://github.com/containers/skopeo/pull/733 by Valentin Rothberg <rothberg@redhat.com>.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
Valentin Rothberg
2019-10-02 10:24:06 +02:00
committed by Miloslav Trmač
parent 881edbf122
commit 7922028d7c
323 changed files with 6754 additions and 2326 deletions

View File

@@ -1,3 +1,5 @@
// +build linux,cgo
package devmapper
import (

View File

@@ -1,4 +1,4 @@
// +build linux
// +build linux,cgo
package devmapper

View File

@@ -1,3 +1,5 @@
// +build linux,cgo
package devmapper
// Definition of struct dm_task and sub structures (from lvm2)

View File

@@ -1,4 +1,4 @@
// +build linux
// +build linux,cgo
package devmapper

View File

@@ -1,4 +1,4 @@
// +build linux
// +build linux,cgo
package devmapper