Skip to content

Commit ea4bd9a

Browse files
build(deps): bump github.com/aquasecurity/libbpfgo in /tools/bitesize (#31)
Bumps [github.com/aquasecurity/libbpfgo](https://github.com/aquasecurity/libbpfgo) from 0.4.4-libbpf-1.0.1 to 0.4.5-libbpf-1.0.1. - [Release notes](https://github.com/aquasecurity/libbpfgo/releases) - [Commits](aquasecurity/libbpfgo@v0.4.4-libbpf-1.0.1...v0.4.5-libbpf-1.0.1) --- updated-dependencies: - dependency-name: github.com/aquasecurity/libbpfgo dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ac1ef6f commit ea4bd9a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tools/bitesize/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/mozillazg/libbpfgo-tools/tools/bitesize
33
go 1.18
44

55
require (
6-
github.com/aquasecurity/libbpfgo v0.4.4-libbpf-1.0.1
6+
github.com/aquasecurity/libbpfgo v0.4.5-libbpf-1.0.1
77
github.com/mozillazg/libbpfgo-tools/common v0.0.0
88
github.com/spf13/pflag v1.0.5
99
)

tools/bitesize/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
github.com/aquasecurity/libbpfgo v0.4.4-libbpf-1.0.1 h1:cjdRq/YhQ5ZVU0jm6H3VXVcHgMzAAslrlexPq8acgSk=
2-
github.com/aquasecurity/libbpfgo v0.4.4-libbpf-1.0.1/go.mod h1:v+Nk+v6BtHLfdT4kVdsp+fYt4AeUa3cIG2P0y+nBuuY=
1+
github.com/aquasecurity/libbpfgo v0.4.5-libbpf-1.0.1 h1:Et7WT8CEpaO03v7FIVk85GMRRbwjF7sgoBgQhH5T30k=
2+
github.com/aquasecurity/libbpfgo v0.4.5-libbpf-1.0.1/go.mod h1:v+Nk+v6BtHLfdT4kVdsp+fYt4AeUa3cIG2P0y+nBuuY=
33
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
44
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=

0 commit comments

Comments
 (0)