summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2021-02-25 20:15:03 +0100
committerValentin Rothberg <rothberg@redhat.com>2021-03-08 09:21:13 +0100
commit320df838810cbdb0f3dc0e2092f5ed04fc9b6e5d (patch)
treeabde55869279c5d369912c9d5057255e34c73e5a /go.mod
parentb7c00f2cc03499d5d385a7aa7e8cd35d0ab994d7 (diff)
downloadpodman-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 'go.mod')
-rw-r--r--go.mod1
1 files changed, 0 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index e01d2d672..a6aaad38f 100644
--- a/go.mod
+++ b/go.mod
@@ -70,5 +70,4 @@ require (
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
k8s.io/api v0.0.0-20190620084959-7cf5895f2711
k8s.io/apimachinery v0.20.4
- k8s.io/client-go v0.0.0-20190620085101-78d2af792bab
)