diff options
author | Michael Muré <batolettre@gmail.com> | 2020-02-07 01:17:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-07 01:17:19 +0100 |
commit | e384e35183d0e1452df31c4bdf2ed58ba79a7409 (patch) | |
tree | a8d9d2548d33a8035d48042259c1ddbf19d5f924 /go.mod | |
parent | 1a3cbdc4185c50a5896f84c6c7103aac9bf97105 (diff) | |
parent | be332ee811b0b9d7fc3bc8d9baadc8d3c2240af5 (diff) | |
download | git-bug-e384e35183d0e1452df31c4bdf2ed58ba79a7409.tar.gz |
Merge pull request #309 from MichaelMure/dependabot/go_modules/github.com/mattn/go-isatty-0.0.12
build(deps): bump github.com/mattn/go-isatty from 0.0.8 to 0.0.12
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 |