diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-09-30 12:34:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-30 12:34:53 -0400 |
commit | 2a3c70fd9ce72bf619e7ad0bc28e2f0653657649 (patch) | |
tree | b6e5dccb1b769738a61e58838c14d0069d07213f /go.mod | |
parent | f313ff46d62dc6a4b58ecc3fc6fb39aafcb49aa3 (diff) | |
parent | 5090920cc0280004965e2f78c822813824c634aa (diff) | |
download | podman-2a3c70fd9ce72bf619e7ad0bc28e2f0653657649.tar.gz podman-2a3c70fd9ce72bf619e7ad0bc28e2f0653657649.tar.bz2 podman-2a3c70fd9ce72bf619e7ad0bc28e2f0653657649.zip |
Merge pull request #11804 from containers/dependabot/go_modules/github.com/mattn/go-isatty-0.0.14
Bump github.com/mattn/go-isatty from 0.0.12 to 0.0.14
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ require ( github.com/hpcloud/tail v1.0.0 github.com/json-iterator/go v1.1.12 github.com/mattn/go-colorable v0.1.8 // indirect - github.com/mattn/go-isatty v0.0.12 + github.com/mattn/go-isatty v0.0.14 github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 github.com/mrunalp/fileutils v0.5.0 github.com/onsi/ginkgo v1.16.4 |