vendor: go-xmpp stay at v0.1.3
This commit is contained in:
parent
74c8274e07
commit
b1fd39ebd3
|
@ -1,4 +1,8 @@
|
||||||
image: golang:latest
|
image: golang:latest
|
||||||
|
|
||||||
|
variables:
|
||||||
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
- test
|
- test
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "vendor/gosrc.io/xmpp"]
|
||||||
|
path = vendor/gosrc.io/xmpp
|
||||||
|
url = https://github.com/FluuxIO/go-xmpp
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 3b66e318886bd3dc86838713d5d5adbd8006c180
|
Loading…
Reference in New Issue