Skip to content

Commit

Permalink
Vendoring / Dependencies
Browse files Browse the repository at this point in the history
Adding the dependecies for the templating
  • Loading branch information
gambol99 committed Sep 4, 2017
1 parent 7c7ba98 commit 2e1f424
Show file tree
Hide file tree
Showing 107 changed files with 11,975 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -322,3 +322,18 @@
[submodule "_vendor/github.com/tent/http-link-go"]
path = _vendor/github.com/tent/http-link-go
url = https://github.com/tent/http-link-go.git
[submodule "_vendor/github.com/Masterminds/semver"]
path = _vendor/github.com/Masterminds/semver
url = https://github.com/Masterminds/semver.git
[submodule "_vendor/github.com/huandu/xstrings"]
path = _vendor/github.com/huandu/xstrings
url = https://github.com/huandu/xstrings.git
[submodule "_vendor/github.com/satori/go.uuid"]
path = _vendor/github.com/satori/go.uuid
url = https://github.com/satori/go.uuid.git
[submodule "_vendor/github.com/Masterminds/sprig"]
path = _vendor/github.com/Masterminds/sprig
url = https://github.com/Masterminds/sprig.git
[submodule "_vendor/github.com/aokoli/goutils"]
path = _vendor/github.com/aokoli/goutils
url = https://github.com/aokoli/goutils.git
1 change: 1 addition & 0 deletions _vendor/github.com/Masterminds/semver
Submodule semver added at 517734
1 change: 1 addition & 0 deletions _vendor/github.com/Masterminds/sprig
Submodule sprig added at e039e2
1 change: 1 addition & 0 deletions _vendor/github.com/aokoli/goutils
Submodule goutils added at 3391d3
1 change: 1 addition & 0 deletions _vendor/github.com/huandu/xstrings
Submodule xstrings added at 395933
1 change: 1 addition & 0 deletions _vendor/github.com/satori/go.uuid
Submodule go.uuid added at 5bf94b
25 changes: 25 additions & 0 deletions vendor/github.com/Masterminds/semver/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

67 changes: 67 additions & 0 deletions vendor/github.com/Masterminds/semver/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions vendor/github.com/Masterminds/semver/LICENSE.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 36 additions & 0 deletions vendor/github.com/Masterminds/semver/Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

165 changes: 165 additions & 0 deletions vendor/github.com/Masterminds/semver/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 44 additions & 0 deletions vendor/github.com/Masterminds/semver/appveyor.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2e1f424

Please sign in to comment.