From f64d616754f057db76754738399ba8e242c8c69b Mon Sep 17 00:00:00 2001 From: cyBerta Date: Fri, 24 May 2019 19:16:17 +0200 Subject: add missing .gitmodules --- .gitmodules | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 97688129..3c9d4177 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,64 @@ path = ics-openvpn branch = new_master url = https://leap.se/git/ics_openvpn.git + +[submodule "go/src/github.com/OperatorFoundation/obfs4"] + path = go/src/github.com/OperatorFoundation/obfs4 + url = https://github.com/OperatorFoundation/obfs4.git + ignore = untracked + +[submodule "go/src/github.com/OperatorFoundation/shapeshifter-dispatcher"] + path = go/src/github.com/OperatorFoundation/shapeshifter-dispatcher + url = https://github.com/OperatorFoundation/shapeshifter-dispatcher.git + ignore = untracked + +[submodule "go/src/github.com/OperatorFoundation/shapeshifter-ipc"] + path = go/src/github.com/OperatorFoundation/shapeshifter-ipc + url = https://github.com/OperatorFoundation/shapeshifter-ipc.git + ignore = untracked + +[submodule "go/src/github.com/OperatorFoundation/shapeshifter-transports"] + path = go/src/github.com/OperatorFoundation/shapeshifter-transports + url = https://github.com/OperatorFoundation/shapeshifter-transports.git + ignore = untracked + +[submodule "go/src/github.com/aead/chacha20"] + path = go/src/github.com/aead/chacha20 + url = https://github.com/aead/chacha20.git + ignore = untracked + +[submodule "go/src/github.com/agl/ed25519"] + path = go/src/github.com/agl/ed25519 + url = https://github.com/agl/ed25519.git + ignore = untracked + +[submodule "go/src/github.com/dchest/siphash"] + path = go/src/github.com/dchest/siphash + url = https://github.com/dchest/siphash.git + ignore = untracked + +[submodule "go/src/github.com/shadowsocks/shadowsocks-go"] + path = go/src/github.com/shadowsocks/shadowsocks-go + url = https://github.com/shadowsocks/shadowsocks-go.git + ignore = untracked + +[submodule "go/src/github.com/willscott/goturn"] + path = go/src/github.com/willscott/goturn + url = https://github.com/willscott/goturn.git + ignore = untracked + + +[submodule "go/src/golang.org/x/crypto"] + path = go/src/golang.org/x/crypto + url = https://github.com/golang/crypto.git + ignore = untracked + +[submodule "go/src/golang.org/x/net"] + path = go/src/golang.org/x/net + url = https://github.com/golang/net.git + ignore = untracked + +[submodule "go/src/golang.org/x/sys"] + path = go/src/golang.org/x/sys + url = https://github.com/golang/sys.git + ignore = untracked -- cgit v1.2.3 From e848d53ed8b1c9cbc29fd514cf818ff949269894 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Fri, 19 Jul 2019 16:12:07 +0200 Subject: add shapeshifter library as submodule --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 3c9d4177..8833bcd1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -63,3 +63,6 @@ path = go/src/golang.org/x/sys url = https://github.com/golang/sys.git ignore = untracked +[submodule "go/src/se.leap.bitmaskclient/shapeshifter"] + path = go/src/se.leap.bitmaskclient/shapeshifter + url = https://0xacab.org/leap/shapeshifter.git -- cgit v1.2.3 From b03c7ddcee94a858762c614f13c2c4fd303e8100 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Thu, 5 Sep 2019 18:31:38 +0200 Subject: add go/x/tools as submodule --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 8833bcd1..1dc1ad9f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -66,3 +66,6 @@ [submodule "go/src/se.leap.bitmaskclient/shapeshifter"] path = go/src/se.leap.bitmaskclient/shapeshifter url = https://0xacab.org/leap/shapeshifter.git +[submodule "go/src/golang.org/x/tools"] + path = go/src/golang.org/x/tools + url = https://github.com/golang/tools.git -- cgit v1.2.3