diff options
author | 2019-03-03 04:47:11 +0100 | |
---|---|---|
committer | 2019-03-03 05:43:42 +0100 | |
commit | 49cc63467812ed9946f4a98eb73658f2ce0b2aac (patch) | |
tree | b6e1f54465e57ae0161fcd61a701d41c18902b09 /app/tools/libwg-go/go.mod | |
parent | libwg-go: update to 1.12 (diff) | |
download | wireguard-android-49cc63467812ed9946f4a98eb73658f2ce0b2aac.tar.xz wireguard-android-49cc63467812ed9946f4a98eb73658f2ce0b2aac.zip |
libwg-go: don't use submodule
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/tools/libwg-go/go.mod')
-rw-r--r-- | app/tools/libwg-go/go.mod | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/tools/libwg-go/go.mod b/app/tools/libwg-go/go.mod new file mode 100644 index 00000000..691fdf02 --- /dev/null +++ b/app/tools/libwg-go/go.mod @@ -0,0 +1,8 @@ +module golang.zx2c4.com/wireguard/android + +go 1.12 + +require ( + golang.org/x/sys v0.0.0-20190302025703-b6889370fb10 + golang.zx2c4.com/wireguard v0.0.0-20190303043202-244a98e380fa +) |