-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
51 lines (51 loc) · 2.16 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 "vendor/github.com/aws/aws-sdk-go"]
path = vendor/github.com/aws/aws-sdk-go
url = https://github.com/aws/aws-sdk-go
[submodule "vendor/github.com/elazarl/go-bindata-assetfs"]
path = vendor/github.com/elazarl/go-bindata-assetfs
url = https://github.com/elazarl/go-bindata-assetfs
[submodule "vendor/github.com/fsnotify/fsnotify"]
path = vendor/github.com/fsnotify/fsnotify
url = https://github.com/fsnotify/fsnotify
[submodule "vendor/github.com/gorilla/websocket"]
path = vendor/github.com/gorilla/websocket
url = https://github.com/gorilla/websocket
[submodule "vendor/github.com/hashicorp/hcl"]
path = vendor/github.com/hashicorp/hcl
url = https://github.com/hashicorp/hcl
[submodule "vendor/github.com/magiconair/properties"]
path = vendor/github.com/magiconair/properties
url = https://github.com/magiconair/properties
[submodule "vendor/github.com/mitchellh/mapstructure"]
path = vendor/github.com/mitchellh/mapstructure
url = https://github.com/mitchellh/mapstructure
[submodule "vendor/github.com/pelletier/go-toml"]
path = vendor/github.com/pelletier/go-toml
url = https://github.com/pelletier/go-toml
[submodule "vendor/github.com/spf13/afero"]
path = vendor/github.com/spf13/afero
url = https://github.com/spf13/afero
[submodule "vendor/github.com/spf13/cast"]
path = vendor/github.com/spf13/cast
url = https://github.com/spf13/cast
[submodule "vendor/github.com/spf13/jwalterweatherman"]
path = vendor/github.com/spf13/jwalterweatherman
url = https://github.com/spf13/jwalterweatherman
[submodule "vendor/github.com/spf13/pflag"]
path = vendor/github.com/spf13/pflag
url = https://github.com/spf13/pflag
[submodule "vendor/github.com/spf13/viper"]
path = vendor/github.com/spf13/viper
url = https://github.com/spf13/viper
[submodule "vendor/golang.org/x/sys"]
path = vendor/golang.org/x/sys
url = https://go.googlesource.com/sys
[submodule "vendor/golang.org/x/text"]
path = vendor/golang.org/x/text
url = https://go.googlesource.com/text
[submodule "vendor/gopkg.in/yaml.v2"]
path = vendor/gopkg.in/yaml.v2
url = https://gopkg.in/yaml.v2
[submodule "vendor/github.com/ugorji/go"]
path = vendor/github.com/ugorji/go
url = https://github.com/ugorji/go