From 73ecc5a4bdd620124650dbdb621df667beb8438f Mon Sep 17 00:00:00 2001 From: Aditya R Date: Tue, 12 Jul 2022 18:34:44 +0530 Subject: pkg,libpod: remove pkg/hooks and use hooks from c/common PR https://github.com/containers/common/pull/1071 moved `pkg/hooks` to `c/common` hence remove that from podman and use `pkg/hooks` from `c/common` [NO NEW TESTS NEEDED] [NO TESTS NEEDED] Signed-off-by: Aditya R --- pkg/hooks/version.go | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 pkg/hooks/version.go (limited to 'pkg/hooks/version.go') diff --git a/pkg/hooks/version.go b/pkg/hooks/version.go deleted file mode 100644 index 637d8e2f4..000000000 --- a/pkg/hooks/version.go +++ /dev/null @@ -1,6 +0,0 @@ -package hooks - -// version a structure for checking the version of a hook configuration. -type version struct { - Version string `json:"version"` -} -- cgit v1.2.3-54-g00ecf