Skip to content

Commit

Permalink
Merge pull request docker#5711 from thaJeztah/bump_engine_step1
Browse files Browse the repository at this point in the history
vendor: github.com/docker/docker a72026acbbdf (master, v28.0.0-dev)
  • Loading branch information
thaJeztah authored Dec 23, 2024
2 parents 1a9d191 + c8c47b1 commit 3b49deb
Show file tree
Hide file tree
Showing 19 changed files with 8 additions and 416 deletions.
2 changes: 2 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ linters-settings:
desc: Use github.com/moby/sys/userns instead.
- pkg: "github.com/containerd/containerd/platforms"
desc: The containerd platforms package was migrated to a separate module. Use github.com/containerd/platforms instead.
- pkg: "github.com/docker/docker/pkg/system"
desc: This package should not be used unless strictly necessary.
- pkg: "io/ioutil"
desc: The io/ioutil package has been deprecated, see https://go.dev/doc/go1.16#ioutil
gocyclo:
Expand Down
2 changes: 1 addition & 1 deletion vendor.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/distribution/reference v0.6.0
github.com/docker/cli-docs-tool v0.8.0
github.com/docker/distribution v2.8.3+incompatible
github.com/docker/docker v27.0.2-0.20241220121230-ad6929339acd+incompatible // master (v-next)
github.com/docker/docker v27.0.2-0.20241223115700-a72026acbbdf+incompatible // master (v-next)
github.com/docker/docker-credential-helpers v0.8.2
github.com/docker/go-connections v0.5.0
github.com/docker/go-units v0.5.0
Expand Down
4 changes: 2 additions & 2 deletions vendor.sum
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ github.com/docker/cli-docs-tool v0.8.0/go.mod h1:8TQQ3E7mOXoYUs811LiPdUnAhXrcVsB
github.com/docker/distribution v2.7.1+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=
github.com/docker/distribution v2.8.3+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
github.com/docker/docker v27.0.2-0.20241220121230-ad6929339acd+incompatible h1:sQ4Qsqxsm87Q30YfleVm/Sb/Glf9VoQn+5g6Vl5XLXo=
github.com/docker/docker v27.0.2-0.20241220121230-ad6929339acd+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker v27.0.2-0.20241223115700-a72026acbbdf+incompatible h1:FOlr2DkAdfOdGc3O8YjP27v2XzFGIrYmwtORXMbbxJI=
github.com/docker/docker v27.0.2-0.20241223115700-a72026acbbdf+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker-credential-helpers v0.8.2 h1:bX3YxiGzFP5sOXWc3bTPEXdEaZSeVMrFgOr3T+zrFAo=
github.com/docker/docker-credential-helpers v0.8.2/go.mod h1:P3ci7E3lwkZg6XiHdRKft1KckHiO9a2rNtyFbZ/ry9M=
github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c h1:lzqkGL9b3znc+ZUgi7FlLnqjQhcXxkNM/quxIjBVMD0=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 0 additions & 16 deletions vendor/github.com/docker/docker/pkg/system/args_windows.go

This file was deleted.

48 changes: 0 additions & 48 deletions vendor/github.com/docker/docker/pkg/system/chtimes.go

This file was deleted.

14 changes: 0 additions & 14 deletions vendor/github.com/docker/docker/pkg/system/chtimes_nowindows.go

This file was deleted.

25 changes: 0 additions & 25 deletions vendor/github.com/docker/docker/pkg/system/chtimes_windows.go

This file was deleted.

6 changes: 0 additions & 6 deletions vendor/github.com/docker/docker/pkg/system/errors.go

This file was deleted.

19 changes: 0 additions & 19 deletions vendor/github.com/docker/docker/pkg/system/filesys.go

This file was deleted.

16 changes: 0 additions & 16 deletions vendor/github.com/docker/docker/pkg/system/filesys_unix.go

This file was deleted.

135 changes: 0 additions & 135 deletions vendor/github.com/docker/docker/pkg/system/filesys_windows.go

This file was deleted.

16 changes: 0 additions & 16 deletions vendor/github.com/docker/docker/pkg/system/init_windows.go

This file was deleted.

24 changes: 0 additions & 24 deletions vendor/github.com/docker/docker/pkg/system/utimes_unix.go

This file was deleted.

10 changes: 0 additions & 10 deletions vendor/github.com/docker/docker/pkg/system/utimes_unsupported.go

This file was deleted.

Loading

0 comments on commit 3b49deb

Please sign in to comment.