@@ -6,7 +6,7 @@ require (
6
6
github.com/apache/arrow/go/v8 v8.0.0
7
7
github.com/bufbuild/connect-go v0.1.0
8
8
github.com/bufbuild/connect-grpchealth-go v0.1.0
9
- github.com/dgraph-io/badger/v3 v3.2103 .2
9
+ github.com/cespare/xxhash/v2 v2.1 .2
10
10
github.com/drone/envsubst v1.0.3
11
11
github.com/go-kit/log v0.2.1
12
12
github.com/gogo/status v1.1.0
@@ -15,7 +15,6 @@ require (
15
15
github.com/grafana/dskit v0.0.0-20220526081034-789ec0ca4a3b
16
16
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
17
17
github.com/grpc-ecosystem/grpc-gateway/v2 v2.10.3
18
- github.com/hashicorp/go-multierror v1.1.1
19
18
github.com/opentracing/opentracing-go v1.2.0
20
19
github.com/parca-dev/parca v0.11.1-0.20220628070043-1c1a82d2d7bd
21
20
github.com/pkg/errors v0.9.1
@@ -26,7 +25,6 @@ require (
26
25
github.com/pyroscope-io/pyroscope v0.18.0
27
26
github.com/segmentio/parquet-go v0.0.0-20220623195409-8b4d4260d8cb
28
27
github.com/stretchr/testify v1.7.5
29
- github.com/thanos-io/objstore v0.0.0-20220324141029-c4f11442aa33
30
28
github.com/thanos-io/thanos v0.26.0
31
29
github.com/weaveworks/common v0.0.0-20220428113342-f83ccc76d823
32
30
github.com/xlab/treeprint v1.1.0
@@ -87,7 +85,6 @@ require (
87
85
github.com/beorn7/perks v1.0.1 // indirect
88
86
github.com/bits-and-blooms/bitset v1.2.0 // indirect
89
87
github.com/cespare/xxhash v1.1.0 // indirect
90
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
91
88
github.com/clbanning/mxj v1.8.4 // indirect
92
89
github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1 // indirect
93
90
github.com/containerd/containerd v1.6.1 // indirect
@@ -137,7 +134,6 @@ require (
137
134
github.com/golang/protobuf v1.5.2 // indirect
138
135
github.com/golang/snappy v0.0.4 // indirect
139
136
github.com/google/btree v1.0.1 // indirect
140
- github.com/google/flatbuffers v2.0.5+incompatible // indirect
141
137
github.com/google/gnostic v0.5.7-v3refs // indirect
142
138
github.com/google/go-cmp v0.5.8 // indirect
143
139
github.com/google/go-querystring v1.0.0 // indirect
@@ -153,6 +149,7 @@ require (
153
149
github.com/hashicorp/go-hclog v0.16.2 // indirect
154
150
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
155
151
github.com/hashicorp/go-msgpack v0.5.5 // indirect
152
+ github.com/hashicorp/go-multierror v1.1.1 // indirect
156
153
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
157
154
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
158
155
github.com/hashicorp/golang-lru v0.5.4 // indirect
@@ -218,6 +215,7 @@ require (
218
215
github.com/spf13/pflag v1.0.5 // indirect
219
216
github.com/stretchr/objx v0.4.0 // indirect
220
217
github.com/tencentyun/cos-go-sdk-v5 v0.7.34 // indirect
218
+ github.com/thanos-io/objstore v0.0.0-20220324141029-c4f11442aa33 // indirect
221
219
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
222
220
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
223
221
github.com/valyala/bytebufferpool v1.0.0 // indirect
0 commit comments