|
1 | 1 | module github.com/1Panel-dev/1Panel |
2 | 2 |
|
3 | | -go 1.23 |
| 3 | +go 1.23.0 |
| 4 | + |
4 | 5 | toolchain go1.24.1 |
5 | 6 |
|
6 | 7 | require ( |
@@ -51,14 +52,19 @@ require ( |
51 | 52 | github.com/swaggo/files v1.0.1 |
52 | 53 | github.com/swaggo/gin-swagger v1.6.0 |
53 | 54 | github.com/swaggo/swag v1.16.3 |
| 55 | + github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/cloudapp v1.0.1115 |
| 56 | + github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.1115 |
54 | 57 | github.com/tencentyun/cos-go-sdk-v5 v0.7.46 |
55 | 58 | github.com/xlzd/gotp v0.1.0 |
| 59 | + go4.org v0.0.0-20230225012048-214862532bf5 |
56 | 60 | golang.org/x/crypto v0.35.0 |
57 | | - golang.org/x/net v0.37.0 |
| 61 | + golang.org/x/net v0.39.0 |
58 | 62 | golang.org/x/oauth2 v0.24.0 |
| 63 | + golang.org/x/sync v0.11.0 |
59 | 64 | golang.org/x/sys v0.30.0 |
60 | 65 | golang.org/x/term v0.29.0 |
61 | 66 | golang.org/x/text v0.22.0 |
| 67 | + google.golang.org/genproto v0.0.0-20241021214115-324edc3d5d38 |
62 | 68 | gopkg.in/ini.v1 v1.67.0 |
63 | 69 | gopkg.in/yaml.v3 v3.0.1 |
64 | 70 | gorm.io/gorm v1.25.7 |
@@ -220,7 +226,6 @@ require ( |
220 | 226 | github.com/spf13/cast v1.6.0 // indirect |
221 | 227 | github.com/spf13/pflag v1.0.5 // indirect |
222 | 228 | github.com/stretchr/testify v1.10.0 // indirect |
223 | | - github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.1105 // indirect |
224 | 229 | github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod v1.0.1065 // indirect |
225 | 230 | github.com/therootcompany/xz v1.0.1 // indirect |
226 | 231 | github.com/theupdateframework/notary v0.7.0 // indirect |
@@ -252,15 +257,12 @@ require ( |
252 | 257 | go.opentelemetry.io/proto/otlp v1.3.1 // indirect |
253 | 258 | go.uber.org/atomic v1.11.0 // indirect |
254 | 259 | go.uber.org/multierr v1.11.0 // indirect |
255 | | - go4.org v0.0.0-20230225012048-214862532bf5 // indirect |
256 | 260 | golang.org/x/arch v0.7.0 // indirect |
257 | 261 | golang.org/x/exp v0.0.0-20241210194714-1829a127f884 // indirect |
258 | 262 | golang.org/x/image v0.18.0 // indirect |
259 | 263 | golang.org/x/mod v0.22.0 // indirect |
260 | | - golang.org/x/sync v0.11.0 // indirect |
261 | 264 | golang.org/x/time v0.8.0 // indirect |
262 | 265 | golang.org/x/tools v0.28.0 // indirect |
263 | | - google.golang.org/genproto v0.0.0-20241021214115-324edc3d5d38 // indirect |
264 | 266 | google.golang.org/genproto/googleapis/api v0.0.0-20241118233622-e639e219e697 // indirect |
265 | 267 | google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect |
266 | 268 | google.golang.org/grpc v1.67.1 // indirect |
|
0 commit comments