diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-08-15 14:36:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-15 14:36:06 +0000 |
commit | c1d544532a3b905cef5c8efe80ac810d320d57a7 (patch) | |
tree | b1393c369446a4011b139e4a597e92b24b0ec39a /go.mod | |
parent | 66f29995b980b2f1dafbf160888a4db8d4ce2aa4 (diff) | |
parent | bfae6bca922c25cf7275a139965c78f563a814f7 (diff) | |
download | podman-c1d544532a3b905cef5c8efe80ac810d320d57a7.tar.gz podman-c1d544532a3b905cef5c8efe80ac810d320d57a7.tar.bz2 podman-c1d544532a3b905cef5c8efe80ac810d320d57a7.zip |
Merge pull request #15319 from containers/dependabot/go_modules/github.com/mattn/go-isatty-0.0.16
build(deps): bump github.com/mattn/go-isatty from 0.0.14 to 0.0.16
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -38,7 +38,7 @@ require ( github.com/gorilla/schema v1.2.0 github.com/hashicorp/go-multierror v1.1.1 github.com/json-iterator/go v1.1.12 - github.com/mattn/go-isatty v0.0.14 + github.com/mattn/go-isatty v0.0.16 github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 github.com/nxadm/tail v1.4.8 github.com/onsi/ginkgo v1.16.5 @@ -61,7 +61,7 @@ require ( github.com/vishvananda/netlink v1.1.1-0.20220115184804-dd687eb2f2d4 go.etcd.io/bbolt v1.3.6 golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f - golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 + golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 golang.org/x/text v0.3.7 google.golang.org/protobuf v1.28.1 |