Skip to content

Commit ab90eeb

Browse files
committed
Fixed the submodule setup to get the YAML dependencies in
1 parent 5cd3be9 commit ab90eeb

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[submodule "vendor/github.com/ghodss/yaml"]
2+
path = vendor/github.com/ghodss/yaml
3+
url = https://github.com/ghodss/yaml
4+
[submodule "vendor/github.com/cloudfoundry-incubator/candiedyaml"]
5+
path = vendor/github.com/cloudfoundry-incubator/candiedyaml
6+
url = https://github.com/cloudfoundry-incubator/candiedyaml
Submodule candiedyaml added at 479485e

vendor/github.com/ghodss/yaml

Submodule yaml added at 1a6f069

0 commit comments

Comments
 (0)