Update specs imports for specs-go
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
2db0341e38
commit
e637c1ea80
7 changed files with 12 additions and 13 deletions
|
@ -1,9 +1,8 @@
|
|||
package specs
|
||||
|
||||
import ocs "github.com/opencontainers/specs"
|
||||
import ocs "github.com/opencontainers/specs/specs-go"
|
||||
|
||||
type (
|
||||
PlatformSpec ocs.LinuxSpec
|
||||
ProcessSpec ocs.Process
|
||||
Spec ocs.Spec
|
||||
ProcessSpec ocs.Process
|
||||
Spec ocs.Spec
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue