mirror of
https://github.com/containers/podman.git
synced 2026-03-27 19:13:49 -04:00
Replace github.com/docker/docker API imports with github.com/moby/moby across compat handlers, swagger models, and tests to align with upstream type definitions. Fixes: #27536. Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
7 lines
255 B
Go
7 lines
255 B
Go
package compat
|
|
|
|
// We import `moby/moby/api` here to pull-in vendor/github.com/moby/moby/api/swagger.yaml.
|
|
// It is used by our tests and without using it from some .go file, the `go mod vendor`
|
|
// will not pull it in.
|
|
import _ "github.com/moby/moby/api"
|