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.
  • Loading branch information
eclipseo committed Aug 6, 2023
1 parent 040229d commit e0d547f
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 1,533 deletions.
24 changes: 12 additions & 12 deletions plugins/hook-injector/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@ 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.55.2
github.com/opencontainers/runtime-spec v1.1.0-rc.3
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/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
github.com/prometheus/procfs v0.7.3 // indirect
golang.org/x/net v0.11.0 // indirect
golang.org/x/sys v0.9.0 // indirect
golang.org/x/text v0.10.0 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/grpc v1.55.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
k8s.io/cri-api v0.25.3 // indirect
)
Expand Down
Loading

0 comments on commit e0d547f

Please sign in to comment.