diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-02-07 00:05:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-07 00:05:59 +0000 |
commit | be332ee811b0b9d7fc3bc8d9baadc8d3c2240af5 (patch) | |
tree | a8d9d2548d33a8035d48042259c1ddbf19d5f924 /go.mod | |
parent | 1a3cbdc4185c50a5896f84c6c7103aac9bf97105 (diff) | |
download | git-bug-be332ee811b0b9d7fc3bc8d9baadc8d3c2240af5.tar.gz |
build(deps): bump github.com/mattn/go-isatty from 0.0.8 to 0.0.12
Bumps [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) from 0.0.8 to 0.0.12.
- [Release notes](https://github.com/mattn/go-isatty/releases)
- [Commits](https://github.com/mattn/go-isatty/compare/v0.0.8...v0.0.12)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ require ( github.com/hashicorp/golang-lru v0.5.4 // indirect github.com/icrowley/fake v0.0.0-20180203215853-4178557ae428 github.com/mattn/go-colorable v0.1.4 // indirect - github.com/mattn/go-isatty v0.0.8 + github.com/mattn/go-isatty v0.0.12 github.com/phayes/freeport v0.0.0-20171002181615-b8543db493a5 github.com/pkg/errors v0.8.1 github.com/shurcooL/githubv4 v0.0.0-20190601194912-068505affed7 |