From 1e3a770bfed9c350f4d6759b2804d65eb80d2e68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 04:26:22 +0000 Subject: [PATCH] build(deps): Bump github.com/seccomp/libseccomp-golang Bumps [github.com/seccomp/libseccomp-golang](https://github.com/seccomp/libseccomp-golang) from 0.11.0 to 0.11.1. - [Release notes](https://github.com/seccomp/libseccomp-golang/releases) - [Changelog](https://github.com/seccomp/libseccomp-golang/blob/main/CHANGELOG) - [Commits](https://github.com/seccomp/libseccomp-golang/compare/v0.11.0...v0.11.1) --- updated-dependencies: - dependency-name: github.com/seccomp/libseccomp-golang dependency-version: 0.11.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 30df36c..606b93d 100644 --- a/go.mod +++ b/go.mod @@ -5,6 +5,6 @@ go 1.24.0 toolchain go1.24.4 require ( - github.com/seccomp/libseccomp-golang v0.11.0 + github.com/seccomp/libseccomp-golang v0.11.1 golang.org/x/sys v0.33.0 ) diff --git a/go.sum b/go.sum index 37b763e..58c399c 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,4 @@ -github.com/seccomp/libseccomp-golang v0.11.0 h1:SDkcBRqGLP+sezmMACkxO1EfgbghxIxnRKfd6mHUEis= -github.com/seccomp/libseccomp-golang v0.11.0/go.mod h1:5m1Lk8E9OwgZTTVz4bBOer7JuazaBa+xTkM895tDiWc= +github.com/seccomp/libseccomp-golang v0.11.1 h1:wuk4ZjSx6kyQII4rj6G6fvVzRHQaSiPvccJazDagu4g= +github.com/seccomp/libseccomp-golang v0.11.1/go.mod h1:5m1Lk8E9OwgZTTVz4bBOer7JuazaBa+xTkM895tDiWc= golang.org/x/sys v0.33.0 h1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw= golang.org/x/sys v0.33.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=