|
89 | 89 | _ "github.com/google/uuid" |
90 | 90 | _ "github.com/minio/minio-go/v7" |
91 | 91 | _ "github.com/moby/moby/client" |
92 | | - _ "github.com/kubernetes/client-go/kubernetes" |
| 92 | + _ "k8s.io/client-go/kubernetes" |
93 | 93 | _ "github.com/coreos/etcd/clientv3" |
94 | 94 | _ "github.com/apache/thrift/lib/go/thrift" |
95 | 95 | _ "github.com/apache/arrow/go/arrow" |
@@ -196,7 +196,7 @@ jobs: |
196 | 196 | _ "github.com/google/uuid" |
197 | 197 | _ "github.com/minio/minio-go/v7" |
198 | 198 | _ "github.com/moby/moby/client" |
199 | | - _ "github.com/kubernetes/client-go/kubernetes" |
| 199 | + _ "k8s.io/client-go/kubernetes" |
200 | 200 | _ "github.com/coreos/etcd/clientv3" |
201 | 201 | _ "github.com/apache/thrift/lib/go/thrift" |
202 | 202 | _ "github.com/apache/arrow/go/arrow" |
@@ -304,7 +304,7 @@ jobs: |
304 | 304 | _ "github.com/google/uuid" |
305 | 305 | _ "github.com/minio/minio-go/v7" |
306 | 306 | _ "github.com/moby/moby/client" |
307 | | - _ "github.com/kubernetes/client-go/kubernetes" |
| 307 | + _ "k8s.io/client-go/kubernetes" |
308 | 308 | _ "github.com/coreos/etcd/clientv3" |
309 | 309 | _ "github.com/apache/thrift/lib/go/thrift" |
310 | 310 | _ "github.com/apache/arrow/go/arrow" |
|
0 commit comments