|
49 | 49 | github.com/google/uuid v1.6.0 |
50 | 50 | github.com/minio/minio-go/v7 v7.0.28 |
51 | 51 | k8s.io/client-go v0.29.0 |
| 52 | + github.com/apache/thrift v0.19.0 |
| 53 | + github.com/apache/arrow/go/v13 v13.0.0 |
| 54 | + github.com/nats-io/nats.go v1.22.1 |
52 | 55 | ) |
53 | 56 | EOF |
54 | 57 |
|
|
79 | 82 | _ "github.com/google/uuid" |
80 | 83 | _ "github.com/minio/minio-go/v7" |
81 | 84 | _ "k8s.io/client-go/kubernetes" |
| 85 | + _ "github.com/apache/thrift/lib/go/thrift" |
| 86 | + _ "github.com/apache/arrow/go/arrow" |
| 87 | + _ "github.com/nats-io/nats.go" |
82 | 88 | ) |
83 | 89 | func main() {} |
84 | 90 | EOF |
@@ -137,6 +143,9 @@ jobs: |
137 | 143 | github.com/google/uuid v1.6.0 |
138 | 144 | github.com/minio/minio-go/v7 v7.0.28 |
139 | 145 | k8s.io/client-go v0.29.0 |
| 146 | + github.com/apache/thrift v0.19.0 |
| 147 | + github.com/apache/arrow/go/v13 v13.0.0 |
| 148 | + github.com/nats-io/nats.go v1.22.1 |
140 | 149 | ) |
141 | 150 |
|
142 | 151 | EOF |
@@ -168,6 +177,9 @@ jobs: |
168 | 177 | _ "github.com/google/uuid" |
169 | 178 | _ "github.com/minio/minio-go/v7" |
170 | 179 | _ "k8s.io/client-go/kubernetes" |
| 180 | + _ "github.com/apache/thrift/lib/go/thrift" |
| 181 | + _ "github.com/apache/arrow/go/arrow" |
| 182 | + _ "github.com/nats-io/nats.go" |
171 | 183 | ) |
172 | 184 | func main() {} |
173 | 185 | EOF |
@@ -226,6 +238,9 @@ jobs: |
226 | 238 | github.com/google/uuid v1.6.0 |
227 | 239 | github.com/minio/minio-go/v7 v7.0.28 |
228 | 240 | k8s.io/client-go v0.29.0 |
| 241 | + github.com/apache/thrift v0.19.0 |
| 242 | + github.com/apache/arrow/go/v13 v13.0.0 |
| 243 | + github.com/nats-io/nats.go v1.22.1 |
229 | 244 | ) |
230 | 245 |
|
231 | 246 | "@ |
@@ -258,6 +273,9 @@ jobs: |
258 | 273 | _ "github.com/google/uuid" |
259 | 274 | _ "github.com/minio/minio-go/v7" |
260 | 275 | _ "k8s.io/client-go/kubernetes" |
| 276 | + _ "github.com/apache/thrift/lib/go/thrift" |
| 277 | + _ "github.com/apache/arrow/go/arrow" |
| 278 | + _ "github.com/nats-io/nats.go" |
261 | 279 | ) |
262 | 280 | func main() {} |
263 | 281 | "@ |
|
0 commit comments