This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch release-1.10.x-runc-1.0.3 in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 6b0949f5c297695ece7ef3b614f10417ac69f21f Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed May 31 16:37:51 2023 +0200 Bump runc to version 1.0.3 Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 76265cda4..54567823f 100644 --- a/go.mod +++ b/go.mod @@ -123,7 +123,7 @@ require ( github.com/modern-go/reflect2 v1.0.2 // indirect github.com/opencontainers/go-digest v1.0.0 // indirect github.com/opencontainers/image-spec v1.0.3-0.20220114050600-8b9d41f48198 // indirect - github.com/opencontainers/runc v1.0.2 // indirect + github.com/opencontainers/runc v1.0.3 // indirect github.com/pelletier/go-toml v1.9.5 // indirect github.com/pelletier/go-toml/v2 v2.0.5 // indirect github.com/peterbourgon/diskv v2.0.1+incompatible // indirect