From 9414e9f63175576059685c5371fd28c6153f6fe5 Mon Sep 17 00:00:00 2001 From: MOZGIII Date: Mon, 26 Sep 2016 00:09:55 +0300 Subject: [PATCH] Vendored dependencies with git submodules --- .gitmodules | 6 ++++++ vendor/github.com/armon/go-socks5 | 1 + vendor/github.com/kelseyhightower/envconfig | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 vendor/github.com/armon/go-socks5 create mode 160000 vendor/github.com/kelseyhightower/envconfig diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..0d712e9 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "vendor/github.com/armon/go-socks5"] + path = vendor/github.com/armon/go-socks5 + url = https://github.com/armon/go-socks5 +[submodule "vendor/github.com/kelseyhightower/envconfig"] + path = vendor/github.com/kelseyhightower/envconfig + url = https://github.com/kelseyhightower/envconfig diff --git a/vendor/github.com/armon/go-socks5 b/vendor/github.com/armon/go-socks5 new file mode 160000 index 0000000..e753329 --- /dev/null +++ b/vendor/github.com/armon/go-socks5 @@ -0,0 +1 @@ +Subproject commit e75332964ef517daa070d7c38a9466a0d687e0a5 diff --git a/vendor/github.com/kelseyhightower/envconfig b/vendor/github.com/kelseyhightower/envconfig new file mode 160000 index 0000000..13674b2 --- /dev/null +++ b/vendor/github.com/kelseyhightower/envconfig @@ -0,0 +1 @@ +Subproject commit 13674b2d056fb658a00ba3f36e78043ced07c924