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