Bump mergo to v1.0.0 with new module URL (#2403)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
Chongyi Zheng
2024-07-24 06:12:40 -04:00
committed by GitHub
parent 2feff3f193
commit a62063b73f
3 changed files with 2 additions and 5 deletions

View File

@@ -16,6 +16,7 @@ import (
"strconv"
"strings"
"dario.cat/mergo"
"github.com/Masterminds/semver"
"github.com/docker/cli/cli/connhelper"
"github.com/docker/docker/api/types"
@@ -28,7 +29,6 @@ import (
"github.com/go-git/go-billy/v5/helper/polyfill"
"github.com/go-git/go-billy/v5/osfs"
"github.com/go-git/go-git/v5/plumbing/format/gitignore"
"github.com/imdario/mergo"
"github.com/joho/godotenv"
"github.com/kballard/go-shellquote"
specs "github.com/opencontainers/image-spec/specs-go/v1"