-
Notifications
You must be signed in to change notification settings - Fork 17
/
.gitmodules
51 lines (51 loc) · 2.05 KB
/
.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[submodule "src/github.com/lucas-clemente/quic-go"]
path = src/github.com/lucas-clemente/quic-go
url = https://github.com/pavja2/quic-go
[submodule "src/github.com/alangpierce/go-forceexport"]
path = src/github.com/alangpierce/go-forceexport
url = https://www.github.com/alangpierce/go-forceexport
[submodule "src/github.com/cheekybits/genny"]
path = src/github.com/cheekybits/genny
url = https://www.github.com/cheekybits/genny
[submodule "src/github.com/golang/mock"]
path = src/github.com/golang/mock
url = https://www.github.com/golang/mock
[submodule "src/github.com/golang/protobuf"]
path = src/github.com/golang/protobuf
url = https://www.github.com/golang/protobuf
[submodule "src/github.com/marten-seemann/chacha20"]
path = src/github.com/marten-seemann/chacha20
url = https://www.github.com/marten-seemann/chacha20
[submodule "src/github.com/marten-seemann/qpack"]
path = src/github.com/marten-seemann/qpack
url = https://www.github.com/marten-seemann/qpack
[submodule "src/github.com/marten-seemann/qtls"]
path = src/github.com/marten-seemann/qtls
url = https://www.github.com/marten-seemann/qtls
[submodule "src/github.com/onsi/ginkgo"]
path = src/github.com/onsi/ginkgo
url = https://www.github.com/onsi/ginkgo
[submodule "src/github.com/onsi/gomega"]
path = src/github.com/onsi/gomega
url = https://www.github.com/onsi/gomega
[submodule "src/golang.org/x/crypto"]
path = src/golang.org/x/crypto
url = https://github.com/golang/crypto
[submodule "src/golang.org/x/net"]
path = src/golang.org/x/net
url = https://github.com/golang/net
[submodule "src/golang.org/x/sync"]
path = src/golang.org/x/sync
url = https://github.com/golang/sync
[submodule "src/golang.org/x/sys"]
path = src/golang.org/x/sys
url = https://github.com/golang/sys
[submodule "src/golang.org/x/text"]
path = src/golang.org/x/text
url = https://github.com/golang/text
[submodule "src/golang.org/x/xerrors"]
path = src/golang.org/x/xerrors
url = https://github.com/golang/xerrors
[submodule "src/gopkg.in/yaml.v2"]
path = src/gopkg.in/yaml.v2
url = https://github.com/go-yaml/yaml/