grim/convey

f3f0af8f51ad
Replace the vendored govcs with it's new hosted version on sourcehut
package docker
import (
"errors"
)
var (
errDetachRemoved = errors.New("the detach attribute was removed in convey 0.15.0")
errHealthCheckRemoved = errors.New("the healthcheck attribute was removed in convey 0.15.0")
)