mirror of
https://codeberg.org/crowci/crow.git
synced 2025-04-18 04:44:01 +03:00
chore(deps): update module github.com/moby/moby to v28 (#162)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/moby/moby](https://github.com/moby/moby) | require | major | `v27.5.1+incompatible` -> `v28.0.4+incompatible` | --- ### Release Notes <details> <summary>moby/moby (github.com/moby/moby)</summary> ### [`v28.0.4+incompatible`](https://github.com/moby/moby/compare/v28.0.3...v28.0.4) [Compare Source](https://github.com/moby/moby/compare/v28.0.3...v28.0.4) ### [`v28.0.3+incompatible`](https://github.com/moby/moby/compare/v28.0.2...v28.0.3) [Compare Source](https://github.com/moby/moby/compare/v28.0.2...v28.0.3) ### [`v28.0.2+incompatible`](https://github.com/moby/moby/compare/v28.0.1...v28.0.2) [Compare Source](https://github.com/moby/moby/compare/v28.0.1...v28.0.2) ### [`v28.0.1+incompatible`](https://github.com/moby/moby/compare/v28.0.0...v28.0.1) [Compare Source](https://github.com/moby/moby/compare/v28.0.0...v28.0.1) ### [`v28.0.0+incompatible`](https://github.com/moby/moby/compare/v27.5.1...v28.0.0) [Compare Source](https://github.com/moby/moby/compare/v27.5.1...v28.0.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* * * * 0,6" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMiIsInVwZGF0ZWRJblZlciI6IjM5LjI0MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmN5IPCfk6bvuI8iXX0=--> Co-authored-by: pat-s <patrick.schratz@gmail.com> Reviewed-on: https://codeberg.org/crowci/crow/pulls/162 Co-authored-by: crowci-bot <admin@crowci.dev> Co-committed-by: crowci-bot <admin@crowci.dev>
This commit is contained in:
parent
d0845f532c
commit
b87afe4dce
2
go.mod
2
go.mod
@ -39,7 +39,7 @@ require (
|
||||
github.com/kinbiko/jsonassert v1.2.0
|
||||
github.com/lib/pq v1.10.9
|
||||
github.com/mattn/go-sqlite3 v1.14.27
|
||||
github.com/moby/moby v27.5.1+incompatible
|
||||
github.com/moby/moby v28.0.4+incompatible
|
||||
github.com/moby/term v0.5.2
|
||||
github.com/muesli/termenv v0.16.0
|
||||
github.com/neticdk/go-bitbucket v1.0.1
|
||||
|
4
go.sum
4
go.sum
@ -396,8 +396,8 @@ github.com/mitchellh/hashstructure/v2 v2.0.2 h1:vGKWl0YJqUNxE8d+h8f6NJLcCJrgbhC4
|
||||
github.com/mitchellh/hashstructure/v2 v2.0.2/go.mod h1:MG3aRVU/N29oo/V/IhBX8GR/zz4kQkprJgF2EVszyDE=
|
||||
github.com/moby/docker-image-spec v1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3Nl2EsFP0=
|
||||
github.com/moby/docker-image-spec v1.3.1/go.mod h1:eKmb5VW8vQEh/BAr2yvVNvuiJuY6UIocYsFu/DxxRpo=
|
||||
github.com/moby/moby v27.5.1+incompatible h1:/pN59F/t3U7Q4FPzV88nzqf7Fp0qqCSL2KzhZaiKcKw=
|
||||
github.com/moby/moby v27.5.1+incompatible/go.mod h1:fDXVQ6+S340veQPv35CzDahGBmHsiclFwfEygB/TWMc=
|
||||
github.com/moby/moby v28.0.4+incompatible h1:16Yx7MFk2ucIqMdWJ06YdPn6sCmso02RKkD1OROxrho=
|
||||
github.com/moby/moby v28.0.4+incompatible/go.mod h1:fDXVQ6+S340veQPv35CzDahGBmHsiclFwfEygB/TWMc=
|
||||
github.com/moby/term v0.5.2 h1:6qk3FJAFDs6i/q3W/pQ97SX192qKfZgGjCQqfCJkgzQ=
|
||||
github.com/moby/term v0.5.2/go.mod h1:d3djjFCrjnB+fl8NJux+EJzu0msscUP+f8it8hPkFLc=
|
||||
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
|
||||
|
@ -27,8 +27,8 @@ import (
|
||||
"github.com/docker/docker/api/types/network"
|
||||
"github.com/docker/docker/api/types/system"
|
||||
"github.com/docker/docker/api/types/volume"
|
||||
"github.com/docker/docker/client"
|
||||
tls_config "github.com/docker/go-connections/tlsconfig"
|
||||
"github.com/moby/moby/client"
|
||||
json_message "github.com/moby/moby/pkg/jsonmessage"
|
||||
std_copy "github.com/moby/moby/pkg/stdcopy"
|
||||
"github.com/moby/term"
|
||||
|
Loading…
x
Reference in New Issue
Block a user