diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-23 05:25:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-23 05:25:32 +0200 |
commit | db71c41d17e967bc12ec24c122aad9d314c7d693 (patch) | |
tree | 28822e1ce08ff7f41c44800937f4dfb8afca72c2 /go.mod | |
parent | build(deps): bump github.com/moby/buildkit from 0.12.2 to 0.12.3 (#2060) (diff) | |
download | forgejo-act-db71c41d17e967bc12ec24c122aad9d314c7d693.tar.xz forgejo-act-db71c41d17e967bc12ec24c122aad9d314c7d693.zip |
build(deps): bump github.com/mattn/go-isatty from 0.0.19 to 0.0.20 (#2059)
Bumps [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) from 0.0.19 to 0.0.20.
- [Commits](https://github.com/mattn/go-isatty/compare/v0.0.19...v0.0.20)
---
updated-dependencies:
- dependency-name: github.com/mattn/go-isatty
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>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ require ( github.com/joho/godotenv v1.5.1 github.com/julienschmidt/httprouter v1.3.0 github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 - github.com/mattn/go-isatty v0.0.19 + github.com/mattn/go-isatty v0.0.20 github.com/moby/buildkit v0.12.3 github.com/moby/patternmatcher v0.6.0 github.com/opencontainers/image-spec v1.1.0-rc5 |