aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 3 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 3de0c58..856bb6c 100644
--- a/go.mod
+++ b/go.mod
@@ -4,6 +4,7 @@ go 1.17
require (
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
- golang.org/x/net v0.0.0-20211020060615-d418f374d309
- golang.org/x/sys v0.0.0-20211020174200-9d6173849985
+ golang.org/x/net v0.0.0-20211101193420-4a448f8816b3
+ golang.org/x/sys v0.0.0-20211103235746-7861aae1554b
+ golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224
)