-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
26 lines (24 loc) · 1.19 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
module github.com/adalrsjr1/microservice
go 1.14
require (
github.com/Sirupsen/logrus v0.11.3-0.20170215164324-7f4b1adc7917 // indirect
github.com/beorn7/perks v0.0.0-20160804104726-4c0e84591b9a // indirect
github.com/golang/protobuf v1.4.2 // indirect
github.com/gorilla/mux v1.7.4
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/opentracing/opentracing-go v1.2.0
github.com/openzipkin/zipkin-go v0.2.3
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_golang v0.8.1-0.20170217083107-6ab3432d241c // indirect
github.com/prometheus/common v0.0.0-20170220103846-49fee292b27b // indirect
github.com/prometheus/procfs v0.0.0-20170216223256-a1dba9ce8bae // indirect
github.com/throttled/throttled/v2 v2.6.0 // indirect
github.com/uber/jaeger-client-go v2.25.0+incompatible
github.com/uber/jaeger-lib v2.2.0+incompatible
go.uber.org/atomic v1.6.0 // indirect
golang.org/x/net v0.0.0-20190923162816-aa69164e4478 // indirect
golang.org/x/sys v0.0.0-20191010194322-b09406accb47 // indirect
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.1 // indirect
)