diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..b1542fb --- /dev/null +++ b/.gitmodules @@ -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 diff --git a/vendor/github.com/dustin/go-humanize b/vendor/github.com/dustin/go-humanize new file mode 160000 index 0000000..7a41df0 --- /dev/null +++ b/vendor/github.com/dustin/go-humanize @@ -0,0 +1 @@ +Subproject commit 7a41df006ff9af79a29f0ffa9c5f21fbe6314a2d diff --git a/vendor/github.com/hpcloud/tail b/vendor/github.com/hpcloud/tail new file mode 160000 index 0000000..faf842b --- /dev/null +++ b/vendor/github.com/hpcloud/tail @@ -0,0 +1 @@ +Subproject commit faf842bde7ed83bbc3c65a2c454fae39bc29a95f diff --git a/vendor/github.com/pyed/transmission b/vendor/github.com/pyed/transmission new file mode 160000 index 0000000..065032b --- /dev/null +++ b/vendor/github.com/pyed/transmission @@ -0,0 +1 @@ +Subproject commit 065032b0e966f5cfb06d0126d5aea72a92b30b8a diff --git a/vendor/gopkg.in/telegram-bot-api.v4 b/vendor/gopkg.in/telegram-bot-api.v4 new file mode 160000 index 0000000..0a57807 --- /dev/null +++ b/vendor/gopkg.in/telegram-bot-api.v4 @@ -0,0 +1 @@ +Subproject commit 0a57807db79efce7f6719fbb2c0e0f83fda79aec