diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-09 04:52:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-09 04:52:56 +0200 |
commit | e7e158cd7eed7c78d7111111aa1d005cadf1df0c (patch) | |
tree | 2ad8290b6666d49c4497f14727d6f287814ff7bf /go.mod | |
parent | build(deps): bump golang.org/x/term from 0.12.0 to 0.13.0 (#2036) (diff) | |
download | forgejo-act-e7e158cd7eed7c78d7111111aa1d005cadf1df0c.tar.xz forgejo-act-e7e158cd7eed7c78d7111111aa1d005cadf1df0c.zip |
build(deps): bump github.com/docker/distribution (#2037)
Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.8.2+incompatible to 2.8.3+incompatible.
- [Release notes](https://github.com/docker/distribution/releases)
- [Commits](https://github.com/docker/distribution/compare/v2.8.2...v2.8.3)
---
updated-dependencies:
- dependency-name: github.com/docker/distribution
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>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,7 +9,7 @@ require ( github.com/andreaskoch/go-fswatch v1.0.0 github.com/creack/pty v1.1.18 github.com/docker/cli v24.0.6+incompatible - github.com/docker/distribution v2.8.2+incompatible + github.com/docker/distribution v2.8.3+incompatible github.com/docker/docker v24.0.6+incompatible // 24.0 branch github.com/docker/go-connections v0.4.0 github.com/go-git/go-billy/v5 v5.5.0 @@ -46,6 +46,7 @@ require ( github.com/containerd/containerd v1.7.2 // indirect github.com/cyphar/filepath-securejoin v0.2.4 // indirect github.com/davecgh/go-spew v1.1.1 // indirect + github.com/distribution/reference v0.5.0 // indirect github.com/docker/docker-credential-helpers v0.7.0 // indirect github.com/docker/go-units v0.5.0 // indirect github.com/emirpasic/gods v1.18.1 // indirect |