summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-03-29 11:37:59 +0200
committerPaul Buetow <paul@buetow.org>2025-03-29 11:37:59 +0200
commitdc5c405f6afb9fc59ba73e7dbc7cd3564983ae6e (patch)
treeef465cede5b74cba016d1856073419610e09a3f4 /go.mod
parent8a34be1f4fffca90d74e2092c7bc5a6af02392c4 (diff)
more on this
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 4 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 5c848b5..7f1eb6a 100644
--- a/go.mod
+++ b/go.mod
@@ -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
+)