summaryrefslogtreecommitdiff
path: root/vendor/github.com/moby/term/go.mod
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2021-09-15 15:46:26 -0400
committerMatthew Heon <mheon@redhat.com>2021-09-16 11:00:05 -0400
commit69e327378f16a6abccc74191b44d22eee8032abb (patch)
tree7e1321d97907a4dcaae490a48b314442d2d5ce17 /vendor/github.com/moby/term/go.mod
parent331d4c5c78bacb559defcd981cf3fe653bedb4b2 (diff)
downloadpodman-69e327378f16a6abccc74191b44d22eee8032abb.tar.gz
podman-69e327378f16a6abccc74191b44d22eee8032abb.tar.bz2
podman-69e327378f16a6abccc74191b44d22eee8032abb.zip
Bump to Buildah v1.23.0
Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'vendor/github.com/moby/term/go.mod')
-rw-r--r--vendor/github.com/moby/term/go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/github.com/moby/term/go.mod b/vendor/github.com/moby/term/go.mod
index f45320433..541f2d429 100644
--- a/vendor/github.com/moby/term/go.mod
+++ b/vendor/github.com/moby/term/go.mod
@@ -3,10 +3,10 @@ module github.com/moby/term
go 1.13
require (
- github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
+ github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
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
+ golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
gotest.tools/v3 v3.0.2
)