summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2019-05-24 19:16:17 +0200
committercyBerta <cyberta@riseup.net>2019-08-02 01:49:37 +0200
commitf64d616754f057db76754738399ba8e242c8c69b (patch)
treefb23131242b45f375c26ef771a4d4ec95bd5ef4b /.gitmodules
parentded4693e7acf273cccd939fa1f30de589b316ed2 (diff)
add missing .gitmodules
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules61
1 files changed, 61 insertions, 0 deletions
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