mirror of
https://github.com/containers/podman.git
synced 2025-08-17 05:09:25 +08:00

As the title says, vendor Buildah v1.10.1 Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
11 lines
334 B
Go
11 lines
334 B
Go
package storage
|
|
|
|
// NOTE: this is a hack to trick go modules into vendoring the below
|
|
// dependencies. Those are required during ffjson generation
|
|
// but do NOT end up in the final file.
|
|
|
|
import (
|
|
_ "github.com/pquerna/ffjson/inception" // nolint:typecheck
|
|
_ "github.com/pquerna/ffjson/shared" // nolint:typecheck
|
|
)
|