We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb46db commit ee4c4b8Copy full SHA for ee4c4b8
go.mod
@@ -2,14 +2,14 @@ module github.com/slok/go-http-metrics
2
3
require (
4
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
+ github.com/emicklei/go-restful v2.12.0+incompatible
+ github.com/gin-gonic/gin v1.6.3
7
github.com/julienschmidt/httprouter v1.3.0
8
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
+ github.com/prometheus/client_golang v1.6.0
+ github.com/stretchr/testify v1.5.1
11
github.com/urfave/negroni v1.0.0
12
- go.opencensus.io v0.22.0
+ go.opencensus.io v0.22.3
13
)
14
15
go 1.13
0 commit comments