Skip to content

Commit

Permalink
Merge pull request kubearmor#731 from bmelbourne/bugfix/update-go-con…
Browse files Browse the repository at this point in the history
…tainerd-pkg

Update github.com/containerd/containerd to v1.5.13 to fix security issues
  • Loading branch information
nyrahul authored Jun 8, 2022
2 parents e195eb2 + ebee0d3 commit c9c63c5
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 4 deletions.
4 changes: 2 additions & 2 deletions KubeArmor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ replace (
)

require (
github.com/containerd/containerd v1.5.2
github.com/containerd/containerd v1.5.13
github.com/containerd/typeurl v1.0.2
github.com/docker/docker v20.10.7+incompatible
github.com/docker/go-connections v0.4.0 // indirect
Expand All @@ -30,7 +30,7 @@ require (
github.com/kubearmor/KubeArmor/protobuf v0.0.0-20211217093440-d99a1cb5f908
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/opencontainers/runtime-spec v1.0.3-0.20200929063507-e6143ca7d51d
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
github.com/spf13/viper v1.4.0
go.uber.org/zap v1.18.1
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
Expand Down
Loading

0 comments on commit c9c63c5

Please sign in to comment.