mirror of
https://github.com/containers/skopeo.git
synced 2025-09-22 10:27:08 +00:00
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
|
|
)
|