diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-01-15 09:23:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-15 09:23:57 -0500 |
commit | 5a166b297339d547d89fbf14248c3aff129eb960 (patch) | |
tree | 9c9e7f88b2e1dab42f525177ffda6a170b6e7454 /vendor/github.com/moby/term/go.mod | |
parent | 3ceef004e3848d5fbddcf084c0db3f1ebe789312 (diff) | |
parent | c88022589aa3aa10593e7956cdf52d9e231f254d (diff) | |
download | podman-5a166b297339d547d89fbf14248c3aff129eb960.tar.gz podman-5a166b297339d547d89fbf14248c3aff129eb960.tar.bz2 podman-5a166b297339d547d89fbf14248c3aff129eb960.zip |
Merge pull request #8978 from rhatdan/buildah
Bump to containers/buildah 1.9.2
Diffstat (limited to 'vendor/github.com/moby/term/go.mod')
-rw-r--r-- | vendor/github.com/moby/term/go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/moby/term/go.mod b/vendor/github.com/moby/term/go.mod index 4088df8db..f45320433 100644 --- a/vendor/github.com/moby/term/go.mod +++ b/vendor/github.com/moby/term/go.mod @@ -4,7 +4,7 @@ go 1.13 require ( github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 - github.com/creack/pty v1.1.9 + github.com/creack/pty v1.1.11 github.com/google/go-cmp v0.4.0 github.com/pkg/errors v0.9.1 // indirect golang.org/x/sys v0.0.0-20200831180312-196b9ba8737a |