Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vendor github.com/digitalocean/godo #2891

Merged
merged 1 commit into from Jul 10, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -313,3 +313,6 @@
[submodule "_vendor/github.com/Azure/go-autorest"]
path = _vendor/github.com/Azure/go-autorest
url = https://github.com/Azure/go-autorest
[submodule "_vendor/github.com/digitalocean/godo"]
path = _vendor/github.com/digitalocean/godo
url = https://github.com/digitalocean/godo.git
1 change: 1 addition & 0 deletions _vendor/github.com/digitalocean/godo
Submodule godo added at 348403
1 change: 1 addition & 0 deletions vendor/github.com/digitalocean/godo/.gitignore

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

6 changes: 6 additions & 0 deletions vendor/github.com/digitalocean/godo/.travis.yml

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/digitalocean/godo/CHANGELOG.md

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

23 changes: 23 additions & 0 deletions vendor/github.com/digitalocean/godo/CONTRIBUTING.md

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

55 changes: 55 additions & 0 deletions vendor/github.com/digitalocean/godo/LICENSE.txt

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

138 changes: 138 additions & 0 deletions vendor/github.com/digitalocean/godo/README.md

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

60 changes: 60 additions & 0 deletions vendor/github.com/digitalocean/godo/account.go

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

59 changes: 59 additions & 0 deletions vendor/github.com/digitalocean/godo/account_test.go

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