summaryrefslogtreecommitdiff
path: root/.gitmodules
blob: de71e2e8df179e42cbd4be524f0f8fab8f3e71ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
[submodule "ics-openvpn"]
	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