diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2022-08-29 12:04:27 -0400 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2022-08-29 12:14:05 -0400 |
commit | d1d08426b27b57990b1ee6782794f56d2c002aa3 (patch) | |
tree | 2fd4ae9bcf1a02a79460e4a053f1c2939148566b /go.mod | |
parent | 3381e21b1831457383784bfa1d9839f7fb271da4 (diff) |
tun/netstack: remove separate module
Now that the gvisor deps aren't insane, we can just do this in the main
module.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 ) |