summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2021-07-09 02:19:29 +0200
committercyBerta <cyberta@riseup.net>2021-07-21 22:02:24 +0200
commit7919dfabc1a42c2dfdcf0ded326afad352096a06 (patch)
tree942d9025affa4e9184d6918887473cc404d92544
parent2b1a25acb6673278278cda51a4ab988e2466f75e (diff)
remove golang submodules
-rw-r--r--.gitmodules67
m---------go/src/github.com/OperatorFoundation/obfs40
m---------go/src/github.com/OperatorFoundation/shapeshifter-dispatcher0
m---------go/src/github.com/OperatorFoundation/shapeshifter-ipc0
m---------go/src/github.com/OperatorFoundation/shapeshifter-transports0
m---------go/src/github.com/aead/chacha200
m---------go/src/github.com/agl/ed255190
m---------go/src/github.com/dchest/siphash0
m---------go/src/github.com/shadowsocks/shadowsocks-go0
m---------go/src/golang.org/x/crypto0
m---------go/src/golang.org/x/net0
m---------go/src/golang.org/x/sys0
m---------go/src/golang.org/x/tools0
m---------go/src/se.leap.bitmaskclient/shapeshifter0
14 files changed, 0 insertions, 67 deletions
diff --git a/.gitmodules b/.gitmodules
index de71e2e8..97688129 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -2,70 +2,3 @@
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://0xacab.org/leap/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
-[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
diff --git a/go/src/github.com/OperatorFoundation/obfs4 b/go/src/github.com/OperatorFoundation/obfs4
deleted file mode 160000
-Subproject 17f2cb99c26454c519ca23185ee5dd3176a9363
diff --git a/go/src/github.com/OperatorFoundation/shapeshifter-dispatcher b/go/src/github.com/OperatorFoundation/shapeshifter-dispatcher
deleted file mode 160000
-Subproject 7f7dd9fa3e11173dc5f54b9fca7e693cfe93cc8
diff --git a/go/src/github.com/OperatorFoundation/shapeshifter-ipc b/go/src/github.com/OperatorFoundation/shapeshifter-ipc
deleted file mode 160000
-Subproject 11746ba927e07aaa79ead1342256419df25ad69
diff --git a/go/src/github.com/OperatorFoundation/shapeshifter-transports b/go/src/github.com/OperatorFoundation/shapeshifter-transports
deleted file mode 160000
-Subproject b69856f6c6f6864167030359cb556143ecafb0a
diff --git a/go/src/github.com/aead/chacha20 b/go/src/github.com/aead/chacha20
deleted file mode 160000
-Subproject 8b13a72661dae6e9e5dea04f344f0dc95ea2954
diff --git a/go/src/github.com/agl/ed25519 b/go/src/github.com/agl/ed25519
deleted file mode 160000
-Subproject 5312a61534124124185d41f09206b9fef1d8840
diff --git a/go/src/github.com/dchest/siphash b/go/src/github.com/dchest/siphash
deleted file mode 160000
-Subproject 34f201214d993633bb24f418ba11736ab8b55aa
diff --git a/go/src/github.com/shadowsocks/shadowsocks-go b/go/src/github.com/shadowsocks/shadowsocks-go
deleted file mode 160000
-Subproject 6a03846ca9c02d8e94142b3c72b3182207a414b
diff --git a/go/src/golang.org/x/crypto b/go/src/golang.org/x/crypto
deleted file mode 160000
-Subproject 87dc89f01550277dc22b74ffcf4cd89fa2f40f4
diff --git a/go/src/golang.org/x/net b/go/src/golang.org/x/net
deleted file mode 160000
-Subproject ec77196f6094c3492a8b61f2c11cf937f78992a
diff --git a/go/src/golang.org/x/sys b/go/src/golang.org/x/sys
deleted file mode 160000
-Subproject f89234f9a2c237c4d4cf7b32e3d9fe2f7c4eacd
diff --git a/go/src/golang.org/x/tools b/go/src/golang.org/x/tools
deleted file mode 160000
-Subproject 2b779830f9d33eccacea7d9e741475351b225b1
diff --git a/go/src/se.leap.bitmaskclient/shapeshifter b/go/src/se.leap.bitmaskclient/shapeshifter
deleted file mode 160000
-Subproject f50f90891c1b0dfab1c717c19c183387d08b878