Bump github.com/moby/moby/client from 0.2.1 to 0.2.2 (#716)

Bumps [github.com/moby/moby/client](https://github.com/moby/moby) from 0.2.1 to 0.2.2.
- [Release notes](https://github.com/moby/moby/releases)
- [Changelog](https://github.com/moby/moby/blob/v0.2.2/CHANGELOG.md)
- [Commits](https://github.com/moby/moby/compare/v0.2.1...v0.2.2)

---
updated-dependencies:
- dependency-name: github.com/moby/moby/client
  dependency-version: 0.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-01-27 08:17:15 +01:00
committed by GitHub
parent 4703e4da20
commit 36123f1289
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -14,7 +14,7 @@ require (
github.com/leekchan/timeutil v0.0.0-20150802142658-28917288c48d
github.com/minio/minio-go/v7 v7.0.98
github.com/moby/moby/api v1.53.0
github.com/moby/moby/client v0.2.1
github.com/moby/moby/client v0.2.2
github.com/nicholas-fedor/shoutrrr v0.13.1
github.com/offen/envconfig v1.5.0
github.com/otiai10/copy v1.14.1