From 58c681c5364a597f6f8360407d5f64a03fc31db3 Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Fri, 22 Jan 2021 10:10:06 +0100 Subject: [PATCH] adds wireguard-go as submodule --- .gitmodules | 3 +++ third_party/wireguard-go | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 third_party/wireguard-go diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..5120f29 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "third_party/wireguard-go"] + path = third_party/wireguard-go + url = https://git.zx2c4.com/wireguard-go diff --git a/third_party/wireguard-go b/third_party/wireguard-go new file mode 160000 index 0000000..da19db4 --- /dev/null +++ b/third_party/wireguard-go @@ -0,0 +1 @@ +Subproject commit da19db415a588e72fb8b13e5b5aa0b97db7cc30b