Replace vbom.ml/util with fvbommel/sortorder

The vanity domain is down, and the project has moved
to a new location.

vendor check started failing because of this:

    Collecting initial packages
    Download dependencies
    unrecognized import path "vbom.ml/util" (https fetch: Get https://vbom.ml/util?go-get=1: dial tcp: lookup vbom.ml on 169.254.169.254:53: no such host)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2020-08-28 14:35:09 +02:00
parent ca35f2973a
commit 6703919c71
24 changed files with 29 additions and 29 deletions

View File

@ -10,7 +10,7 @@ import (
"github.com/docker/cli/cli/command/idresolver"
"github.com/docker/cli/cli/config/configfile"
"github.com/docker/docker/api/types/swarm"
"vbom.ml/util/sortorder"
"github.com/fvbommel/sortorder"
)
type tasksSortable []swarm.Task