diff options
author | Aditya R <arajan@redhat.com> | 2022-07-20 21:56:36 +0530 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2022-07-26 13:48:50 -0400 |
commit | 7b28a1b7ccd885386044eee854d2308702588e51 (patch) | |
tree | 939ba22ba40535ab13135d3f8ad2eeda5ff327ed /go.mod | |
parent | 3aec669e975c662147e96a8160197d7f99c9194b (diff) | |
download | podman-7b28a1b7ccd885386044eee854d2308702588e51.tar.gz podman-7b28a1b7ccd885386044eee854d2308702588e51.tar.bz2 podman-7b28a1b7ccd885386044eee854d2308702588e51.zip |
vendor: remove unused deps
Some deps cleaned by `make vendor`
[NO NEW TESTS NEEDED]
[NO TESTS NEEDED]
Signed-off-by: Aditya R <arajan@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -21,7 +21,6 @@ require ( github.com/coreos/go-systemd/v22 v22.3.2 github.com/coreos/stream-metadata-go v0.0.0-20210225230131-70edb9eb47b3 github.com/cyphar/filepath-securejoin v0.2.3 - github.com/davecgh/go-spew v1.1.1 github.com/digitalocean/go-qemu v0.0.0-20210326154740-ac9e0b687001 github.com/docker/distribution v2.8.1+incompatible github.com/docker/docker v20.10.17+incompatible @@ -51,7 +50,6 @@ require ( github.com/opencontainers/runtime-spec v1.0.3-0.20211214071223-8958f93039ab github.com/opencontainers/runtime-tools v0.9.1-0.20220714195903-17b3287fafb7 github.com/opencontainers/selinux v1.10.1 - github.com/pmezard/go-difflib v1.0.0 github.com/rootless-containers/rootlesskit v1.0.1 github.com/sirupsen/logrus v1.8.1 github.com/spf13/cobra v1.5.0 |