From 764d3e67fc783c487f42d398d1b85a5a1f0d8ef0 Mon Sep 17 00:00:00 2001 From: James O'Doherty Date: Fri, 22 May 2026 10:05:38 -0400 Subject: feat: implement rootless network isolation bootstrap and C launcher --- go.mod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index c5ef9d2..3c0acb3 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,5 @@ module git.theodohertyfamily.com/tools/wg-wrap go 1.26.3 + +require golang.org/x/sys v0.45.0 // indirect -- cgit v1.2.3