From 8d1a27e8ca8d3093fd9fbf105b7d3b422d23e849 Mon Sep 17 00:00:00 2001 From: Andrew Kroh Date: Wed, 27 Nov 2024 08:43:30 -0500 Subject: [PATCH] go.mod - update to elastic/go-seccomp-bpf v1.5.0 (#41559) This release updates the syscall tables based on Linux v6.11. https://github.com/elastic/go-seccomp-bpf/releases/tag/v1.5.0 --- NOTICE.txt | 4 ++-- go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NOTICE.txt b/NOTICE.txt index 0d04ea017c2..881094596de 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -15383,11 +15383,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/go-quark@v0.2.0 -------------------------------------------------------------------------------- Dependency : github.com/elastic/go-seccomp-bpf -Version: v1.4.0 +Version: v1.5.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/elastic/go-seccomp-bpf@v1.4.0/LICENSE.txt: +Contents of probable licence file $GOMODCACHE/github.com/elastic/go-seccomp-bpf@v1.5.0/LICENSE.txt: Apache License diff --git a/go.mod b/go.mod index 16903bf92eb..10869d1a204 100644 --- a/go.mod +++ b/go.mod @@ -69,7 +69,7 @@ require ( github.com/elastic/go-lookslike v1.0.1 github.com/elastic/go-lumber v0.1.2-0.20220819171948-335fde24ea0f github.com/elastic/go-perf v0.0.0-20241029065020-30bec95324b8 - github.com/elastic/go-seccomp-bpf v1.4.0 + github.com/elastic/go-seccomp-bpf v1.5.0 github.com/elastic/go-structform v0.0.10 github.com/elastic/go-sysinfo v1.15.0 github.com/elastic/go-ucfg v0.8.8 diff --git a/go.sum b/go.sum index 278476a4339..1c9c9130e4c 100644 --- a/go.sum +++ b/go.sum @@ -366,8 +366,8 @@ github.com/elastic/go-perf v0.0.0-20241029065020-30bec95324b8 h1:FD01NjsTes0RxZV github.com/elastic/go-perf v0.0.0-20241029065020-30bec95324b8/go.mod h1:Nt+pnRYvf0POC+7pXsrv8ubsEOSsaipJP0zlz1Ms1RM= github.com/elastic/go-quark v0.2.0 h1:r2BL4NzvhESrrL/yA3AcHt8mwF7fvQDssBAUiOL1sdg= github.com/elastic/go-quark v0.2.0/go.mod h1:/ngqgumD/Z5vnFZ4XPN2kCbxnEfG5/Uc+bRvOBabVVA= -github.com/elastic/go-seccomp-bpf v1.4.0 h1:6y3lYrEHrLH9QzUgOiK8WDqmPaMnnB785WxibCNIOH4= -github.com/elastic/go-seccomp-bpf v1.4.0/go.mod h1:wIMxjTbKpWGQk4CV9WltlG6haB4brjSH/dvAohBPM1I= +github.com/elastic/go-seccomp-bpf v1.5.0 h1:gJV+U1iP+YC70ySyGUUNk2YLJW5/IkEw4FZBJfW8ZZY= +github.com/elastic/go-seccomp-bpf v1.5.0/go.mod h1:umdhQ/3aybliBF2jjiZwS492I/TOKz+ZRvsLT3hVe1o= github.com/elastic/go-sfdc v0.0.0-20241010131323-8e176480d727 h1:yuiN60oaQUz2PtNpNhDI2H6zrCdfiiptmNdwV5WUaKA= github.com/elastic/go-sfdc v0.0.0-20241010131323-8e176480d727/go.mod h1:sw1pzz4pIqzDQxFWt3dFoG2uIUFAfThxlMfWpjH590E= github.com/elastic/go-structform v0.0.10 h1:oy08o/Ih2hHTkNcRY/1HhaYvIp5z6t8si8gnCJPDo1w=