Vendor deps

This commit is contained in:
pyed
2017-02-26 22:46:10 +03:00
parent 28e575f225
commit a497041d52
5 changed files with 16 additions and 0 deletions

12
.gitmodules vendored Normal file
View File

@@ -0,0 +1,12 @@
[submodule "vendor/github.com/dustin/go-humanize"]
path = vendor/github.com/dustin/go-humanize
url = https://github.com/dustin/go-humanize
[submodule "vendor/github.com/hpcloud/tail"]
path = vendor/github.com/hpcloud/tail
url = https://github.com/hpcloud/tail
[submodule "vendor/github.com/pyed/transmission"]
path = vendor/github.com/pyed/transmission
url = https://github.com/pyed/transmission
[submodule "vendor/gopkg.in/telegram-bot-api.v4"]
path = vendor/gopkg.in/telegram-bot-api.v4
url = https://gopkg.in/telegram-bot-api.v4

1
vendor/github.com/hpcloud/tail generated vendored Submodule

1
vendor/github.com/pyed/transmission generated vendored Submodule

1
vendor/gopkg.in/telegram-bot-api.v4 generated vendored Submodule