diff options
| author | Paul Buetow <paul@buetow.org> | 2025-03-29 11:37:59 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-03-29 11:37:59 +0200 |
| commit | dc5c405f6afb9fc59ba73e7dbc7cd3564983ae6e (patch) | |
| tree | ef465cede5b74cba016d1856073419610e09a3f4 /go.mod | |
| parent | 8a34be1f4fffca90d74e2092c7bc5a6af02392c4 (diff) | |
more on this
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2,4 +2,7 @@ module ior go 1.24 -require github.com/aquasecurity/libbpfgo v0.6.0-libbpf-1.3.0.20240111220235-90dbffffbdab +require ( + github.com/DataDog/zstd v1.5.7 + github.com/aquasecurity/libbpfgo v0.6.0-libbpf-1.3.0.20240111220235-90dbffffbdab +) |
