|
1 | 1 | module go-drive |
2 | 2 |
|
3 | | -go 1.23 |
4 | | -toolchain go1.24.1 |
| 3 | +go 1.24.4 |
5 | 4 |
|
6 | 5 | require ( |
7 | 6 | github.com/Jeffail/tunny v0.1.4 |
8 | 7 | github.com/asaskevich/EventBus v0.0.0-20200907212545-49d423059eef |
9 | | - github.com/aws/aws-sdk-go v1.55.5 |
10 | | - github.com/blevesearch/bleve/v2 v2.5.0 |
11 | | - github.com/bmatcuk/doublestar/v4 v4.6.1 |
12 | | - github.com/gabriel-vasile/mimetype v1.4.8 |
13 | | - github.com/gin-gonic/gin v1.10.0 |
| 8 | + github.com/aws/aws-sdk-go v1.55.7 |
| 9 | + github.com/blevesearch/bleve/v2 v2.5.2 |
| 10 | + github.com/bmatcuk/doublestar/v4 v4.8.1 |
| 11 | + github.com/gabriel-vasile/mimetype v1.4.9 |
| 12 | + github.com/gin-gonic/gin v1.10.1 |
14 | 13 | github.com/go-co-op/gocron v1.37.0 |
15 | | - github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da |
| 14 | + github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 |
16 | 15 | github.com/google/uuid v1.6.0 |
17 | 16 | github.com/google/wire v0.6.0 |
18 | 17 | github.com/jolestar/go-commons-pool/v2 v2.1.2 |
19 | 18 | github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 |
20 | 19 | github.com/orcaman/concurrent-map/v2 v2.0.1 |
21 | | - github.com/pkg/sftp v1.13.6 |
22 | | - github.com/robertkrimen/otto v0.4.0 |
| 20 | + github.com/pkg/sftp v1.13.9 |
| 21 | + github.com/robertkrimen/otto v0.5.1 |
23 | 22 | github.com/robfig/cron/v3 v3.0.1 |
24 | 23 | github.com/secsy/goftp v0.0.0-20200609142545-aa2de14babf4 |
25 | | - golang.org/x/crypto v0.36.0 |
26 | | - golang.org/x/net v0.38.0 |
27 | | - golang.org/x/oauth2 v0.23.0 |
28 | | - golang.org/x/text v0.23.0 |
29 | | - google.golang.org/api v0.199.0 |
| 24 | + golang.org/x/crypto v0.39.0 |
| 25 | + golang.org/x/net v0.41.0 |
| 26 | + golang.org/x/oauth2 v0.30.0 |
| 27 | + golang.org/x/text v0.26.0 |
| 28 | + google.golang.org/api v0.236.0 |
30 | 29 | gopkg.in/yaml.v3 v3.0.1 |
31 | | - gorm.io/driver/mysql v1.5.7 |
32 | | - gorm.io/driver/sqlite v1.5.6 |
33 | | - gorm.io/gorm v1.25.12 |
| 30 | + gorm.io/driver/mysql v1.6.0 |
| 31 | + gorm.io/driver/sqlite v1.6.0 |
| 32 | + gorm.io/gorm v1.30.0 |
34 | 33 |
|
35 | 34 | ) |
36 | 35 |
|
37 | | -require google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect |
38 | | - |
39 | 36 | require ( |
40 | | - cloud.google.com/go/auth v0.9.5 // indirect |
41 | | - cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect |
42 | | - cloud.google.com/go/compute/metadata v0.5.2 // indirect |
| 37 | + cloud.google.com/go/auth v0.16.2 // indirect |
| 38 | + cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect |
| 39 | + cloud.google.com/go/compute/metadata v0.7.0 // indirect |
43 | 40 | filippo.io/edwards25519 v1.1.0 // indirect |
44 | | - github.com/RoaringBitmap/roaring/v2 v2.4.5 // indirect |
| 41 | + github.com/RoaringBitmap/roaring/v2 v2.5.0 // indirect |
45 | 42 | github.com/bits-and-blooms/bitset v1.22.0 // indirect |
46 | | - github.com/blevesearch/bleve_index_api v1.2.7 // indirect |
47 | | - github.com/blevesearch/geo v0.1.20 // indirect |
| 43 | + github.com/blevesearch/bleve_index_api v1.2.8 // indirect |
| 44 | + github.com/blevesearch/geo v0.2.3 // indirect |
48 | 45 | github.com/blevesearch/go-faiss v1.0.25 // indirect |
49 | 46 | github.com/blevesearch/go-porterstemmer v1.0.3 // indirect |
50 | 47 | github.com/blevesearch/gtreap v0.1.1 // indirect |
51 | 48 | github.com/blevesearch/mmap-go v1.0.4 // indirect |
52 | | - github.com/blevesearch/scorch_segment_api/v2 v2.3.9 // indirect |
| 49 | + github.com/blevesearch/scorch_segment_api/v2 v2.3.10 // indirect |
53 | 50 | github.com/blevesearch/segment v0.9.1 // indirect |
54 | 51 | github.com/blevesearch/snowballstem v0.9.0 // indirect |
55 | 52 | github.com/blevesearch/upsidedown_store_api v1.0.2 // indirect |
56 | 53 | github.com/blevesearch/vellum v1.1.0 // indirect |
57 | | - github.com/blevesearch/zapx/v11 v11.4.1 // indirect |
58 | | - github.com/blevesearch/zapx/v12 v12.4.1 // indirect |
59 | | - github.com/blevesearch/zapx/v13 v13.4.1 // indirect |
60 | | - github.com/blevesearch/zapx/v14 v14.4.1 // indirect |
61 | | - github.com/blevesearch/zapx/v15 v15.4.1 // indirect |
62 | | - github.com/blevesearch/zapx/v16 v16.2.2 // indirect |
63 | | - github.com/bytedance/sonic v1.12.3 // indirect |
64 | | - github.com/bytedance/sonic/loader v0.2.0 // indirect |
65 | | - github.com/cloudwego/base64x v0.1.4 // indirect |
66 | | - github.com/cloudwego/iasm v0.2.0 // indirect |
| 54 | + github.com/blevesearch/zapx/v11 v11.4.2 // indirect |
| 55 | + github.com/blevesearch/zapx/v12 v12.4.2 // indirect |
| 56 | + github.com/blevesearch/zapx/v13 v13.4.2 // indirect |
| 57 | + github.com/blevesearch/zapx/v14 v14.4.2 // indirect |
| 58 | + github.com/blevesearch/zapx/v15 v15.4.2 // indirect |
| 59 | + github.com/blevesearch/zapx/v16 v16.2.4 // indirect |
| 60 | + github.com/bytedance/sonic v1.13.3 // indirect |
| 61 | + github.com/bytedance/sonic/loader v0.2.4 // indirect |
| 62 | + github.com/cloudwego/base64x v0.1.5 // indirect |
67 | 63 | github.com/felixge/httpsnoop v1.0.4 // indirect |
68 | | - github.com/gin-contrib/sse v0.1.0 // indirect |
69 | | - github.com/go-logr/logr v1.4.2 // indirect |
| 64 | + github.com/gin-contrib/sse v1.1.0 // indirect |
| 65 | + github.com/go-logr/logr v1.4.3 // indirect |
70 | 66 | github.com/go-logr/stdr v1.2.2 // indirect |
71 | 67 | github.com/go-playground/locales v0.14.1 // indirect |
72 | 68 | github.com/go-playground/universal-translator v0.18.1 // indirect |
73 | | - github.com/go-playground/validator/v10 v10.22.1 // indirect |
74 | | - github.com/go-sql-driver/mysql v1.8.1 // indirect |
75 | | - github.com/goccy/go-json v0.10.3 // indirect |
76 | | - github.com/golang/geo v0.0.0-20230421003525-6adc56603217 // indirect |
| 69 | + github.com/go-playground/validator/v10 v10.26.0 // indirect |
| 70 | + github.com/go-sql-driver/mysql v1.9.2 // indirect |
| 71 | + github.com/goccy/go-json v0.10.5 // indirect |
77 | 72 | github.com/golang/protobuf v1.5.4 // indirect |
78 | | - github.com/golang/snappy v0.0.4 // indirect |
79 | | - github.com/google/s2a-go v0.1.8 // indirect |
80 | | - github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect |
81 | | - github.com/googleapis/gax-go/v2 v2.13.0 // indirect |
| 73 | + github.com/golang/snappy v1.0.0 // indirect |
| 74 | + github.com/google/s2a-go v0.1.9 // indirect |
| 75 | + github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect |
| 76 | + github.com/googleapis/gax-go/v2 v2.14.2 // indirect |
82 | 77 | github.com/jinzhu/inflection v1.0.0 // indirect |
83 | 78 | github.com/jinzhu/now v1.1.5 // indirect |
84 | 79 | github.com/jmespath/go-jmespath v0.4.0 // indirect |
85 | 80 | github.com/json-iterator/go v1.1.12 // indirect |
86 | | - github.com/klauspost/cpuid/v2 v2.2.8 // indirect |
| 81 | + github.com/klauspost/cpuid/v2 v2.2.10 // indirect |
87 | 82 | github.com/kr/fs v0.1.0 // indirect |
88 | 83 | github.com/leodido/go-urn v1.4.0 // indirect |
89 | 84 | github.com/mattn/go-isatty v0.0.20 // indirect |
90 | 85 | github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect |
91 | 86 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
92 | 87 | github.com/modern-go/reflect2 v1.0.2 // indirect |
93 | 88 | github.com/mschoch/smat v0.2.0 // indirect |
94 | | - github.com/pelletier/go-toml/v2 v2.2.3 // indirect |
| 89 | + github.com/pelletier/go-toml/v2 v2.2.4 // indirect |
95 | 90 | github.com/twitchyliquid64/golang-asm v0.15.1 // indirect |
96 | | - github.com/ugorji/go/codec v1.2.12 // indirect |
97 | | - go.etcd.io/bbolt v1.4.0 // indirect |
98 | | - go.opencensus.io v0.24.0 // indirect |
99 | | - go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 // indirect |
100 | | - go.opentelemetry.io/otel v1.30.0 // indirect |
101 | | - go.opentelemetry.io/otel/metric v1.30.0 // indirect |
102 | | - go.opentelemetry.io/otel/trace v1.30.0 // indirect |
| 91 | + github.com/ugorji/go/codec v1.2.14 // indirect |
| 92 | + go.etcd.io/bbolt v1.4.1 // indirect |
| 93 | + go.opentelemetry.io/auto/sdk v1.1.0 // indirect |
| 94 | + go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect |
| 95 | + go.opentelemetry.io/otel v1.36.0 // indirect |
| 96 | + go.opentelemetry.io/otel/metric v1.36.0 // indirect |
| 97 | + go.opentelemetry.io/otel/trace v1.36.0 // indirect |
103 | 98 | go.uber.org/atomic v1.11.0 // indirect |
104 | | - golang.org/x/arch v0.10.0 // indirect |
105 | | - golang.org/x/sys v0.31.0 // indirect |
106 | | - google.golang.org/genproto/googleapis/rpc v0.0.0-20240924160255-9d4c2d233b61 // indirect |
107 | | - google.golang.org/grpc v1.67.0 // indirect |
108 | | - google.golang.org/protobuf v1.34.2 // indirect |
| 99 | + golang.org/x/arch v0.18.0 // indirect |
| 100 | + golang.org/x/sys v0.33.0 // indirect |
| 101 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect |
| 102 | + google.golang.org/grpc v1.73.0 // indirect |
| 103 | + google.golang.org/protobuf v1.36.6 // indirect |
109 | 104 | gopkg.in/sourcemap.v1 v1.0.5 // indirect |
110 | 105 | gopkg.in/yaml.v2 v2.4.0 // indirect |
111 | 106 | ) |
0 commit comments