-
Notifications
You must be signed in to change notification settings - Fork 113
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (22 loc) · 802 Bytes
/
go.mod
File metadata and controls
24 lines (22 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/go-kit/examples
go 1.16
require (
github.com/apache/thrift v0.14.1
github.com/go-kit/kit v0.10.0
github.com/golang/protobuf v1.5.2
github.com/gorilla/mux v1.8.0
github.com/hashicorp/consul/api v1.8.1
github.com/lightstep/lightstep-tracer-go v0.25.0
github.com/nats-io/nats.go v1.11.0
github.com/oklog/oklog v0.3.2
github.com/opentracing/opentracing-go v1.2.0
github.com/openzipkin-contrib/zipkin-go-opentracing v0.4.5
github.com/openzipkin/zipkin-go v0.2.5
github.com/pact-foundation/pact-go v1.5.2
github.com/pborman/uuid v1.2.1
github.com/prometheus/client_golang v1.10.0
github.com/sony/gobreaker v0.4.1
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
google.golang.org/grpc v1.38.0
sourcegraph.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0
)