diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-17 00:18:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-17 00:18:33 +0100 |
commit | 603b44b585ee35090a13498c7af15f79a8a12a51 (patch) | |
tree | aa77df78a6da69ea73901491ad606f116586f3e8 /go.mod | |
parent | Fix noisy `runs-on` error logging (#2102) (diff) | |
download | forgejo-act-603b44b585ee35090a13498c7af15f79a8a12a51.tar.xz forgejo-act-603b44b585ee35090a13498c7af15f79a8a12a51.zip |
build(deps): bump github.com/creack/pty from 1.1.20 to 1.1.21 (#2099)
Bumps [github.com/creack/pty](https://github.com/creack/pty) from 1.1.20 to 1.1.21.
- [Release notes](https://github.com/creack/pty/releases)
- [Commits](https://github.com/creack/pty/compare/v1.1.20...v1.1.21)
---
updated-dependencies:
- dependency-name: github.com/creack/pty
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>
Co-authored-by: ChristopherHX <christopher.homberger@web.de>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ require ( github.com/Masterminds/semver v1.5.0 github.com/adrg/xdg v0.4.0 github.com/andreaskoch/go-fswatch v1.0.0 - github.com/creack/pty v1.1.20 + github.com/creack/pty v1.1.21 github.com/docker/cli v24.0.7+incompatible github.com/docker/distribution v2.8.3+incompatible github.com/docker/docker v24.0.7+incompatible // 24.0 branch |