Skip to content

Commit a22a60c

Browse files
chore(deps): bump github.com/containerd/console from 1.0.2 to 1.0.3 (#1967)
Bumps [github.com/containerd/console](https://github.com/containerd/console) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/containerd/console/releases) - [Commits](containerd/console@v1.0.2...v1.0.3) --- updated-dependencies: - dependency-name: github.com/containerd/console dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 007da2f commit a22a60c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/alecthomas/repr v0.0.0-20200325044227-4184120f674c // indirect
99
github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d // indirect
1010
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
11-
github.com/containerd/console v1.0.2
11+
github.com/containerd/console v1.0.3
1212
github.com/dnaeon/go-vcr v1.2.0
1313
github.com/dustin/go-humanize v1.0.0
1414
github.com/etdub/goparsetime v0.0.0-20160315173935-ea17b0ac3318 // indirect
@@ -21,6 +21,7 @@ require (
2121
github.com/kubernetes-client/go-base v0.0.0-20190205182333-3d0e39759d98
2222
github.com/mattn/go-colorable v0.1.9
2323
github.com/mattn/go-isatty v0.0.14
24+
github.com/pkg/errors v0.9.1 // indirect
2425
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.7.0.20210915130531-0285df8effc0
2526
github.com/sergi/go-diff v1.1.0 // indirect
2627
github.com/spf13/cobra v1.2.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDk
6464
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
6565
github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=
6666
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=
67-
github.com/containerd/console v1.0.2 h1:Pi6D+aZXM+oUw1czuKgH5IJ+y0jhYcwBJfx5/Ghn9dE=
68-
github.com/containerd/console v1.0.2/go.mod h1:ytZPjGgY2oeTkAONYafi2kSj0aYggsf8acV1PGKCbzQ=
67+
github.com/containerd/console v1.0.3 h1:lIr7SlA5PxZyMV30bDW0MGbiOPXwc63yRuCP0ARubLw=
68+
github.com/containerd/console v1.0.3/go.mod h1:7LqA/THxQ86k76b8c/EMSiaJ3h1eZkMkXar0TQ1gf3U=
6969
github.com/coreos/go-semver v0.3.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk=
7070
github.com/coreos/go-systemd/v22 v22.3.2/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
7171
github.com/cpuguy83/go-md2man/v2 v2.0.0/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU=

0 commit comments

Comments
 (0)