From ce4ab02bf4cdd962ef726b37ba7061906ea61127 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Fri, 5 May 2017 13:03:05 +0200 Subject: [PATCH] Add dependencies as git submodules. --- .gitmodules | 12 ++++++++++++ vendor/github.com/alecthomas/template | 1 + vendor/github.com/alecthomas/units | 1 + vendor/github.com/icedream/go-q3net | 1 + vendor/gopkg.in/alecthomas/kingpin.v2 | 1 + 5 files changed, 16 insertions(+) create mode 100644 .gitmodules create mode 160000 vendor/github.com/alecthomas/template create mode 160000 vendor/github.com/alecthomas/units create mode 160000 vendor/github.com/icedream/go-q3net create mode 160000 vendor/gopkg.in/alecthomas/kingpin.v2 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..7da047c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,12 @@ +[submodule "vendor/github.com/alecthomas/template"] + path = vendor/github.com/alecthomas/template + url = https://github.com/alecthomas/template +[submodule "vendor/github.com/alecthomas/units"] + path = vendor/github.com/alecthomas/units + url = https://github.com/alecthomas/units +[submodule "vendor/gopkg.in/alecthomas/kingpin.v2"] + path = vendor/gopkg.in/alecthomas/kingpin.v2 + url = https://gopkg.in/alecthomas/kingpin.v2 +[submodule "vendor/github.com/icedream/go-q3net"] + path = vendor/github.com/icedream/go-q3net + url = https://github.com/icedream/go-q3net.git diff --git a/vendor/github.com/alecthomas/template b/vendor/github.com/alecthomas/template new file mode 160000 index 0000000..a0175ee --- /dev/null +++ b/vendor/github.com/alecthomas/template @@ -0,0 +1 @@ +Subproject commit a0175ee3bccc567396460bf5acd36800cb10c49c diff --git a/vendor/github.com/alecthomas/units b/vendor/github.com/alecthomas/units new file mode 160000 index 0000000..2efee85 --- /dev/null +++ b/vendor/github.com/alecthomas/units @@ -0,0 +1 @@ +Subproject commit 2efee857e7cfd4f3d0138cc3cbb1b4966962b93a diff --git a/vendor/github.com/icedream/go-q3net b/vendor/github.com/icedream/go-q3net new file mode 160000 index 0000000..32f4d52 --- /dev/null +++ b/vendor/github.com/icedream/go-q3net @@ -0,0 +1 @@ +Subproject commit 32f4d526c4848c6f0fd8a0a8ffff7b2e9b22a514 diff --git a/vendor/gopkg.in/alecthomas/kingpin.v2 b/vendor/gopkg.in/alecthomas/kingpin.v2 new file mode 160000 index 0000000..7f0871f --- /dev/null +++ b/vendor/gopkg.in/alecthomas/kingpin.v2 @@ -0,0 +1 @@ +Subproject commit 7f0871f2e17818990e4eed73f9b5c2f429501228