File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
1414 "strings"
1515 "testing"
1616
17- "github.com/containers/buildah/tests/testreport/types"
17+ types "github.com/containers/buildah/tests/testreport/types"
1818 "github.com/containers/buildah/util"
1919 specs "github.com/opencontainers/runtime-spec/specs-go"
2020 "github.com/opencontainers/runtime-tools/generate"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
1414 "path/filepath"
1515 "strings"
1616
17- "github.com/containers/buildah/internal/mkcw/types"
17+ types "github.com/containers/buildah/internal/mkcw/types"
1818 "github.com/sirupsen/logrus"
1919 "go.podman.io/storage/pkg/fileutils"
2020)
Original file line number Diff line number Diff line change 1- package types
1+ package mkcwtypes
22
33// RegistrationRequest is the body of the request which we use for registering
44// this confidential workload with the attestation server.
Original file line number Diff line number Diff line change 1- package types
1+ package mkcwtypes
22
33import "github.com/containers/buildah/define"
44
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010 "os"
1111
1212 "github.com/containers/buildah/define"
13- "github.com/containers/buildah/internal/mkcw/types"
13+ types "github.com/containers/buildah/internal/mkcw/types"
1414)
1515
1616type (
Original file line number Diff line number Diff line change 1- package util
1+ package internalutil
22
33import (
44 "fmt"
Original file line number Diff line number Diff line change 1- package util
1+ package internalutil
22
33import (
44 "testing"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111 "strings"
1212 "syscall"
1313
14- "github.com/containers/buildah/tests/testreport/types"
14+ types "github.com/containers/buildah/tests/testreport/types"
1515 "github.com/moby/sys/capability"
1616 "github.com/opencontainers/runtime-spec/specs-go"
1717 "github.com/sirupsen/logrus"
Original file line number Diff line number Diff line change 1- package types
1+ package testreporttypes
22
33import (
44 "github.com/opencontainers/runtime-spec/specs-go"
You can’t perform that action at this time.
0 commit comments