@@ -6,6 +6,7 @@ require (
6
6
github.com/Azure/azure-sdk-for-go v65.0.0+incompatible
7
7
github.com/Azure/go-autorest/autorest v0.11.28
8
8
github.com/Azure/go-autorest/autorest/adal v0.9.22
9
+ github.com/alecthomas/kingpin/v2 v2.3.1
9
10
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137
10
11
github.com/apache/arrow/go/v10 v10.0.1
11
12
github.com/apache/arrow/go/v8 v8.0.0-20220414050214-b61fb727fcc9
@@ -50,7 +51,6 @@ require (
50
51
github.com/prometheus/common/sigv4 v0.1.0
51
52
github.com/prometheus/exporter-toolkit v0.8.2
52
53
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.12
53
- github.com/segmentio/parquet-go v0.0.0-20230216234451-674602166e6d
54
54
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749
55
55
github.com/stretchr/testify v1.8.2
56
56
github.com/thanos-io/objstore v0.0.0-20230303144913-af9531b2a2b7
@@ -80,7 +80,7 @@ require (
80
80
gopkg.in/yaml.v2 v2.4.0
81
81
gopkg.in/yaml.v3 v3.0.1
82
82
k8s.io/api v0.26.1
83
- k8s.io/apimachinery v0.26.1
83
+ k8s.io/apimachinery v0.26.2
84
84
k8s.io/client-go v0.26.1
85
85
k8s.io/klog v1.0.0
86
86
k8s.io/klog/v2 v2.80.1
@@ -103,7 +103,6 @@ require (
103
103
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
104
104
github.com/Microsoft/go-winio v0.5.1 // indirect
105
105
github.com/RoaringBitmap/roaring v0.9.4 // indirect
106
- github.com/alecthomas/kingpin/v2 v2.3.1 // indirect
107
106
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
108
107
github.com/andybalholm/brotli v1.0.5 // indirect
109
108
github.com/apache/thrift v0.18.1 // indirect
@@ -193,6 +192,7 @@ require (
193
192
github.com/prometheus/procfs v0.9.0 // indirect
194
193
github.com/rivo/uniseg v0.4.4 // indirect
195
194
github.com/segmentio/encoding v0.3.6 // indirect
195
+ github.com/segmentio/parquet-go v0.0.0-20230216234451-674602166e6d // indirect
196
196
github.com/sirupsen/logrus v1.9.0 // indirect
197
197
github.com/spf13/pflag v1.0.5 // indirect
198
198
github.com/tidwall/gjson v1.14.4 // indirect
0 commit comments