diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-27 04:19:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-27 04:19:21 +0000 |
commit | a6fc0ab481720c4eea3e6aa94cfde628520bf9dd (patch) | |
tree | 36973306b6b5e98eacbb1c7a02d1027833112b20 /go.mod | |
parent | bfad28d7feb3009de624c59edcfe670aa3832841 (diff) | |
download | git-bug-a6fc0ab481720c4eea3e6aa94cfde628520bf9dd.tar.gz |
Bump github.com/mattn/go-isatty from 0.0.12 to 0.0.13
Bumps [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) from 0.0.12 to 0.0.13.
- [Release notes](https://github.com/mattn/go-isatty/releases)
- [Commits](https://github.com/mattn/go-isatty/compare/v0.0.12...v0.0.13)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ require ( github.com/gorilla/mux v1.8.0 github.com/hashicorp/golang-lru v0.5.4 github.com/icrowley/fake v0.0.0-20180203215853-4178557ae428 - github.com/mattn/go-isatty v0.0.12 + github.com/mattn/go-isatty v0.0.13 github.com/phayes/freeport v0.0.0-20171002181615-b8543db493a5 github.com/pkg/errors v0.9.1 github.com/shurcooL/githubv4 v0.0.0-20190601194912-068505affed7 |