-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
36 lines (36 loc) · 1005 Bytes
/
.gitmodules
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
[submodule "darwin-arm64"]
path = darwin-arm64
branch = main
url = [email protected]:go-ffstatic/darwin-arm64.git
[submodule "darwin-amd64"]
path = darwin-amd64
branch = main
url = [email protected]:go-ffstatic/darwin-amd64.git
[submodule "windows-amd64"]
path = windows-amd64
branch = main
url = [email protected]:go-ffstatic/windows-amd64.git
[submodule "windows-386"]
path = windows-386
branch = main
url = [email protected]:go-ffstatic/windows-386.git
[submodule "linux-amd64"]
path = linux-amd64
branch = main
url = [email protected]:go-ffstatic/linux-amd64.git
[submodule "linux-arm64"]
path = linux-arm64
branch = main
url = [email protected]:go-ffstatic/linux-arm64.git
[submodule "linux-arm"]
path = linux-arm
branch = main
url = [email protected]:go-ffstatic/linux-arm.git
[submodule "linux-386"]
path = linux-386
branch = main
url = [email protected]:go-ffstatic/linux-386.git
[submodule "freebsd-amd64"]
path = freebsd-amd64
branch = main
url = [email protected]:go-ffstatic/freebsd-amd64.git