|
1 | 1 | module github.com/cloudwego/hertz-examples
|
2 | 2 |
|
3 |
| -go 1.16 |
| 3 | +go 1.21.1 |
4 | 4 |
|
5 | 5 | require (
|
6 | 6 | github.com/alibaba/sentinel-golang v1.0.4
|
7 | 7 | github.com/apache/thrift v0.16.0
|
8 |
| - github.com/cloudwego/hertz v0.6.8 |
9 |
| - github.com/cloudwego/kitex v0.6.1 |
| 8 | + github.com/cloudwego/hertz v0.7.0 |
| 9 | + github.com/cloudwego/kitex v0.7.2 |
10 | 10 | github.com/hertz-contrib/cors v0.0.0-20230423034624-2bc83a8400f0
|
11 | 11 | github.com/hertz-contrib/csrf v0.1.1
|
12 | 12 | github.com/hertz-contrib/gzip v0.0.1
|
@@ -37,6 +37,93 @@ require (
|
37 | 37 | gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
38 | 38 | )
|
39 | 39 |
|
| 40 | +require ( |
| 41 | + github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect |
| 42 | + github.com/andeya/ameda v1.5.3 // indirect |
| 43 | + github.com/andeya/goutil v1.0.1 // indirect |
| 44 | + github.com/beorn7/perks v1.0.1 // indirect |
| 45 | + github.com/buger/jsonparser v1.1.1 // indirect |
| 46 | + github.com/bytedance/gopkg v0.0.0-20230728082804-614d0af6619b // indirect |
| 47 | + github.com/bytedance/sonic v1.9.1 // indirect |
| 48 | + github.com/cenkalti/backoff/v4 v4.2.1 // indirect |
| 49 | + github.com/cespare/xxhash/v2 v2.2.0 // indirect |
| 50 | + github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect |
| 51 | + github.com/chenzhuoyu/iasm v0.9.0 // indirect |
| 52 | + github.com/choleraehyq/pid v0.0.17 // indirect |
| 53 | + github.com/cloudwego/configmanager v0.2.0 // indirect |
| 54 | + github.com/cloudwego/dynamicgo v0.1.3 // indirect |
| 55 | + github.com/cloudwego/fastpb v0.0.4 // indirect |
| 56 | + github.com/cloudwego/frugal v0.1.8 // indirect |
| 57 | + github.com/cloudwego/localsession v0.0.2 // indirect |
| 58 | + github.com/cloudwego/netpoll v0.5.0 // indirect |
| 59 | + github.com/cloudwego/thriftgo v0.3.0 // indirect |
| 60 | + github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect |
| 61 | + github.com/fatih/structtag v1.2.0 // indirect |
| 62 | + github.com/fsnotify/fsnotify v1.6.0 // indirect |
| 63 | + github.com/go-logr/logr v1.2.4 // indirect |
| 64 | + github.com/go-logr/stdr v1.2.2 // indirect |
| 65 | + github.com/go-ole/go-ole v1.2.4 // indirect |
| 66 | + github.com/golang/protobuf v1.5.3 // indirect |
| 67 | + github.com/google/pprof v0.0.0-20230509042627-b1315fad0c5a // indirect |
| 68 | + github.com/google/uuid v1.3.0 // indirect |
| 69 | + github.com/gorilla/context v1.1.1 // indirect |
| 70 | + github.com/gorilla/securecookie v1.1.1 // indirect |
| 71 | + github.com/gorilla/sessions v1.2.1 // indirect |
| 72 | + github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.2 // indirect |
| 73 | + github.com/iancoleman/strcase v0.2.0 // indirect |
| 74 | + github.com/jhump/protoreflect v1.8.2 // indirect |
| 75 | + github.com/json-iterator/go v1.1.12 // indirect |
| 76 | + github.com/klauspost/cpuid/v2 v2.2.4 // indirect |
| 77 | + github.com/mattn/go-colorable v0.1.13 // indirect |
| 78 | + github.com/mattn/go-isatty v0.0.16 // indirect |
| 79 | + github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect |
| 80 | + github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
| 81 | + github.com/modern-go/gls v0.0.0-20220109145502-612d0167dce5 // indirect |
| 82 | + github.com/modern-go/reflect2 v1.0.2 // indirect |
| 83 | + github.com/nacos-group/nacos-sdk-go v1.1.2 // indirect |
| 84 | + github.com/nyaruka/phonenumbers v1.1.6 // indirect |
| 85 | + github.com/oleiade/lane v1.0.1 // indirect |
| 86 | + github.com/pkg/errors v0.9.1 // indirect |
| 87 | + github.com/pmezard/go-difflib v1.0.0 // indirect |
| 88 | + github.com/prometheus/client_model v0.3.0 // indirect |
| 89 | + github.com/prometheus/common v0.37.0 // indirect |
| 90 | + github.com/prometheus/procfs v0.8.0 // indirect |
| 91 | + github.com/rs/zerolog v1.28.0 // indirect |
| 92 | + github.com/savsgio/gotils v0.0.0-20220530130905-52f3993e8d6d // indirect |
| 93 | + github.com/shirou/gopsutil/v3 v3.21.6 // indirect |
| 94 | + github.com/tidwall/gjson v1.14.4 // indirect |
| 95 | + github.com/tidwall/match v1.1.1 // indirect |
| 96 | + github.com/tidwall/pretty v1.2.1 // indirect |
| 97 | + github.com/tklauser/go-sysconf v0.3.6 // indirect |
| 98 | + github.com/tklauser/numcpus v0.2.2 // indirect |
| 99 | + github.com/twitchyliquid64/golang-asm v0.15.1 // indirect |
| 100 | + go.opentelemetry.io/contrib/instrumentation/runtime v0.42.0 // indirect |
| 101 | + go.opentelemetry.io/contrib/propagators/b3 v1.17.0 // indirect |
| 102 | + go.opentelemetry.io/contrib/propagators/ot v1.17.0 // indirect |
| 103 | + go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.16.0 // indirect |
| 104 | + go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.39.0 // indirect |
| 105 | + go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.39.0 // indirect |
| 106 | + go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.16.0 // indirect |
| 107 | + go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.16.0 // indirect |
| 108 | + go.opentelemetry.io/otel/metric v1.16.0 // indirect |
| 109 | + go.opentelemetry.io/otel/sdk v1.16.0 // indirect |
| 110 | + go.opentelemetry.io/otel/sdk/metric v0.39.0 // indirect |
| 111 | + go.opentelemetry.io/otel/trace v1.16.0 // indirect |
| 112 | + go.opentelemetry.io/proto/otlp v0.19.0 // indirect |
| 113 | + go.uber.org/atomic v1.7.0 // indirect |
| 114 | + go.uber.org/multierr v1.11.0 // indirect |
| 115 | + go.uber.org/zap v1.23.0 // indirect |
| 116 | + golang.org/x/net v0.10.0 // indirect |
| 117 | + golang.org/x/sync v0.1.0 // indirect |
| 118 | + golang.org/x/sys v0.8.0 // indirect |
| 119 | + golang.org/x/text v0.9.0 // indirect |
| 120 | + google.golang.org/genproto v0.0.0-20230526203410-71b5a4ffd15e // indirect |
| 121 | + google.golang.org/genproto/googleapis/api v0.0.0-20230526203410-71b5a4ffd15e // indirect |
| 122 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20230526203410-71b5a4ffd15e // indirect |
| 123 | + google.golang.org/grpc v1.55.0 // indirect |
| 124 | + gopkg.in/yaml.v2 v2.4.0 // indirect |
| 125 | +) |
| 126 | + |
40 | 127 | require (
|
41 | 128 | github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect
|
42 | 129 | github.com/aliyun/alibaba-cloud-sdk-go v1.61.1764 // indirect
|
|
0 commit comments