Update dependencies

This commit is contained in:
9seconds
2019-11-18 10:54:53 +03:00
parent 47364e7ba8
commit 3af9ede1c1
2 changed files with 21 additions and 18 deletions
+7 -6
View File
@@ -6,14 +6,15 @@ require (
github.com/VictoriaMetrics/fastcache v1.5.2
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d
github.com/beevik/ntp v0.2.0
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/prometheus/client_golang v1.2.1
github.com/prometheus/procfs v0.0.6 // indirect
github.com/prometheus/procfs v0.0.7 // indirect
github.com/smira/go-statsd v1.3.1
go.uber.org/multierr v1.4.0 // indirect
go.uber.org/zap v1.12.0
golang.org/x/crypto v0.0.0-20191111213947-16651526fdb4
golang.org/x/net v0.0.0-20191109021931-daa7c04131f5 // indirect
golang.org/x/sys v0.0.0-20191110163157-d32e6e3b99c4
golang.org/x/tools v0.0.0-20191112005509-a3f652f18032 // indirect
go.uber.org/zap v1.13.0
golang.org/x/crypto v0.0.0-20191117063200-497ca9f6d64f
golang.org/x/net v0.0.0-20191116160921-f9c825593386 // indirect
golang.org/x/sys v0.0.0-20191118013547-6254a7c3cac6
golang.org/x/tools v0.0.0-20191118051429-5a76f03bc7c3 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)