From e928dd898b05fb941d1c2c138e5c9a209b12825b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20Kesim?= Date: Thu, 17 Nov 2022 14:33:22 +0100 Subject: [PATCH] add go.mod --- GetRuntimeAddresses/go.mod | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 GetRuntimeAddresses/go.mod diff --git a/GetRuntimeAddresses/go.mod b/GetRuntimeAddresses/go.mod new file mode 100644 index 0000000..3cb3120 --- /dev/null +++ b/GetRuntimeAddresses/go.mod @@ -0,0 +1,3 @@ +module kesim.org/ebpf-challenge/GetRuntimeAddresses + +go 1.19