cathy zhang
c4118c049e
dependency package golang.org/x/text v0.3.2 has high security vulnerabiliy, upgrade it to v0.3.3
2020-07-20 14:01:21 +08:00
Vishal Rana
6e7c7cea03
Bumped version
...
Signed-off-by: Vishal Rana <vr@labstack.com>
2020-03-30 12:32:58 -07:00
Vishal Rana
3e8a797db0
Updated version
...
Signed-off-by: Vishal Rana <vr@labstack.com>
2020-02-29 07:49:22 -08:00
Vishal Rana
91b853a6f2
Updated go.mod
...
Signed-off-by: Vishal Rana <vr@labstack.com>
2020-02-29 07:25:32 -08:00
ochan
c2f2e8d258
Support HTTP/2 h2c mode (cleartext) ( #1489 )
2020-01-28 14:46:00 -08:00
Roland Lammel
94d9e009d8
Tidy up unused imports from go.mod ( #1468 )
2020-01-08 10:53:02 -08:00
Vishal Rana
07ec791103
Updated deps
...
Signed-off-by: Vishal Rana <vr@labstack.com>
2019-12-29 23:08:27 -08:00
Vishal Rana
7c5e9ab0d9
Fixed #988
...
Signed-off-by: Vishal Rana <vr@labstack.com>
2019-10-24 14:59:52 -07:00
Vishal Rana
88a9ad73ec
Updated dep & bumped v4.1.10
...
Signed-off-by: Vishal Rana <vr@labstack.com>
2019-08-17 07:39:36 -07:00
Vishal Rana
842fc8772f
Fixed #1323
...
Signed-off-by: Vishal Rana <vr@labstack.com>
2019-06-09 09:37:21 -07:00
Carlos Eduardo
530f768a47
Update x/sys module to support Risc-V ( #1344 )
2019-06-08 09:46:39 -07:00
Vishal Rana
e53d9c516f
Updated deps and fixed a typo
...
Signed-off-by: Vishal Rana <vr@labstack.com>
2019-04-27 22:32:29 -07:00
Alex Ungur
6d9e043284
Introduced Go module support as v4, removed obsolete CloseNotifier() mechanism
...
This reintroduces support for Go modules, as v4.
CloseNotifier() is removed as it has been obsoleted, see https://golang.org/doc/go1.11#net/http
It was already NOT working (not sending signals) as of 1.11 the functionality was gone, we merely
deleted the functions that exposed it. If anyone still relies on it they should migrate to using
`c.Request().Context().Done()` instead.
Closes #1268 , #1255
2019-01-30 16:11:42 +02:00
Alex Ungur
38772c686c
Removed go.mod and sum to help solve the issue with Go modules ( #1244 )
2019-01-28 16:12:53 +02:00
Vishal Rana
b37628bfc5
Updated ci
...
Signed-off-by: Vishal Rana <vr@labstack.com>
2018-11-10 11:01:00 -08:00
Evgeniy Kulikov
c185ebd0de
Update dependencies ( #1194 )
...
* Update go.mod
Replace:
`github.com/labstack/gommon v0.0.0-20180312174116-6fe1405d73ec`
With:
`github.com/labstack/gommon v0.2.7`
* Update Gopkg
Replace:
`github.com/labstack/gommon 0.2.4`
With:
`github.com/labstack/gommon v0.2.7`
* Update go/dep 0.5.0
2018-09-14 07:46:40 -07:00
Geon Kim
54d5613aa2
Add go.mod for Go modules ( #1187 )
...
* Add go.mod
* Resolve problem
2018-09-04 08:07:41 -07:00