Add dependencies as git submodules.

pull/10/head
Icedream 2017-05-05 13:03:05 +02:00
parent 508b5d461e
commit ce4ab02bf4
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
5 changed files with 16 additions and 0 deletions

12
.gitmodules vendored Normal file
View File

@ -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

1
vendor/github.com/alecthomas/template generated vendored Submodule

@ -0,0 +1 @@
Subproject commit a0175ee3bccc567396460bf5acd36800cb10c49c

1
vendor/github.com/alecthomas/units generated vendored Submodule

@ -0,0 +1 @@
Subproject commit 2efee857e7cfd4f3d0138cc3cbb1b4966962b93a

1
vendor/github.com/icedream/go-q3net generated vendored Submodule

@ -0,0 +1 @@
Subproject commit 32f4d526c4848c6f0fd8a0a8ffff7b2e9b22a514

1
vendor/gopkg.in/alecthomas/kingpin.v2 generated vendored Submodule

@ -0,0 +1 @@
Subproject commit 7f0871f2e17818990e4eed73f9b5c2f429501228