forked from microservices-demo/user
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathglide.yaml
More file actions
30 lines (30 loc) · 729 Bytes
/
glide.yaml
File metadata and controls
30 lines (30 loc) · 729 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
25
26
27
28
29
30
package: github.com/microservices-demo/user
import:
- package: github.com/go-kit/kit
version: v0.4.0
subpackages:
- endpoint
- log
- metrics
- metrics/prometheus
- tracing/opentracing
- transport/http
- circuitbreaker
- package: github.com/gorilla/mux
- package: github.com/opentracing/opentracing-go
- package: github.com/openzipkin/zipkin-go-opentracing
- package: github.com/prometheus/client_golang
subpackages:
- prometheus
- prometheus/promhttp
- package: gopkg.in/mgo.v2
subpackages:
- bson
- package: gopkg.in/tomb.v2
- package: github.com/afex/hystrix-go
subpackages:
- hystrix
- package: github.com/felixge/httpsnoop
- package: github.com/weaveworks/common
subpackages:
- middleware