-
Notifications
You must be signed in to change notification settings - Fork 106
Expand file tree
/
Copy pathgo.mod
More file actions
38 lines (35 loc) · 1.55 KB
/
go.mod
File metadata and controls
38 lines (35 loc) · 1.55 KB
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
module github.com/sdgmf/go-project-sample
go 1.12
require (
github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878 // indirect
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
github.com/gin-contrib/pprof v1.2.0
github.com/gin-contrib/zap v0.0.0-20190528085758-3cc18cd8fce3
github.com/gin-gonic/gin v1.4.0
github.com/golang/protobuf v1.3.2
github.com/google/wire v0.3.0
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
github.com/hashicorp/consul v1.2.3
github.com/hashicorp/go-msgpack v0.5.5 // indirect
github.com/hashicorp/go-uuid v1.0.1 // indirect
github.com/hashicorp/memberlist v0.1.4 // indirect
github.com/jinzhu/gorm v1.9.10
github.com/mbobakov/grpc-consul-resolver v1.3.0
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
github.com/opentracing-contrib/go-gin v0.0.0-20190301172248-2e18f8b9c7d4
github.com/opentracing/opentracing-go v1.1.0
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v0.9.3
github.com/spf13/viper v1.4.0
github.com/stretchr/testify v1.3.0
github.com/uber-go/atomic v1.4.0 // indirect
github.com/uber/jaeger-client-go v2.16.0+incompatible
github.com/uber/jaeger-lib v2.0.0+incompatible
github.com/zsais/go-gin-prometheus v0.1.0
go.uber.org/zap v1.10.0
google.golang.org/grpc v1.22.1
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)
replace github.com/ugorji/go v1.1.4 => github.com/ugorji/go v0.0.0-20190204201341-e444a5086c43