diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-06-18 10:37:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-18 10:37:37 -0400 |
commit | 48db8d9868ecbb1523f5b4b69815d16a19afa36f (patch) | |
tree | f1dfde65a2500c3813f91d6fa9f0566a76c483b8 /vendor/github.com/mattn/go-runewidth | |
parent | ce04a3e17f5d5ac1d0ac29302dc6e6d98edf28eb (diff) | |
parent | b6662eed3f27ac5466501b046db4f1608845af61 (diff) | |
download | podman-48db8d9868ecbb1523f5b4b69815d16a19afa36f.tar.gz podman-48db8d9868ecbb1523f5b4b69815d16a19afa36f.tar.bz2 podman-48db8d9868ecbb1523f5b4b69815d16a19afa36f.zip |
Merge pull request #10690 from rhatdan/VENDOR
Vendor in containers/common v0.40.0
Diffstat (limited to 'vendor/github.com/mattn/go-runewidth')
-rw-r--r-- | vendor/github.com/mattn/go-runewidth/go.mod | 2 | ||||
-rw-r--r-- | vendor/github.com/mattn/go-runewidth/go.sum | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/vendor/github.com/mattn/go-runewidth/go.mod b/vendor/github.com/mattn/go-runewidth/go.mod index 8a9d524ec..62dba1bfc 100644 --- a/vendor/github.com/mattn/go-runewidth/go.mod +++ b/vendor/github.com/mattn/go-runewidth/go.mod @@ -2,4 +2,4 @@ module github.com/mattn/go-runewidth go 1.9 -require github.com/rivo/uniseg v0.1.0 +require github.com/rivo/uniseg v0.2.0 diff --git a/vendor/github.com/mattn/go-runewidth/go.sum b/vendor/github.com/mattn/go-runewidth/go.sum index 02135660b..03f902d56 100644 --- a/vendor/github.com/mattn/go-runewidth/go.sum +++ b/vendor/github.com/mattn/go-runewidth/go.sum @@ -1,2 +1,2 @@ -github.com/rivo/uniseg v0.1.0 h1:+2KBaVoUmb9XzDsrx/Ct0W/EYOSFf/nWTauy++DprtY= -github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= +github.com/rivo/uniseg v0.2.0 h1:S1pD9weZBuJdFmowNwbpi7BJ8TNftyUImj/0WQi72jY= +github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= |