-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.gitmodules
48 lines (48 loc) · 2.13 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
[submodule "vendor/github.com/gorilla/mux"]
path = vendor/github.com/gorilla/mux
url = /~https://github.com/gorilla/mux
[submodule "vendor/github.com/gorilla/context"]
path = vendor/github.com/gorilla/context
url = /~https://github.com/gorilla/context
[submodule "vendor/github.com/beorn7/perks"]
path = vendor/github.com/beorn7/perks
url = /~https://github.com/beorn7/perks
[submodule "vendor/github.com/fsouza/go-dockerclient"]
path = vendor/github.com/fsouza/go-dockerclient
url = /~https://github.com/fsouza/go-dockerclient
[submodule "vendor/github.com/Sirupsen/logrus"]
path = vendor/github.com/Sirupsen/logrus
url = /~https://github.com/Sirupsen/logrus
[submodule "vendor/github.com/prometheus/procfs"]
path = vendor/github.com/prometheus/procfs
url = /~https://github.com/prometheus/procfs
[submodule "vendor/github.com/prometheus/client_golang"]
path = vendor/github.com/prometheus/client_golang
url = /~https://github.com/prometheus/client_golang
[submodule "vendor/github.com/prometheus/common"]
path = vendor/github.com/prometheus/common
url = /~https://github.com/prometheus/common
[submodule "vendor/github.com/prometheus/client_model"]
path = vendor/github.com/prometheus/client_model
url = /~https://github.com/prometheus/client_model
[submodule "vendor/github.com/matttproud/golang_protobuf_extensions"]
path = vendor/github.com/matttproud/golang_protobuf_extensions
url = /~https://github.com/matttproud/golang_protobuf_extensions
[submodule "vendor/github.com/coreos/etcd"]
path = vendor/github.com/coreos/etcd
url = /~https://github.com/coreos/etcd
[submodule "vendor/github.com/golang/protobuf"]
path = vendor/github.com/golang/protobuf
url = /~https://github.com/golang/protobuf
[submodule "vendor/github.com/stretchr/testify"]
path = vendor/github.com/stretchr/testify
url = /~https://github.com/stretchr/testify
[submodule "vendor/github.com/spf13/pflag"]
path = vendor/github.com/spf13/pflag
url = /~https://github.com/spf13/pflag
[submodule "vendor/github.com/spf13/cobra"]
path = vendor/github.com/spf13/cobra
url = /~https://github.com/spf13/cobra
[submodule "vendor/golang.org/x/net"]
path = vendor/golang.org/x/net
url = https://go.googlesource.com/net