aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 6 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 4fcb2fa..d0d58b3 100644
--- a/go.mod
+++ b/go.mod
@@ -7,4 +7,10 @@ require (
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
golang.org/x/sys v0.0.0-20220315194320-039c03cc5b86
golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224
+ gvisor.dev/gvisor v0.0.0-20220817001344-846276b3dbc5
+)
+
+require (
+ github.com/google/btree v1.0.1 // indirect
+ golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
)