|
1 | 1 | module github.com/west2-online/fzuhelper-server |
2 | 2 |
|
3 | | -go 1.24.4 |
| 3 | +go 1.24.6 |
4 | 4 |
|
5 | 5 | replace github.com/apache/thrift => github.com/apache/thrift v0.13.0 |
6 | 6 |
|
7 | 7 | require ( |
8 | 8 | github.com/alibaba/sentinel-golang v1.0.4 |
9 | 9 | github.com/apache/thrift v0.21.0 |
10 | | - github.com/bytedance/mockey v1.2.13 |
11 | | - github.com/cloudwego/gopkg v0.1.3 |
12 | | - github.com/cloudwego/hertz v0.9.5 |
13 | | - github.com/cloudwego/kitex v0.12.1 |
| 10 | + github.com/bytedance/mockey v1.2.14 |
| 11 | + github.com/cloudwego/gopkg v0.1.5 |
| 12 | + github.com/cloudwego/hertz v0.10.2 |
| 13 | + github.com/cloudwego/kitex v0.14.1 |
14 | 14 | github.com/elastic/go-elasticsearch v0.0.0 |
15 | | - github.com/fsnotify/fsnotify v1.8.0 |
| 15 | + github.com/fsnotify/fsnotify v1.9.0 |
16 | 16 | github.com/h2non/filetype v1.1.3 |
17 | 17 | github.com/hertz-contrib/cors v0.1.0 |
18 | 18 | github.com/hertz-contrib/gzip v0.0.3 |
19 | 19 | github.com/hertz-contrib/opensergo v0.0.1 |
20 | | - github.com/kitex-contrib/registry-etcd v0.2.5 |
21 | | - github.com/redis/go-redis/v9 v9.7.3 |
22 | | - github.com/segmentio/kafka-go v0.4.47 |
23 | | - github.com/spf13/viper v1.19.0 |
| 20 | + github.com/kitex-contrib/registry-etcd v0.3.0 |
| 21 | + github.com/redis/go-redis/v9 v9.12.1 |
| 22 | + github.com/segmentio/kafka-go v0.4.48 |
| 23 | + github.com/spf13/viper v1.20.1 |
24 | 24 | github.com/upyun/go-sdk/v3 v3.0.4 |
25 | 25 | github.com/west2-online/jwch v0.2.27 |
26 | | - gorm.io/driver/mysql v1.5.7 |
27 | | - gorm.io/gorm v1.25.12 |
28 | | - k8s.io/client-go v0.32.1 |
| 26 | + gorm.io/driver/mysql v1.6.0 |
| 27 | + gorm.io/gorm v1.30.1 |
| 28 | + k8s.io/client-go v0.33.4 |
29 | 29 | ) |
30 | 30 |
|
31 | 31 | require ( |
32 | | - cloud.google.com/go v0.118.1 // indirect |
33 | | - cloud.google.com/go/auth v0.14.1 // indirect |
34 | | - cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect |
35 | | - cloud.google.com/go/compute/metadata v0.6.0 // indirect |
| 32 | + cloud.google.com/go v0.121.6 // indirect |
| 33 | + cloud.google.com/go/auth v0.16.5 // indirect |
| 34 | + cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect |
| 35 | + cloud.google.com/go/compute/metadata v0.8.0 // indirect |
36 | 36 | cloud.google.com/go/firestore v1.18.0 // indirect |
37 | | - cloud.google.com/go/longrunning v0.6.4 // indirect |
| 37 | + cloud.google.com/go/longrunning v0.6.7 // indirect |
38 | 38 | filippo.io/edwards25519 v1.1.0 // indirect |
39 | 39 | github.com/antchfx/htmlquery v1.3.4 // indirect |
40 | 40 | github.com/antchfx/xpath v1.3.5 // indirect |
41 | 41 | github.com/armon/go-metrics v0.4.1 // indirect |
42 | 42 | github.com/beorn7/perks v1.0.1 // indirect |
43 | 43 | github.com/bufbuild/protocompile v0.14.1 // indirect |
44 | | - github.com/bytedance/gopkg v0.1.1 |
| 44 | + github.com/bytedance/gopkg v0.1.3 |
45 | 45 | github.com/bytedance/sonic v1.14.0 |
46 | 46 | github.com/bytedance/sonic/loader v0.3.0 // indirect |
47 | 47 | github.com/cespare/xxhash/v2 v2.3.0 // indirect |
48 | 48 | github.com/cloudwego/base64x v0.1.6 // indirect |
49 | | - github.com/cloudwego/configmanager v0.2.2 // indirect |
50 | | - github.com/cloudwego/dynamicgo v0.5.0 // indirect |
| 49 | + github.com/cloudwego/configmanager v0.2.3 // indirect |
| 50 | + github.com/cloudwego/dynamicgo v0.7.0 // indirect |
51 | 51 | github.com/cloudwego/fastpb v0.0.5 // indirect |
52 | | - github.com/cloudwego/frugal v0.2.4 // indirect |
| 52 | + github.com/cloudwego/frugal v0.2.6 // indirect |
53 | 53 | github.com/cloudwego/iasm v0.2.0 // indirect |
54 | 54 | github.com/cloudwego/localsession v0.1.2 // indirect |
55 | | - github.com/cloudwego/netpoll v0.6.5 |
| 55 | + github.com/cloudwego/netpoll v0.7.1 |
56 | 56 | github.com/cloudwego/runtimex v0.1.1 // indirect |
57 | | - github.com/cloudwego/thriftgo v0.3.18 // indirect |
| 57 | + github.com/cloudwego/thriftgo v0.4.2 // indirect |
58 | 58 | github.com/coreos/go-semver v0.3.1 // indirect |
59 | 59 | github.com/coreos/go-systemd/v22 v22.5.0 // indirect |
60 | 60 | github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect |
61 | 61 | github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect |
62 | 62 | github.com/fatih/color v1.18.0 // indirect |
63 | 63 | github.com/fatih/structtag v1.2.0 // indirect |
64 | 64 | github.com/felixge/httpsnoop v1.0.4 // indirect |
65 | | - github.com/go-logr/logr v1.4.2 // indirect |
| 65 | + github.com/go-logr/logr v1.4.3 // indirect |
66 | 66 | github.com/go-logr/stdr v1.2.2 // indirect |
67 | 67 | github.com/go-ole/go-ole v1.3.0 // indirect |
68 | 68 | github.com/go-resty/resty/v2 v2.16.5 // indirect |
69 | | - github.com/go-sql-driver/mysql v1.8.1 // indirect |
| 69 | + github.com/go-sql-driver/mysql v1.9.3 // indirect |
70 | 70 | github.com/gogo/protobuf v1.3.2 // indirect |
71 | 71 | github.com/golang-jwt/jwt/v4 v4.5.2 |
72 | 72 | github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect |
73 | 73 | github.com/golang/protobuf v1.5.4 // indirect |
74 | | - github.com/google/pprof v0.0.0-20250128161936-077ca0a936bf // indirect |
| 74 | + github.com/google/pprof v0.0.0-20250630185457-6e76a2b096b5 // indirect |
75 | 75 | github.com/google/s2a-go v0.1.9 // indirect |
76 | 76 | github.com/google/uuid v1.6.0 // indirect |
77 | | - github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect |
78 | | - github.com/googleapis/gax-go/v2 v2.14.1 // indirect |
79 | | - github.com/gopherjs/gopherjs v1.12.80 // indirect |
80 | | - github.com/hashicorp/consul/api v1.31.0 // indirect |
| 77 | + github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect |
| 78 | + github.com/googleapis/gax-go/v2 v2.15.0 // indirect |
| 79 | + github.com/gopherjs/gopherjs v1.17.2 // indirect |
| 80 | + github.com/hashicorp/consul/api v1.32.1 // indirect |
81 | 81 | github.com/hashicorp/errwrap v1.1.0 // indirect |
82 | 82 | github.com/hashicorp/go-cleanhttp v0.5.2 // indirect |
83 | 83 | github.com/hashicorp/go-hclog v1.6.3 // indirect |
84 | 84 | github.com/hashicorp/go-immutable-radix v1.3.1 // indirect |
85 | 85 | github.com/hashicorp/go-multierror v1.1.1 // indirect |
86 | 86 | github.com/hashicorp/go-rootcerts v1.0.2 // indirect |
87 | 87 | github.com/hashicorp/golang-lru v1.0.2 // indirect |
88 | | - github.com/hashicorp/hcl v1.0.0 // indirect |
89 | 88 | github.com/hashicorp/serf v0.10.2 // indirect |
90 | 89 | github.com/iancoleman/strcase v0.3.0 // indirect |
91 | 90 | github.com/jhump/protoreflect v1.17.0 // indirect |
92 | 91 | github.com/jinzhu/inflection v1.0.0 // indirect |
93 | 92 | github.com/jinzhu/now v1.1.5 // indirect |
94 | 93 | github.com/json-iterator/go v1.1.12 // indirect |
95 | 94 | github.com/jtolds/gls v4.20.0+incompatible // indirect |
96 | | - github.com/klauspost/compress v1.17.11 // indirect |
| 95 | + github.com/klauspost/compress v1.18.0 // indirect |
97 | 96 | github.com/klauspost/cpuid/v2 v2.3.0 // indirect |
98 | | - github.com/magiconair/properties v1.8.9 // indirect |
99 | 97 | github.com/mattn/go-colorable v0.1.14 // indirect |
100 | 98 | github.com/mattn/go-isatty v0.0.20 // indirect |
101 | 99 | github.com/mitchellh/go-homedir v1.1.0 // indirect |
102 | 100 | github.com/mitchellh/mapstructure v1.5.0 // indirect |
103 | 101 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
104 | 102 | github.com/modern-go/reflect2 v1.0.2 // indirect |
105 | | - github.com/nats-io/nats.go v1.38.0 // indirect |
106 | | - github.com/nats-io/nkeys v0.4.9 // indirect |
| 103 | + github.com/nats-io/nats.go v1.44.0 // indirect |
| 104 | + github.com/nats-io/nkeys v0.4.11 // indirect |
107 | 105 | github.com/nats-io/nuid v1.0.1 // indirect |
108 | | - github.com/nyaruka/phonenumbers v1.5.0 // indirect |
109 | | - github.com/pelletier/go-toml/v2 v2.2.3 // indirect |
| 106 | + github.com/nyaruka/phonenumbers v1.6.5 // indirect |
| 107 | + github.com/pelletier/go-toml/v2 v2.2.4 // indirect |
110 | 108 | github.com/pierrec/lz4/v4 v4.1.22 // indirect |
111 | 109 | github.com/pkg/errors v0.9.1 // indirect |
112 | 110 | github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect |
113 | | - github.com/prometheus/client_golang v1.20.5 // indirect |
114 | | - github.com/prometheus/client_model v0.6.1 // indirect |
115 | | - github.com/prometheus/common v0.62.0 // indirect |
116 | | - github.com/prometheus/procfs v0.15.1 // indirect |
117 | | - github.com/sagikazarmark/crypt v0.27.0 // indirect |
118 | | - github.com/sagikazarmark/locafero v0.7.0 // indirect |
119 | | - github.com/sagikazarmark/slog-shim v0.1.0 // indirect |
| 111 | + github.com/prometheus/client_golang v1.23.0 // indirect |
| 112 | + github.com/prometheus/client_model v0.6.2 // indirect |
| 113 | + github.com/prometheus/common v0.65.0 // indirect |
| 114 | + github.com/prometheus/procfs v0.17.0 // indirect |
| 115 | + github.com/sagikazarmark/crypt v0.30.0 // indirect |
| 116 | + github.com/sagikazarmark/locafero v0.10.0 // indirect |
120 | 117 | github.com/shirou/gopsutil/v3 v3.24.5 // indirect |
121 | | - github.com/sirupsen/logrus v1.9.3 // indirect |
122 | | - github.com/smartystreets/assertions v1.2.0 // indirect |
123 | | - github.com/smartystreets/goconvey v1.7.2 |
124 | | - github.com/sourcegraph/conc v0.3.0 // indirect |
125 | | - github.com/spf13/afero v1.12.0 // indirect |
126 | | - github.com/spf13/cast v1.7.1 // indirect |
127 | | - github.com/spf13/pflag v1.0.6 // indirect |
| 118 | + github.com/smartystreets/goconvey v1.8.1 |
| 119 | + github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect |
| 120 | + github.com/spf13/afero v1.14.0 // indirect |
| 121 | + github.com/spf13/cast v1.9.2 // indirect |
| 122 | + github.com/spf13/pflag v1.0.7 // indirect |
128 | 123 | github.com/stretchr/testify v1.10.0 |
129 | 124 | github.com/subosito/gotenv v1.6.0 // indirect |
130 | 125 | github.com/tidwall/gjson v1.18.0 // indirect |
131 | 126 | github.com/tidwall/match v1.1.1 // indirect |
132 | 127 | github.com/tidwall/pretty v1.2.1 // indirect |
133 | | - github.com/tklauser/go-sysconf v0.3.14 // indirect |
134 | | - github.com/tklauser/numcpus v0.9.0 // indirect |
| 128 | + github.com/tklauser/go-sysconf v0.3.15 // indirect |
| 129 | + github.com/tklauser/numcpus v0.10.0 // indirect |
135 | 130 | github.com/twitchyliquid64/golang-asm v0.15.1 // indirect |
136 | | - go.etcd.io/etcd/api/v3 v3.5.18 // indirect |
137 | | - go.etcd.io/etcd/client/pkg/v3 v3.5.18 // indirect |
138 | | - go.etcd.io/etcd/client/v2 v2.305.18 // indirect |
139 | | - go.etcd.io/etcd/client/v3 v3.5.18 // indirect |
140 | | - go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0 // indirect |
141 | | - go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 // indirect |
142 | | - go.opentelemetry.io/otel v1.34.0 // indirect |
143 | | - go.opentelemetry.io/otel/metric v1.34.0 // indirect |
144 | | - go.opentelemetry.io/otel/trace v1.34.0 // indirect |
| 131 | + go.etcd.io/etcd/api/v3 v3.6.4 // indirect |
| 132 | + go.etcd.io/etcd/client/pkg/v3 v3.6.4 // indirect |
| 133 | + go.etcd.io/etcd/client/v2 v2.305.22 // indirect |
| 134 | + go.etcd.io/etcd/client/v3 v3.6.4 // indirect |
| 135 | + go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.62.0 // indirect |
| 136 | + go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0 // indirect |
| 137 | + go.opentelemetry.io/otel v1.37.0 // indirect |
| 138 | + go.opentelemetry.io/otel/metric v1.37.0 // indirect |
| 139 | + go.opentelemetry.io/otel/trace v1.37.0 // indirect |
145 | 140 | go.uber.org/multierr v1.11.0 // indirect |
146 | 141 | go.uber.org/zap v1.27.0 |
147 | 142 | golang.org/x/arch v0.20.0 // indirect |
148 | 143 | golang.org/x/crypto v0.41.0 // indirect |
149 | | - golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c // indirect |
| 144 | + golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b // indirect |
150 | 145 | golang.org/x/net v0.43.0 // indirect |
151 | | - golang.org/x/oauth2 v0.27.0 // indirect |
| 146 | + golang.org/x/oauth2 v0.30.0 // indirect |
152 | 147 | golang.org/x/sync v0.16.0 |
153 | 148 | golang.org/x/sys v0.35.0 // indirect |
154 | 149 | golang.org/x/text v0.28.0 // indirect |
155 | | - golang.org/x/time v0.9.0 |
156 | | - google.golang.org/api v0.219.0 // indirect |
157 | | - google.golang.org/genproto v0.0.0-20250127172529-29210b9bc287 // indirect |
158 | | - google.golang.org/genproto/googleapis/api v0.0.0-20250127172529-29210b9bc287 // indirect |
159 | | - google.golang.org/genproto/googleapis/rpc v0.0.0-20250127172529-29210b9bc287 // indirect |
160 | | - google.golang.org/grpc v1.70.0 // indirect |
161 | | - google.golang.org/protobuf v1.36.4 // indirect |
162 | | - gopkg.in/ini.v1 v1.67.0 // indirect |
| 150 | + golang.org/x/time v0.12.0 |
| 151 | + google.golang.org/api v0.248.0 // indirect |
| 152 | + google.golang.org/genproto v0.0.0-20250818200422-3122310a409c // indirect |
| 153 | + google.golang.org/genproto/googleapis/api v0.0.0-20250818200422-3122310a409c // indirect |
| 154 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20250818200422-3122310a409c // indirect |
| 155 | + google.golang.org/grpc v1.75.0 // indirect |
| 156 | + google.golang.org/protobuf v1.36.7 // indirect |
163 | 157 | gopkg.in/yaml.v2 v2.4.0 // indirect |
164 | 158 | gopkg.in/yaml.v3 v3.0.1 // indirect |
165 | | - k8s.io/apimachinery v0.32.1 // indirect |
| 159 | + k8s.io/apimachinery v0.33.4 // indirect |
166 | 160 | k8s.io/klog/v2 v2.130.1 // indirect |
167 | | - k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect |
| 161 | + k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect |
168 | 162 | ) |
169 | 163 |
|
170 | 164 | require ( |
171 | 165 | github.com/arran4/golang-ical v0.3.2 |
172 | | - github.com/cloudwego/kitex/pkg/protocol/bthrift v0.0.0-20250124072755-047444c8e964 |
173 | | - github.com/samber/lo v1.49.1 |
| 166 | + github.com/cloudwego/kitex/pkg/protocol/bthrift v0.0.0-20250731054635-6c996664cebe |
| 167 | + github.com/samber/lo v1.51.0 |
| 168 | + github.com/spf13/viper/remote v1.20.1 |
174 | 169 | github.com/west2-online/yjsy v0.0.8 |
175 | 170 | ) |
176 | 171 |
|
177 | 172 | require ( |
| 173 | + github.com/go-viper/mapstructure/v2 v2.4.0 // indirect |
| 174 | + github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect |
178 | 175 | github.com/hashicorp/go-metrics v0.5.4 // indirect |
179 | | - github.com/lufia/plan9stats v0.0.0-20240909124753-873cd0166683 // indirect |
| 176 | + github.com/lufia/plan9stats v0.0.0-20250317134145-8bc96cf8fc35 // indirect |
180 | 177 | github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
181 | 178 | github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect |
182 | 179 | github.com/shoenig/go-m1cpu v0.1.6 // indirect |
| 180 | + github.com/smarty/assertions v1.16.0 // indirect |
183 | 181 | github.com/yusufpapurcu/wmi v1.2.4 // indirect |
184 | 182 | go.opentelemetry.io/auto/sdk v1.1.0 // indirect |
185 | 183 | ) |
0 commit comments