-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathgo.mod
35 lines (33 loc) · 1.38 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
module github.com/ucsdsysnet/faasnap
go 1.16
require (
contrib.go.opencensus.io/exporter/prometheus v0.3.0
contrib.go.opencensus.io/exporter/zipkin v0.1.2
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
github.com/ease-lab/vhive/metrics v0.0.0-20210607161503-ce9e244976f7
github.com/ftrvxmtrx/fd v0.0.0-20150925145434-c6d800382fff
github.com/go-openapi/analysis v0.20.1 // indirect
github.com/go-openapi/errors v0.20.0
github.com/go-openapi/jsonreference v0.19.6 // indirect
github.com/go-openapi/loads v0.20.2
github.com/go-openapi/runtime v0.19.29
github.com/go-openapi/spec v0.20.3
github.com/go-openapi/strfmt v0.20.1
github.com/go-openapi/swag v0.19.15
github.com/go-openapi/validate v0.20.2
github.com/golang/protobuf v1.5.2 // indirect
github.com/gorilla/mux v1.8.0 // indirect
github.com/jessevdk/go-flags v1.5.0
github.com/mailru/easyjson v0.7.7 // indirect
github.com/openzipkin/zipkin-go v0.2.5
github.com/prometheus/common v0.29.0 // indirect
github.com/prometheus/procfs v0.7.0 // indirect
github.com/prometheus/statsd_exporter v0.21.0 // indirect
github.com/sirupsen/logrus v1.8.1
go.mongodb.org/mongo-driver v1.5.4 // indirect
go.opencensus.io v0.23.0
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
gonum.org/v1/gonum v0.9.3
google.golang.org/protobuf v1.27.1 // indirect
)