Skip to content

Commit

Permalink
fix(deps): update github.com/cilium/ebpf digest to 98ede8a
Browse files Browse the repository at this point in the history
Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
  • Loading branch information
cilium-renovate[bot] authored Dec 12, 2024
1 parent 9852221 commit 442749a
Show file tree
Hide file tree
Showing 12 changed files with 139 additions and 22 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/alecthomas/kong v1.6.0
github.com/bombsimon/logrusr/v4 v4.1.0
github.com/cilium/cilium v1.17.0-pre.2
github.com/cilium/ebpf v0.16.1-0.20241205185900-f0eec7efba9d
github.com/cilium/ebpf v0.16.1-0.20241212130635-98ede8ac7aa8
github.com/cilium/little-vm-helper v0.0.19
github.com/cilium/lumberjack/v2 v2.4.1
github.com/cilium/tetragon/api v0.0.0-00010101000000-000000000000
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UF
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/cilium/cilium v1.17.0-pre.2 h1:Y9J4EalQEmtInHirFRF9qK7yAid3WS8/2A3/hnEfsV4=
github.com/cilium/cilium v1.17.0-pre.2/go.mod h1:OoSUlF3lvdYOmVccOYWZnfs9tDHDyEWTtrwjlq8pDYA=
github.com/cilium/ebpf v0.16.1-0.20241205185900-f0eec7efba9d h1:f1E6PeQ/j1Xd2ZNlffKOfscx+daNInIUAJObbiU+7aQ=
github.com/cilium/ebpf v0.16.1-0.20241205185900-f0eec7efba9d/go.mod h1:vay2FaYSmIlv3r8dNACd4mW/OCaZLJKJOo+IHBvCIO8=
github.com/cilium/ebpf v0.16.1-0.20241212130635-98ede8ac7aa8 h1:8JEXgZ0pcBvp430GkpfD8uMMMAJWQiJFYajKJGajKLM=
github.com/cilium/ebpf v0.16.1-0.20241212130635-98ede8ac7aa8/go.mod h1:vay2FaYSmIlv3r8dNACd4mW/OCaZLJKJOo+IHBvCIO8=
github.com/cilium/hive v0.0.0-20241021113747-bb8f3c0bede4 h1:dTnQNUDijFP+hf7soSZtoBYZ1OTV7qATqE+qbb//zUQ=
github.com/cilium/hive v0.0.0-20241021113747-bb8f3c0bede4/go.mod h1:pI2GJ1n3SLKIQVFrKF7W6A6gb6BQkZ+3Hp4PAEo5SuI=
github.com/cilium/little-vm-helper v0.0.19 h1:eJeJM/03MGLrLUXXTBDZo2JoX5cIbm5+9iWjoHgpy/M=
Expand Down
1 change: 0 additions & 1 deletion vendor/github.com/cilium/ebpf/Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions vendor/github.com/cilium/ebpf/collection.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 42 additions & 2 deletions vendor/github.com/cilium/ebpf/features/misc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 12 additions & 7 deletions vendor/github.com/cilium/ebpf/internal/kconfig/kconfig.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 42 additions & 0 deletions vendor/github.com/cilium/ebpf/internal/sys/fd.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions vendor/github.com/cilium/ebpf/internal/sys/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,15 @@ const (
BPF_MAP_TYPE_CGRP_STORAGE MapType = 32
)

type ObjType uint32

const (
BPF_TYPE_UNSPEC ObjType = 0
BPF_TYPE_PROG ObjType = 1
BPF_TYPE_MAP ObjType = 2
BPF_TYPE_LINK ObjType = 3
)

type PerfEventType uint32

const (
Expand Down
11 changes: 9 additions & 2 deletions vendor/github.com/cilium/ebpf/link/link.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions vendor/github.com/cilium/ebpf/map.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions vendor/github.com/cilium/ebpf/prog.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ github.com/cilium/cilium/pkg/resiliency
github.com/cilium/cilium/pkg/time
github.com/cilium/cilium/pkg/version
github.com/cilium/cilium/pkg/versioncheck
# github.com/cilium/ebpf v0.16.1-0.20241205185900-f0eec7efba9d
# github.com/cilium/ebpf v0.16.1-0.20241212130635-98ede8ac7aa8
## explicit; go 1.22
github.com/cilium/ebpf
github.com/cilium/ebpf/asm
Expand Down

0 comments on commit 442749a

Please sign in to comment.