forked from bookingcom/carbonapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
54 lines (52 loc) · 2.78 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
module github.com/bookingcom/carbonapi
go 1.14
require (
bitbucket.org/tebeka/strftime v0.0.0-20121209190902-af5e0ef38369
github.com/JaderDias/movingmedian v0.0.0-20170611140316-de8c410559fa
github.com/aclements/go-moremath v0.0.0-20180329182055-b1aff36309c7 // indirect
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect
github.com/bradfitz/gomemcache v0.0.0-20180710155616-bc664df96737
github.com/davecgh/go-spew v1.1.1
github.com/dgryski/go-expirecache v0.0.0-20170314133854-743ef98b2adb
github.com/dgryski/go-onlinestats v0.0.0-20170612111826-1c7d19468768
github.com/dgryski/httputil v0.0.0-20160116060654-189c2918cd08
github.com/dustin/go-humanize v1.0.0
github.com/evmar/gocairo v0.0.0-20160222165215-ddd30f837497
github.com/facebookgo/atomicfile v0.0.0-20151019160806-2de1f203e7d5 // indirect
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect
github.com/facebookgo/freeport v0.0.0-20150612182905-d4adf43b75b9 // indirect
github.com/facebookgo/grace v0.0.0-20180706040059-75cf19382434
github.com/facebookgo/httpdown v0.0.0-20180706035922-5979d39b15c2 // indirect
github.com/facebookgo/pidfile v0.0.0-20150612191647-f242e2999868
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/stats v0.0.0-20151006221625-1b76add642e4 // indirect
github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect
github.com/go-graphite/protocol v0.4.3-0.20180919144146-ba004f8085ad
github.com/gogo/protobuf v1.3.1 // indirect
github.com/google/go-cmp v0.5.0
github.com/gorilla/handlers v1.4.0
github.com/gorilla/mux v1.7.4
github.com/kr/pretty v0.2.0 // indirect
github.com/lomik/og-rek v0.0.0-20170411191824-628eefeb8d80
github.com/lomik/zapwriter v0.0.0-20180906104450-2ec2b9a61680
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/mjibson/go-dsp v0.0.0-20180508042940-11479a337f12
github.com/peterbourgon/g2g v0.0.0-20161124161852-0c2bab2b173d
github.com/pkg/errors v0.8.0
github.com/prometheus/client_golang v0.8.0
github.com/prometheus/common v0.0.0-20180801064454-c7de2306084e // indirect
github.com/prometheus/procfs v0.0.0-20180920065004-418d78d0b9a7 // indirect
github.com/satori/go.uuid v1.2.0
github.com/wangjohn/quickselect v0.0.0-20161129230411-ed8402a42d5f
go.opentelemetry.io/contrib/instrumentation/gorilla/mux v0.7.0
go.opentelemetry.io/otel v0.8.0
go.opentelemetry.io/otel/exporters/trace/jaeger v0.8.0
go.uber.org/atomic v1.3.2 // indirect
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.9.1
gonum.org/v1/gonum v0.6.2
google.golang.org/genproto v0.0.0-20200626011028-ee7919e894b5 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/yaml.v2 v2.2.8
)