diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-07-21 09:19:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-21 09:19:46 +0200 |
commit | 0de7e4662e6d574fe382714cb6664a4519771f88 (patch) | |
tree | c6b2d8db88f30f99a344fa0e7af356404f89c191 /go.mod | |
parent | 039deece50525b1fc812890dfa1ce2fa1f4c98b3 (diff) | |
parent | 8d190fc481ff33b730b7fb8a5579f5760574e4cf (diff) | |
download | podman-0de7e4662e6d574fe382714cb6664a4519771f88.tar.gz podman-0de7e4662e6d574fe382714cb6664a4519771f88.tar.bz2 podman-0de7e4662e6d574fe382714cb6664a4519771f88.zip |
Merge pull request #14907 from flouthoc/remove-hooks
pkg,libpod: remove `pkg/hooks` and use `hooks` from `c/common`
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 |