Skip to content

Commit 4ad1652

Browse files
build(deps): bump github.com/aquasecurity/libbpfgo
Bumps [github.com/aquasecurity/libbpfgo](https://github.com/aquasecurity/libbpfgo) from 0.8.0-libbpf-1.5 to 0.9.1-libbpf-1.5.1. - [Release notes](https://github.com/aquasecurity/libbpfgo/releases) - [Commits](aquasecurity/libbpfgo@v0.8.0-libbpf-1.5...v0.9.1-libbpf-1.5.1) --- updated-dependencies: - dependency-name: github.com/aquasecurity/libbpfgo dependency-version: 0.9.1-libbpf-1.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2b2807d commit 4ad1652

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.23.0
44

55
require (
66
github.com/alecthomas/kingpin/v2 v2.4.0
7-
github.com/aquasecurity/libbpfgo v0.8.0-libbpf-1.5
7+
github.com/aquasecurity/libbpfgo v0.9.1-libbpf-1.5.1
88
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
99
github.com/elastic/go-perf v0.0.0-20191212140718-9c656876f595
1010
github.com/iovisor/gobpf v0.2.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ github.com/alecthomas/kingpin/v2 v2.4.0 h1:f48lwail6p8zpO1bC4TxtqACaGqHYA22qkHjH
22
github.com/alecthomas/kingpin/v2 v2.4.0/go.mod h1:0gyi0zQnjuFk8xrkNKamJoyUo382HRL7ATRpFZCw6tE=
33
github.com/alecthomas/units v0.0.0-20231202071711-9a357b53e9c9 h1:ez/4by2iGztzR4L0zgAOR8lTQK9VlyBVVd7G4omaOQs=
44
github.com/alecthomas/units v0.0.0-20231202071711-9a357b53e9c9/go.mod h1:OMCwj8VM1Kc9e19TLln2VL61YJF0x1XFtfdL4JdbSyE=
5-
github.com/aquasecurity/libbpfgo v0.8.0-libbpf-1.5 h1:YWh+wmaGTM3+q+v+Xevi1ASkyBFozcVMpYTBLbdz4cE=
6-
github.com/aquasecurity/libbpfgo v0.8.0-libbpf-1.5/go.mod h1:HB2DYWHuMraOB0IFcfjL8tsxN8TcFOdWKTrNqnHrTrs=
5+
github.com/aquasecurity/libbpfgo v0.9.1-libbpf-1.5.1 h1:LCvn0QWzjhpTVVWsybQ0ympqEG4dBu+Xhb9Fx4tKIwM=
6+
github.com/aquasecurity/libbpfgo v0.9.1-libbpf-1.5.1/go.mod h1:JQNC5NuGwyYC7IZum6JqPNVHarFAuab+h4lO6t0jIhc=
77
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
88
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
99
github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8=

0 commit comments

Comments
 (0)