Skip to content

Commit ee4c4b8

Browse files
committed
Update dependencies
Signed-off-by: Xabier Larrakoetxea <[email protected]>
1 parent 5eb46db commit ee4c4b8

File tree

2 files changed

+72
-38
lines changed

2 files changed

+72
-38
lines changed

go.mod

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ module github.com/slok/go-http-metrics
22

33
require (
44
contrib.go.opencensus.io/exporter/prometheus v0.1.0
5-
github.com/emicklei/go-restful v2.11.1+incompatible
6-
github.com/gin-gonic/gin v1.5.0
5+
github.com/emicklei/go-restful v2.12.0+incompatible
6+
github.com/gin-gonic/gin v1.6.3
77
github.com/julienschmidt/httprouter v1.3.0
88
github.com/labstack/echo/v4 v4.1.16
9-
github.com/prometheus/client_golang v1.2.1
10-
github.com/stretchr/testify v1.4.0
9+
github.com/prometheus/client_golang v1.6.0
10+
github.com/stretchr/testify v1.5.1
1111
github.com/urfave/negroni v1.0.0
12-
go.opencensus.io v0.22.0
12+
go.opencensus.io v0.22.3
1313
)
1414

1515
go 1.13

0 commit comments

Comments
 (0)