File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
11
11
github.com/docker/go-units v0.4.0
12
12
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
13
13
github.com/lib/pq v0.0.0-20180327071824-d34b9ff171c2
14
- github.com/moby/term v0.0.0-20200915141129-7f0af18e79f2
14
+ github.com/moby/term v0.0.0-20201216013528-df9cb8a40635
15
15
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
16
16
github.com/opencontainers/image-spec v1.0.1
17
17
github.com/opencontainers/runc v1.0.0-rc9
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ github.com/containerd/continuity v0.0.0-20190827140505-75bee3e2ccb6 h1:NmTXa/uVn
10
10
github.com/containerd/continuity v0.0.0-20190827140505-75bee3e2ccb6 /go.mod h1:GL3xCUCBDV3CZiTSEKksMWbLE66hEyuu9qyDOOqM47Y =
11
11
github.com/creack/pty v1.1.9 h1:uDmaGzcdjhF4i/plgjmEsriH11Y0o7RKapEf/LDaM3w =
12
12
github.com/creack/pty v1.1.9 /go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E =
13
+ github.com/creack/pty v1.1.11 /go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E =
13
14
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
14
15
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
15
16
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
@@ -27,6 +28,8 @@ github.com/lib/pq v0.0.0-20180327071824-d34b9ff171c2 h1:hRGSmZu7j271trc9sneMrpOW
27
28
github.com/lib/pq v0.0.0-20180327071824-d34b9ff171c2 /go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo =
28
29
github.com/moby/term v0.0.0-20200915141129-7f0af18e79f2 h1:SPoLlS9qUUnXcIY4pvA4CTwYjk0Is5f4UPEkeESr53k =
29
30
github.com/moby/term v0.0.0-20200915141129-7f0af18e79f2 /go.mod h1:TjQg8pa4iejrUrjiz0MCtMV38jdMNW4doKSiBrEvCQQ =
31
+ github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 h1:rzf0wL0CHVc8CEsgyygG0Mn9CNCCPZqOPaz8RiiHYQk =
32
+ github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 /go.mod h1:FBS0z0QWA44HXygs7VXDUOGoN/1TV3RuWkLO04am3wc =
30
33
github.com/opencontainers/go-digest v1.0.0-rc1 h1:WzifXhOVOEOuFYOJAW6aQqW0TooG2iki3E3Ii+WN7gQ =
31
34
github.com/opencontainers/go-digest v1.0.0-rc1 /go.mod h1:cMLVZDEM3+U2I4VmLI6N8jQYUd2OVphdqWwCJHrFt2s =
32
35
github.com/opencontainers/image-spec v1.0.1 h1:JMemWkRwHx4Zj+fVxWoMCFm/8sYGGrUVojFA6h/TRcI =
You can’t perform that action at this time.
0 commit comments