Skip to content

Commit

Permalink
Take pkg/hooks from github.com/containers/common
Browse files Browse the repository at this point in the history
pkg/hooks was moved from github.com/containers/podman/v4 to
github.com/containers/common and it's to much time consuming to
keep packaging github.com/containers/podman/v3.

Co-authored-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
  • Loading branch information
eclipseo and thaJeztah committed Sep 15, 2023
1 parent f69b90b commit b4ac58c
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 1,334 deletions.
23 changes: 11 additions & 12 deletions plugins/hook-injector/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,23 @@ go 1.18

require (
github.com/containerd/nri v0.2.0
github.com/containers/podman/v3 v3.2.0-rc1.0.20211005134800-8bcc086b1b9d
github.com/opencontainers/runtime-spec v1.0.3-0.20220825212826-86290f6a00fb
github.com/sirupsen/logrus v1.9.0
github.com/containers/common v0.56.0
github.com/opencontainers/runtime-spec v1.1.0
github.com/sirupsen/logrus v1.9.3
sigs.k8s.io/yaml v1.3.0
)

require (
github.com/containerd/ttrpc v1.1.1-0.20220420014843-944ef4a40df3 // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/net v0.1.0 // indirect
golang.org/x/sys v0.1.0 // indirect
golang.org/x/text v0.4.0 // indirect
google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 // indirect
google.golang.org/grpc v1.47.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
github.com/golang/protobuf v1.5.3 // indirect
golang.org/x/net v0.15.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
google.golang.org/grpc v1.57.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
k8s.io/cri-api v0.25.3 // indirect
)
Expand Down

0 comments on commit b4ac58c

Please sign in to comment.