Expvar metrics support added. Metrics refactored to its own package.
This commit is contained in:
1
go.mod
1
go.mod
@ -4,6 +4,7 @@ go 1.12
|
||||
|
||||
require (
|
||||
github.com/PuerkitoBio/goquery v1.5.0
|
||||
github.com/VividCortex/gohistogram v1.0.0 // indirect
|
||||
github.com/chromedp/cdproto v0.0.0-20190609032908-dd39f0bf0a54
|
||||
github.com/chromedp/chromedp v0.3.1-0.20190617065505-d55cf9043e05
|
||||
github.com/fortytw2/leaktest v1.3.0
|
||||
|
Reference in New Issue
Block a user