forked from cloudwego/hertz-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
51 lines (49 loc) · 2.52 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
module github.com/cloudwego/hertz-examples
go 1.16
require (
github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect
github.com/alibaba/sentinel-golang v1.0.4
github.com/aliyun/alibaba-cloud-sdk-go v1.61.1764 // indirect
github.com/apache/thrift v0.13.0
github.com/cloudwego/hertz v0.4.0
github.com/cloudwego/kitex v0.3.1
github.com/go-errors/errors v1.4.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.10.3 // indirect
github.com/hertz-contrib/cors v0.0.0-20220601061225-50f4e582beaf
github.com/hertz-contrib/gzip v0.0.1
github.com/hertz-contrib/logger/logrus v0.0.0-20221104075115-aecbfb39bbfe
github.com/hertz-contrib/logger/zap v0.0.0-20221104075115-aecbfb39bbfe
github.com/hertz-contrib/logger/zerolog v0.0.0-20221111024215-1ee59ae719d7
github.com/hertz-contrib/monitor-prometheus v0.0.0-20220908085834-f3fe5f5e72ed
github.com/hertz-contrib/obs-opentelemetry/logging/logrus v0.1.1
github.com/hertz-contrib/obs-opentelemetry/provider v0.1.1
github.com/hertz-contrib/obs-opentelemetry/tracing v0.1.1
github.com/hertz-contrib/opensergo v0.0.1
github.com/hertz-contrib/pprof v0.1.0
github.com/hertz-contrib/registry/nacos v0.0.0-20220901103531-b8810bf778fb
github.com/hertz-contrib/requestid v1.0.0
github.com/hertz-contrib/reverseproxy v0.0.0-20220907134658-6a05798e1cc5
github.com/hertz-contrib/tracer v0.0.0-20220601062646-788b1565bdab
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/kitex-contrib/obs-opentelemetry v0.0.0-20220616115444-37518030dbb3
github.com/kitex-contrib/obs-opentelemetry/logging/logrus v0.0.0-20220616115444-37518030dbb3
github.com/kitex-contrib/tracer-opentracing v0.0.3
github.com/opentracing/opentracing-go v1.2.0
github.com/prometheus/client_golang v1.13.0 // indirect
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.0
github.com/uber/jaeger-client-go v2.30.0+incompatible
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
go.opencensus.io v0.23.0 // indirect
go.opentelemetry.io/otel v1.9.0
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.9.0 // indirect
go.opentelemetry.io/proto/otlp v0.18.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
golang.org/x/net v0.0.0-20220630215102-69896b714898 // indirect
golang.org/x/sync v0.0.0-20220907140024-f12130a52804 // indirect
google.golang.org/genproto v0.0.0-20220630174209-ad1d48641aa7 // indirect
google.golang.org/protobuf v1.28.1
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)