diff options
| author | Paul Buetow <paul@buetow.org> | 2024-02-04 10:17:59 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-02-04 10:17:59 +0200 |
| commit | 6f0b9a473ab8e3fd8ac58724e907809da36b1bd1 (patch) | |
| tree | 8b60b3a6b665bcef4d00e7453000d7aca4716e5f /go.mod | |
| parent | 2964fe4a7185d75b84745edee5edc9dcf5fc4b4f (diff) | |
initial version (not yet working)
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +module github.com/aquasecurity/libbpfgo/selftest/map-update + +go 1.18 + +require github.com/aquasecurity/libbpfgo v0.4.7-libbpf-1.2.0-b2e29a1 + +replace github.com/aquasecurity/libbpfgo => ../../ |
