Skip to content

Commit

Permalink
build(deps): bump github.com/aquasecurity/libbpfgo in /tools/tcptracer
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 23, 2022
1 parent 4fca0b9 commit b0a451a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/tcptracer/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/mozillazg/libbpfgo-tools/tools/tcptracer
go 1.18

require (
github.com/aquasecurity/libbpfgo v0.4.4-libbpf-1.0.1
github.com/aquasecurity/libbpfgo v0.4.5-libbpf-1.0.1
github.com/mozillazg/libbpfgo-tools/common v0.0.0
github.com/spf13/pflag v1.0.5
)
Expand Down
4 changes: 2 additions & 2 deletions tools/tcptracer/go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github.com/aquasecurity/libbpfgo v0.4.4-libbpf-1.0.1 h1:cjdRq/YhQ5ZVU0jm6H3VXVcHgMzAAslrlexPq8acgSk=
github.com/aquasecurity/libbpfgo v0.4.4-libbpf-1.0.1/go.mod h1:v+Nk+v6BtHLfdT4kVdsp+fYt4AeUa3cIG2P0y+nBuuY=
github.com/aquasecurity/libbpfgo v0.4.5-libbpf-1.0.1 h1:Et7WT8CEpaO03v7FIVk85GMRRbwjF7sgoBgQhH5T30k=
github.com/aquasecurity/libbpfgo v0.4.5-libbpf-1.0.1/go.mod h1:v+Nk+v6BtHLfdT4kVdsp+fYt4AeUa3cIG2P0y+nBuuY=
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=

0 comments on commit b0a451a

Please sign in to comment.