diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2021-02-25 20:15:03 +0100 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2021-03-08 09:21:13 +0100 |
commit | 320df838810cbdb0f3dc0e2092f5ed04fc9b6e5d (patch) | |
tree | abde55869279c5d369912c9d5057255e34c73e5a /vendor/modules.txt | |
parent | b7c00f2cc03499d5d385a7aa7e8cd35d0ab994d7 (diff) | |
download | podman-320df838810cbdb0f3dc0e2092f5ed04fc9b6e5d.tar.gz podman-320df838810cbdb0f3dc0e2092f5ed04fc9b6e5d.tar.bz2 podman-320df838810cbdb0f3dc0e2092f5ed04fc9b6e5d.zip |
pkg/terminal: use c/storage/pkg/homedir
This also prunes the dependency on `k8s.io/client-go`.
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index 875bc3f89..48a05c25f 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -791,8 +791,6 @@ k8s.io/apimachinery/pkg/util/validation k8s.io/apimachinery/pkg/util/validation/field k8s.io/apimachinery/pkg/watch k8s.io/apimachinery/third_party/forked/golang/reflect -# k8s.io/client-go v0.0.0-20190620085101-78d2af792bab -k8s.io/client-go/util/homedir # k8s.io/klog/v2 v2.4.0 k8s.io/klog/v2 # sigs.k8s.io/structured-merge-diff/v4 v4.0.2 |