Upgrading vendor folder dependencies.

This commit is contained in:
Renan DelValle 2018-12-27 09:58:53 -08:00
parent 4a0cbcd770
commit acbe9ad9e5
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
229 changed files with 10735 additions and 4528 deletions

View file

@ -25,7 +25,7 @@ THttpTransport = TTransportBase:new{
wBuf = '',
rBuf = '',
CRLF = '\r\n',
VERSION = '1.0.0',
VERSION = '0.12.0',
isServer = true
}

View file

@ -48,7 +48,7 @@ function ttable_size(t)
return count
end
version = 1.0
version = '0.12.0'
TType = {
STOP = 0,