-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitmodules
87 lines (87 loc) · 4.02 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
[submodule ".gopath/src/github.com/polydawn/refmt"]
path = .gopath/src/github.com/polydawn/refmt
url = https://github.com/polydawn/refmt
[submodule ".gopath/src/github.com/smartystreets/logging"]
path = .gopath/src/github.com/smartystreets/logging
url = https://github.com/smartystreets/logging
[submodule ".gopath/src/github.com/smartystreets/goconvey"]
path = .gopath/src/github.com/smartystreets/goconvey
url = https://github.com/smartystreets/goconvey
[submodule ".gopath/src/github.com/smartystreets/assertions"]
path = .gopath/src/github.com/smartystreets/assertions
url = https://github.com/smartystreets/assertions
[submodule ".gopath/src/github.com/jtolds/gls"]
path = .gopath/src/github.com/jtolds/gls
url = https://github.com/jtolds/gls
[submodule ".gopath/src/go.polydawn.net/go-timeless-api"]
path = .gopath/src/go.polydawn.net/go-timeless-api
url = https://github.com/polydawn/go-timeless-api
[submodule ".gopath/src/github.com/warpfork/go-errcat"]
path = .gopath/src/github.com/warpfork/go-errcat
url = https://github.com/warpfork/go-errcat
[submodule ".gopath/src/go.polydawn.net/rio"]
path = .gopath/src/go.polydawn.net/rio
url = https://github.com/polydawn/rio
[submodule ".gopath/src/xi2.org/x/xz"]
path = .gopath/src/xi2.org/x/xz
url = https://github.com/xi2/xz
[submodule ".gopath/src/gopkg.in/alecthomas/kingpin.v2"]
path = .gopath/src/gopkg.in/alecthomas/kingpin.v2
url = https://gopkg.in/alecthomas/kingpin.v2
[submodule ".gopath/src/github.com/alecthomas/template"]
path = .gopath/src/github.com/alecthomas/template
url = https://github.com/alecthomas/template
[submodule ".gopath/src/github.com/alecthomas/units"]
path = .gopath/src/github.com/alecthomas/units
url = https://github.com/alecthomas/units
[submodule ".gopath/src/github.com/syndtr/gocapability"]
path = .gopath/src/github.com/syndtr/gocapability
url = https://github.com/syndtr/gocapability
[submodule ".gopath/src/gopkg.in/src-d/go-git.v4"]
path = .gopath/src/gopkg.in/src-d/go-git.v4
url = https://github.com/src-d/go-git
[submodule ".gopath/src/gopkg.in/warnings.v0"]
path = .gopath/src/gopkg.in/warnings.v0
url = https://gopkg.in/warnings.v0
[submodule ".gopath/src/golang.org/x/crypto"]
path = .gopath/src/golang.org/x/crypto
url = https://go.googlesource.com/crypto
[submodule ".gopath/src/golang.org/x/net"]
path = .gopath/src/golang.org/x/net
url = https://go.googlesource.com/net
[submodule ".gopath/src/github.com/kevinburke/ssh_config"]
path = .gopath/src/github.com/kevinburke/ssh_config
url = https://github.com/kevinburke/ssh_config
[submodule ".gopath/src/github.com/pelletier/go-buffruneio"]
path = .gopath/src/github.com/pelletier/go-buffruneio
url = https://github.com/pelletier/go-buffruneio
[submodule ".gopath/src/github.com/jbenet/go-context"]
path = .gopath/src/github.com/jbenet/go-context
url = https://github.com/jbenet/go-context
[submodule ".gopath/src/github.com/src-d/gcfg"]
path = .gopath/src/github.com/src-d/gcfg
url = https://github.com/src-d/gcfg
[submodule ".gopath/src/github.com/mitchellh/go-homedir"]
path = .gopath/src/github.com/mitchellh/go-homedir
url = https://github.com/mitchellh/go-homedir
[submodule ".gopath/src/gopkg.in/src-d/go-billy.v4"]
path = .gopath/src/gopkg.in/src-d/go-billy.v4
url = https://github.com/src-d/go-billy
[submodule ".gopath/src/golang.org/x/text"]
path = .gopath/src/golang.org/x/text
url = https://go.googlesource.com/text
[submodule ".gopath/src/github.com/xanzy/ssh-agent"]
path = .gopath/src/github.com/xanzy/ssh-agent
url = https://github.com/xanzy/ssh-agent
[submodule ".gopath/src/github.com/sergi/go-diff"]
path = .gopath/src/github.com/sergi/go-diff
url = https://github.com/sergi/go-diff
[submodule ".gopath/src/github.com/emirpasic/gods"]
path = .gopath/src/github.com/emirpasic/gods
url = https://github.com/emirpasic/gods
[submodule ".gopath/src/github.com/warpfork/go-wish"]
path = .gopath/src/github.com/warpfork/go-wish
url = https://github.com/warpfork/go-wish
[submodule ".gopath/src/golang.org/x/sys"]
path = .gopath/src/golang.org/x/sys
url = https://go.googlesource.com/sys